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 gomod group across 1 directory with 6 updates #455

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2024

Bumps the gomod group with 4 updates in the / directory: github.com/aws/aws-sdk-go-v2/config, github.com/aws/aws-sdk-go-v2/service/s3, github.com/cilium/cilium and github.com/nats-io/nats-server/v2.

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.38 to 1.27.39

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.36 to 1.17.37

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.63.2 to 1.63.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.31.2 to 1.31.3

Commits
  • fcc0f5d Release 2023-04-10
  • cd750e0 Regenerated Clients
  • 1bc2f05 Update endpoints model
  • b964f5c Update API model
  • fd69015 fix APIGW exports nullability exceptions
  • fae239a Merge pull request #2089 from aws/auditAccessibility
  • acf33a2 Update aws-sdk-go-v2's comment codegened from Smithy Go's updated document sm...
  • 27360c1 fix APIGW exports nullability exceptions
  • See full diff in compare view

Updates github.com/cilium/cilium from 1.16.1 to 1.16.2

Release notes

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

1.16.2

We are happy to release Cilium v1.16.2!

This release brings us improved validation for updating from v1.15, fixed panics, race conditions and deadlocks, CI fixes and many many more changes!

Check out the summary below for details.

Summary of Changes

Minor Changes:

Bugfixes:

  • add support for validation of stringToString values in ConfigMap (Backport PR #34586, Upstream PR #34279, @​alex-berger)
  • bgpv2: correct service reconciler initialization (Backport PR #34452, Upstream PR #34415, @​harsimran-pabla)
  • bgpv2: fix cilium-dbg bgp filtering by ASN & route-policy dump format (Backport PR #34452, Upstream PR #34335, @​rastislavs)
  • bpf: Fix Prune map operation leaking BPF map entries (Backport PR #34586, Upstream PR #34476, @​gandro)
  • config: fix disabling config 'Debug' (Backport PR #34469, Upstream PR #34401, @​mhofstetter)
  • daemon: Create IPsec and LRP maps early on startup (Backport PR #34452, Upstream PR #34388, @​pchaigno)
  • daemon: Fix error logic flow for pod store being out of date (Backport PR #34586, Upstream PR #34389, @​christarazi)
  • envoy: fix log level mapping when changing log level via API (Backport PR #34452, Upstream PR #34400, @​mhofstetter)
  • Fix "invalid sysctl parameter" error when Cilium needs to modify a sysctl with capital letters in its name. (Backport PR #34586, Upstream PR #34298, @​julianwiedmann)
  • Fix a bug in Cilium's kube-proxy replacement, where replies by a local backend are dropped with DROP_NO_FIB. (Backport PR #34452, Upstream PR #34303, @​julianwiedmann)
  • Fix a race condition that would cause errors related to maps LB{4,6}_SKIP_MAP when loading programs. (Backport PR #34586, Upstream PR #34453, @​pchaigno)
  • Fix agent panic when IPsec is enabled but XFRM stats are not exposed by the kernel. (Backport PR #34831, Upstream PR #34647, @​chaunceyjiang)
  • Fix issue where a hostport service would be created on an incorrect node when cilium-agent is configured with disable-endpoint-crd (Backport PR #34644, Upstream PR #34385, @​haozhangami)
  • Fix operator deployment connecting to clustermesh kvstoremesh when endpointslice sync or MCS-API Service exports is enabled (Backport PR #34586, Upstream PR #34295, @​MrFreezeex)
  • Fix parsing of complex api-rate-limit options. The parsing failed when rate limits were configured for multiple API endpoints with multiple options, for example: "endpoint-create=rate-limit:1/s,rate-burst=1,endpoint-delete=rate-limit:2/s,rate-burst=2". The ability to also specify the rate limits as JSON strings was also returned. (Backport PR #34586, Upstream PR #34249, @​joamaki)
  • Fix possible connection disruption on agent restart with WireGuard + native routing (Backport PR #34831, Upstream PR #34095, @​giorio94)
  • Fix possible panic occurring in case errors are returned while updating/deleting IPv6 routes (Backport PR #34831, Upstream PR #34721, @​giorio94)
  • Fix the Egress Gateway reconciliation logic to make progress after setting the rp_filter sysctl failed. (Backport PR #34831, Upstream PR #34775, @​julianwiedmann)
  • Fixes broken pod-to-remote-hostport connectivity when IPsec is used with L7 ingress policy and KPR. (Backport PR #34586, Upstream PR #33805, @​jschwinger233)
  • Fixes deadlock in identity watcher. This fixes an issue where a kvstore disconnect can cause the event receiver to exit and the event sender to get stuck forever. (Backport PR #34831, Upstream PR #34611, @​dboslee)
  • helm: fix envoy prometheus metrics scraping with servicemonitor (Backport PR #34472, Upstream PR #34448, @​mhofstetter)
  • ingress: Avoid opening of port 80 for TLSPassthrough only (Backport PR #34586, Upstream PR #34474, @​sayboras)
  • ingress: Remove generated CEC if empty (Backport PR #34644, Upstream PR #34576, @​sayboras)
  • lbipam: fix panic when changing the shared key & req. ip annotation (Backport PR #34452, Upstream PR #34236, @​mhofstetter)
  • policy: Fixed CIDRGroupRef breaking the sanitization (Backport PR #34452, Upstream PR #34076, @​chaunceyjiang)
  • Replace dotted sysctl names with string slices (Backport PR #34831, Upstream PR #34527, @​dylandreimerink)

CI Changes:

... (truncated)

Changelog

Sourced from github.com/cilium/cilium's changelog.

v1.16.2

Summary of Changes

Minor Changes:

Bugfixes:

  • add support for validation of stringToString values in ConfigMap (Backport PR #34586, Upstream PR #34279, @​alex-berger)
  • bgpv2: correct service reconciler initialization (Backport PR #34452, Upstream PR #34415, @​harsimran-pabla)
  • bgpv2: fix cilium-dbg bgp filtering by ASN & route-policy dump format (Backport PR #34452, Upstream PR #34335, @​rastislavs)
  • bpf: Fix Prune map operation leaking BPF map entries (Backport PR #34586, Upstream PR #34476, @​gandro)
  • config: fix disabling config 'Debug' (Backport PR #34469, Upstream PR #34401, @​mhofstetter)
  • daemon: Create IPsec and LRP maps early on startup (Backport PR #34452, Upstream PR #34388, @​pchaigno)
  • daemon: Fix error logic flow for pod store being out of date (Backport PR #34586, Upstream PR #34389, @​christarazi)
  • envoy: fix log level mapping when changing log level via API (Backport PR #34452, Upstream PR #34400, @​mhofstetter)
  • Fix "invalid sysctl parameter" error when Cilium needs to modify a sysctl with capital letters in its name. (Backport PR #34586, Upstream PR #34298, @​julianwiedmann)
  • Fix a bug in Cilium's kube-proxy replacement, where replies by a local backend are dropped with DROP_NO_FIB. (Backport PR #34452, Upstream PR #34303, @​julianwiedmann)
  • Fix a race condition that would cause errors related to maps LB{4,6}_SKIP_MAP when loading programs. (Backport PR #34586, Upstream PR #34453, @​pchaigno)
  • Fix agent panic when IPsec is enabled but XFRM stats are not exposed by the kernel. (Backport PR #34831, Upstream PR #34647, @​chaunceyjiang)
  • Fix issue where a hostport service would be created on an incorrect node when cilium-agent is configured with disable-endpoint-crd (Backport PR #34644, Upstream PR #34385, @​haozhangami)
  • Fix operator deployment connecting to clustermesh kvstoremesh when endpointslice sync or MCS-API Service exports is enabled (Backport PR #34586, Upstream PR #34295, @​MrFreezeex)
  • Fix parsing of complex api-rate-limit options. The parsing failed when rate limits were configured for multiple API endpoints with multiple options, for example: "endpoint-create=rate-limit:1/s,rate-burst=1,endpoint-delete=rate-limit:2/s,rate-burst=2". The ability to also specify the rate limits as JSON strings was also returned. (Backport PR #34586, Upstream PR #34249, @​joamaki)
  • Fix possible connection disruption on agent restart with WireGuard + native routing (Backport PR #34831, Upstream PR #34095, @​giorio94)
  • Fix possible panic occurring in case errors are returned while updating/deleting IPv6 routes (Backport PR #34831, Upstream PR #34721, @​giorio94)
  • Fix the Egress Gateway reconciliation logic to make progress after setting the rp_filter sysctl failed. (Backport PR #34831, Upstream PR #34775, @​julianwiedmann)
  • Fixes broken pod-to-remote-hostport connectivity when IPsec is used with L7 ingress policy and KPR. (Backport PR #34586, Upstream PR #33805, @​jschwinger233)
  • Fixes deadlock in identity watcher. This fixes an issue where a kvstore disconnect can cause the event receiver to exit and the event sender to get stuck forever. (Backport PR #34831, Upstream PR #34611, @​dboslee)
  • helm: fix envoy prometheus metrics scraping with servicemonitor (Backport PR #34472, Upstream PR #34448, @​mhofstetter)
  • ingress: Avoid opening of port 80 for TLSPassthrough only (Backport PR #34586, Upstream PR #34474, @​sayboras)
  • ingress: Remove generated CEC if empty (Backport PR #34644, Upstream PR #34576, @​sayboras)
  • lbipam: fix panic when changing the shared key & req. ip annotation (Backport PR #34452, Upstream PR #34236, @​mhofstetter)
  • policy: Fixed CIDRGroupRef breaking the sanitization (Backport PR #34452, Upstream PR #34076, @​chaunceyjiang)
  • Replace dotted sysctl names with string slices (Backport PR #34831, Upstream PR #34527, @​dylandreimerink)

CI Changes:

... (truncated)

Commits
  • 3261be3 Prepare for release v1.16.2
  • 2ff24ea envoy: Bump envoy version from v1.29.7 to v1.29.9
  • 6809598 loader: Wait for LocalNodeConfiguration to be set
  • 011ef91 images: update cilium-{runtime,builder}
  • cbbe70d chore(deps): update all-dependencies
  • afaa514 Makefile: generate API with protocolbuffers/protobuf update
  • a3c9473 images: update cilium-{runtime,builder}
  • 7689270 chore(deps): update docker.io/library/golang:1.22.7 docker digest to 4594271
  • e839a0d chore(deps): update dependency cilium/cilium-cli to v0.16.17
  • 0678b38 fix CODEOWNERS on v1.16
  • Additional commits viewable in compare view

Updates github.com/nats-io/nats-server/v2 from 2.10.20 to 2.10.21

Release notes

Sourced from github.com/nats-io/nats-server/v2's releases.

Release v2.10.21

Changelog

Refer to the 2.10 Upgrade Guide for backwards compatibility notes with 2.9.x.

Go Version

  • 1.22.7

Dependencies

  • golang.org/x/crypto v0.27.0 (#5869)
  • golang.org/x/sys v0.25.0 (#5869)

Added

Config

  • New TLS min_version option for configuring the minimum supported TLS version (#5904)

Improved

JetStream

  • Global JetStream API queue hard limit for protecting the system (#5900, #5923)
  • Orphaned ephemeral consumer clean-up is now logged at debug level only (#5917)

Monitoring

  • statsz messages are now sent every 10 seconds instead of every 30 seconds (#5925)
  • Include JetStream pending API request count in statsz messages and jsz responses for monitoring (#5923, #5926)

Fixed

JetStream

  • Fix an issue comparing the stream configuration with the updated stream assignment on stream create (#5854)
  • Improvements to recovering from old or corrupted index.db (#5893, #5901, #5907)
  • Ensure that consumer replicas and placement are adjusted properly when scaling down a replicated stream (#5927)
  • Fix a panic that could occur when trying to shut down while the JetStream meta group was in the process of being set up (#5934)

Monitoring

  • Always update account issuer in accountsz (#5886)

OCSP

  • Fix peer validation on the HTTPS monitoring port when OCSP is enabled (#5906)

Config

  • Support multiple trusted operators using a config file (#5896)

Complete Changes

nats-io/nats-server@v2.10.20...v2.10.21

Release v2.10.21-RC.4

... (truncated)

Commits
  • d3a8868 Release v2.10.21
  • cbbef5a Reuse pre-existing sys account reference
  • 5792b08 Bump to 2.10.21-RC.4
  • b39694d Cherry-picks for 2.10.21-RC.4 (#5928)
  • 098b4f8 When scaling down a stream make sure replica count is correct if adjusted and...
  • 8c0b9b5 Ensure pending sent correctly in regular statsz messages
  • 6fb4277 Publish STATSZ messages every 10 seconds rather than 30
  • 58fba00 Add pending to jsz response and statsz (#5923)
  • bac6cc2 Bump to 2.10.21-RC.3
  • 1e29e3a Cherry-picks for 2.10.21-RC.3 (#5921)
  • Additional commits viewable in compare view

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 gomod group with 4 updates in the / directory: [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2), [github.com/cilium/cilium](https://github.com/cilium/cilium) and [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server).


Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.38 to 1.27.39
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.38...config/v1.27.39)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.36 to 1.17.37
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.36...credentials/v1.17.37)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.63.2 to 1.63.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.63.2...service/s3/v1.63.3)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.31.2 to 1.31.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.31.2...service/s3/v1.31.3)

Updates `github.com/cilium/cilium` from 1.16.1 to 1.16.2
- [Release notes](https://github.com/cilium/cilium/releases)
- [Changelog](https://github.com/cilium/cilium/blob/1.16.2/CHANGELOG.md)
- [Commits](cilium/cilium@1.16.1...1.16.2)

Updates `github.com/nats-io/nats-server/v2` from 2.10.20 to 2.10.21
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](nats-io/nats-server@v2.10.20...v2.10.21)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/cilium/cilium
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 27, 2024
@Issif Issif merged commit 3b7bfe7 into main Sep 30, 2024
2 checks passed
@Issif Issif deleted the dependabot/go_modules/gomod-e9df859507 branch September 30, 2024 10:36
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant