Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the go group with 3 updates #67

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps the go group with 3 updates: github.com/envoyproxy/go-control-plane, github.com/pomerium/pomerium and google.golang.org/protobuf.

Updates github.com/envoyproxy/go-control-plane from 0.13.0 to 0.13.1

Release notes

Sourced from github.com/envoyproxy/go-control-plane's releases.

v0.13.1

What's Changed

Full Changelog: envoyproxy/go-control-plane@v0.13.0...v0.13.1

Commits
  • 03ea0b2 Mirrored from envoyproxy/envoy @ d049362557545b054e1a883231e64944ed0a8819
  • bec043f Mirrored from envoyproxy/envoy @ c6761de5f33e97758471c6b973a57a5c2e5db925
  • 8c942bd Mirrored from envoyproxy/envoy @ e48666365c8a0b3a62343602fd9380d58a7afd95
  • e1df533 Mirrored from envoyproxy/envoy @ 1173629e531abf758f011c2da15da739f72881c6
  • deb90cf Mirrored from envoyproxy/envoy @ 42068a59e37d0d6c313340d0175cb08cce2574bb
  • 06f4ee8 Mirrored from envoyproxy/envoy @ a3e32c92c5ae699a4daad094c6a87b58e1e84ec2
  • f61d5e4 Mirrored from envoyproxy/envoy @ 1a153166a6d1e9336ee8982d1a00ba98655c9d39
  • f6ecc7e Mirrored from envoyproxy/envoy @ 07a8c4afe8ac83632535bd118f142df70d2335be
  • 74bddf0 Mirrored from envoyproxy/envoy @ 865aa1081a0a66d13b2564382abc89129c1ba090
  • d1afc3b Mirrored from envoyproxy/envoy @ 38530270d6cb3a3a71a9b70b3de55854750b75a9
  • Additional commits viewable in compare view

Updates github.com/pomerium/pomerium from 0.27.1-0.20241003171454-01d375f0bc7f to 0.27.2

Release notes

Sourced from github.com/pomerium/pomerium's releases.

v0.27.2

What's Changed

Pomerium Zero

  • Add a Pomerium Zero import tool, allowing you to bring your existing Pomerium configuration into Pomerium Zero.
  • Add active users reporting, for self-serve billing in Pomerium Zero. End user information is pseudonymized and reported to Pomerium Zero, in order to bill paid organizations according to the number of active users across the organization as a whole.

Bug fixes

  • Improve handling of transient errors from the databroker.
  • Fix a data race in the in-memory databroker storage backend.
  • Remove an incorrect “unknown config option” warning message when the set_response_headers config file key is present.

Other changes

  • For any routes where the Kubernetes Service Account Token option is set, allow both websockets and SPDY connection upgrades. (One of these is necessary for commands like kubectl exec and kubectl port-forward to work correctly, depending on your version of Kubernetes.)
  • Previously, the Log Level option could affect the default value of the Authorize Log Fields option: setting the main log level to debug would change the default set of authorize log fields to include headers (logging all HTTP request headers). This undocumented behavior has been removed, and these two options are now entirely independent.
  • Remove some currently-unused configuration options:
    • databroker_storage_cert_file
    • databroker_storage_key_file
    • databroker_storage_ca_file
    • databroker_storage_tls_skip_verify
    • grpc_client_dns_roundrobin
  • Various other minor code clean-up.

Full Changelog: pomerium/pomerium@v0.27.1...v0.27.2

v0.27.1

Security

Pomerium v0.27.1 includes a fix to the databroker service API authorization logic. Certain service account tokens from Pomerium Zero or Pomerium Enterprise could grant unintended authorization to the databroker service API. CVE-2024-47616

What's Changed

Security

Fixed

Full Changelog: pomerium/pomerium@v0.27.0...v0.27.1

Commits

Updates google.golang.org/protobuf from 1.34.2 to 1.35.1

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go group with 3 updates: [github.com/envoyproxy/go-control-plane](https://github.com/envoyproxy/go-control-plane), [github.com/pomerium/pomerium](https://github.com/pomerium/pomerium) and google.golang.org/protobuf.


Updates `github.com/envoyproxy/go-control-plane` from 0.13.0 to 0.13.1
- [Release notes](https://github.com/envoyproxy/go-control-plane/releases)
- [Changelog](https://github.com/envoyproxy/go-control-plane/blob/main/CHANGELOG.md)
- [Commits](envoyproxy/go-control-plane@v0.13.0...v0.13.1)

Updates `github.com/pomerium/pomerium` from 0.27.1-0.20241003171454-01d375f0bc7f to 0.27.2
- [Release notes](https://github.com/pomerium/pomerium/releases)
- [Commits](https://github.com/pomerium/pomerium/commits/v0.27.2)

Updates `google.golang.org/protobuf` from 1.34.2 to 1.35.1

---
updated-dependencies:
- dependency-name: github.com/envoyproxy/go-control-plane
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/pomerium/pomerium
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2024
@dependabot dependabot bot requested a review from a team as a code owner November 1, 2024 12:40
@dependabot dependabot bot added the go Pull requests that update Go code label Nov 1, 2024
@dependabot dependabot bot requested review from wasaga and removed request for a team November 1, 2024 12:40
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 18, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go-8c8330e9ee branch November 18, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants