deps: bump the all-go-minor-and-patch group across 1 directory with 17 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 2
(about 2 months ago)
(about 1 month ago)
dependencies
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the all-go-minor-and-patch group with 13 updates in the / directory:
| Package | From | To |
|---|---|---|
| github.com/Azure/azure-sdk-for-go/sdk/azcore | 1.19.0 |
1.19.1 |
| github.com/prometheus/client_golang | 1.23.0 |
1.23.2 |
| github.com/spf13/cobra | 1.9.1 |
1.10.1 |
| github.com/spf13/viper | 1.20.1 |
1.21.0 |
| golang.org/x/sys | 0.35.0 |
0.36.0 |
| google.golang.org/grpc | 1.75.0 |
1.75.1 |
| google.golang.org/protobuf | 1.36.8 |
1.36.9 |
| golang.org/x/crypto | 0.41.0 |
0.42.0 |
| golang.org/x/net | 0.43.0 |
0.44.0 |
| golang.org/x/time | 0.12.0 |
0.13.0 |
| github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v4 | 4.7.0-beta.1 |
4.9.0-beta.1 |
| github.com/cilium/cilium | 1.15.16 |
1.18.1 |
| k8s.io/kubernetes | 1.30.14 |
1.34.1 |
Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.19.0 to 1.19.1
Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.
sdk/azcore/v1.19.1
1.19.1 (2025-09-11)
Bugs Fixed
- Fixed resource identifier parsing for provider-specific resource hierarchies containing "resourceGroups" segments.
Other Changes
- Improved error fall-back for improperly authored long-running operations.
- Upgraded dependencies.
Commits
b75b3dcPrep azcore v1.19.1 for release (#25228)f1cef39[keyvault] update build.go files (#25200)02dfb45[Release] sdk/resourcemanager/sql/armsql/2.0.0-beta.7 (#25220)5dd8b77Upgrade emitter and TypeSpec packages to latest versions (#25221)9efb424[Release] sdk/resourcemanager/iotfirmwaredefense/armiotfirmwaredefense/2.0.0 ...fa86806Upgrade azidentity dependencies (#25192)feb6e13Return ResponseError for LROs with an unsuccessful initial response (#25206)6167922Users/gupta kashish/deprecation date update (#25201)61af7e1upgrade autorest.go (#25195)f3e42c2CLI credentials return errors when given claims (#25186)- Additional commits viewable in compare view
Updates github.com/prometheus/client_golang from 1.23.0 to 1.23.2
Release notes
Sourced from github.com/prometheus/client_golang's releases.
v1.23.2 - 2025-09-05
This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.
- [release-1.23] Upgrade to prometheus/common@v0.66.1 by
@aknuds1in prometheus/client_golang#1869- [release-1.23] Cut v1.23.2 by
@aknuds1in prometheus/client_golang#1870Full Changelog: https://github.com/prometheus/client_golang/compare/v1.23.1...v1.23.2
v1.23.1 - 2025-09-04
This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.
- [release-1.23] Upgrade to prometheus/common v0.66 by
@aknuds1in prometheus/client_golang#1866- [release-1.23] Cut v1.23.1 by
@aknuds1in prometheus/client_golang#1867Full Changelog: https://github.com/prometheus/client_golang/compare/v1.23.0...v1.23.1
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
1.23.2 / 2025-09-05
This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.
1.23.1 / 2025-09-04
This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.
Commits
Updates github.com/spf13/cobra from 1.9.1 to 1.10.1
Release notes
Sourced from github.com/spf13/cobra's releases.
v1.10.1
🐛 Fix
- chore: upgrade pflags v1.0.9 by
@jpmcbin spf13/cobra#2305v1.0.9 of pflags brought back
ParseErrorsWhitelistand marked it as deprecatedFull Changelog: https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1
v1.10.0
What's Changed
🚨 Attention!
- Bump pflag to 1.0.8 by
@tomasaschanin spf13/cobra#2303This version of
pflagcarried a breaking change: it renamedParseErrorsWhitelisttoParseErrorsAllowlistwhich can break builds if bothpflagandcobraare dependencies in your project.
- If you use both
pflag andcobra, upgradepflagto 1.0.8 andcobrato1.10.0`- or use the newer, fixed version of
pflagv1.0.9 which keeps the deprecatedParseErrorsWhitelistMore details can be found here: spf13/cobra#2303
✨ Features
- Flow context to command in SetHelpFunc by
@Frasslein spf13/cobra#2241- The default ShellCompDirective can be customized for a command and its subcommands by
@albersin spf13/cobra#2238🐛 Fix
- Upgrade golangci-lint to v2, address findings by
@scopin spf13/cobra#2279🪠 Testing
- Test with Go 1.24 by
@harryzcyin spf13/cobra#2236- chore: Rm GitHub Action PR size labeler by
@jpmcbin spf13/cobra#2256📝 Docs
- Remove traling curlybrace by
@yedayakin spf13/cobra#2237- Update command.go by
@styeein spf13/cobra#2248- feat: Add security policy by
@jpmcbin spf13/cobra#2253- Update Readme (Warp) by
@ericdachenin spf13/cobra#2267- Add Periscope to the list of projects using Cobra by
@anishathalyein spf13/cobra#2299New Contributors
@harryzcymade their first contribution in spf13/cobra#2236@yedayakmade their first contribution in spf13/cobra#2237@Frasslemade their first contribution in spf13/cobra#2241
... (truncated)
Commits
7da941cchore: Bump pflag to v1.0.9 (#2305)51d6751Bump pflag to 1.0.8 (#2303)3f3b818Update README.md with new logodcaf42eAdd Periscope to the list of projects using Cobra (#2299)6dec1aeThe default ShellCompDirective can be customized for a command and its subcom...c8289c1chore(golangci-lint): add some exclusion presets4af7b64refactor: apply golangci-lint autofixes, work around false positives75790e4chore(golangci-lint): upgrade to v2db3ddb5Adding sponsorship to README.md67171d6putting sponsorship below header- Additional commits viewable in compare view
Updates github.com/spf13/viper from 1.20.1 to 1.21.0
Release notes
Sourced from github.com/spf13/viper's releases.
v1.21.0
What's Changed
Enhancements 🚀
- Add support for flags pflag.BoolSlice, pflag.UintSlice and pflag.Float64Slice by
@nmvalerain spf13/viper#2015- feat: use maintained yaml library by
@sagikazarmarkin spf13/viper#2040Bug Fixes 🐛
- fix(config): get config type from v.configType or config file ext by
@GuillaumeBAECHLERin spf13/viper#2003- fix: config type check when loading any config by
@sagikazarmarkin spf13/viper#2007Dependency Updates ⬆️
- Update dependencies by
@sagikazarmarkin spf13/viper#1993- build(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 by
@dependabot[bot] in spf13/viper#2017- build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.3 to 2.2.4 by
@dependabot[bot] in spf13/viper#2013- build(deps): bump github.com/sagikazarmark/locafero from 0.8.0 to 0.9.0 by
@dependabot[bot] in spf13/viper#2008- build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /remote by
@dependabot[bot] in spf13/viper#2016- build(deps): bump github.com/spf13/cast from 1.8.0 to 1.9.2 by
@dependabot[bot] in spf13/viper#2020- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by
@dependabot[bot] in spf13/viper#2028- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by
@dependabot[bot] in spf13/viper#2035- build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by
@dependabot[bot] in spf13/viper#2036- build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 by
@dependabot[bot] in spf13/viper#2012- build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by
@dependabot[bot] in spf13/viper#2052- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /remote by
@dependabot[bot] in spf13/viper#2048- build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 by
@dependabot[bot] in spf13/viper#2056- chore: update dependencies by
@sagikazarmarkin spf13/viper#2057Other Changes
- Update update guide with
mapstructurepackage replacement. by@aldasin spf13/viper#2004- refactor: use the built-in max/min to simplify the code by
@yingshanghuangqiaoin spf13/viper#2029New Contributors
@GuillaumeBAECHLERmade their first contribution in spf13/viper#2003@aldasmade their first contribution in spf13/viper#2004@nmvaleramade their first contribution in spf13/viper#2015@yingshanghuangqiaomade their first contribution in spf13/viper#2029@ccoVeillemade their first contribution in spf13/viper#2046@spacez320made their first contribution in spf13/viper#2050Full Changelog: https://github.com/spf13/viper/compare/v1.20.0...v1.21.0
Commits
394040cci: build on go 1.25812f548chore: update dependenciesd5271efci: update stale workflowdff303bfeat: add a stale issue scheduled action1287976build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.1038932cdbuild(deps): bump github.com/go-viper/mapstructure/v2 in /remote6d014bebuild(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1b74c7eebuild(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0acd05e1fix: linting issuesae5a8e2ci: upgrade golangci-lint- Additional commits viewable in compare view
Updates golang.org/x/sys from 0.35.0 to 0.36.0
Commits
b06ce05windows: add FILE_ZERO_DATA_INFORMATION689cc11unix: fix Listen on solarisa4712b9plan9: drop go version tags for unsupported versions0293703unix: add IFAL_* consts and ifaddrlblmsg on linuxab85cbbunix/linux: extend rtnetlink constants9bd3753unix: switch (*CPUSet).Zero to clear builtin899c232windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15}543f21aall: upgrade go directive to at least 1.24.0 [generated]- See full diff in compare view
Updates google.golang.org/grpc from 1.75.0 to 1.75.1
Release notes
Sourced from google.golang.org/grpc's releases.
Release 1.75.1
Bug Fixes
Commits
Updates google.golang.org/protobuf from 1.36.8 to 1.36.9
Updates github.com/prometheus/common from 0.65.0 to 0.66.1
Release notes
Sourced from github.com/prometheus/common's releases.
v0.66.1
This release has no functional changes, it just drops the dependencies
github.com/grafana/regexpandgo.uber.org/atomicand replacesgopkg.in/yaml.v2withgo.yaml.in/yaml/v2(a drop-in replacement).What's Changed
- Revert "Use github.com/grafana/regexp instead of regexp" by
@aknuds1in prometheus/common#835- Move to supported version of yaml parser by
@dimsin prometheus/common#834- Revert "Use go.uber.org/atomic instead of sync/atomic (#825)" by
@aknuds1in prometheus/common#838Full Changelog: https://github.com/prometheus/common/compare/v1.20.99...v0.66.1
v0.66.0
⚠️ Breaking Changes ⚠️
- A default-constructed TextParser will be invalid. It must have a valid
schemeset, so users should use the NewTextParser function to create a valid TextParser. Otherwise parsing will panic with "Invalid name validation scheme requested: unset".What's Changed
model: add constants for type and unit labels. by
@bwplotkain prometheus/common#801model.ValidationScheme: Support encoding as YAML by
@aknuds1in prometheus/common#799fix(promslog): always print time.Duration values as go duration strings by
@tjhopin prometheus/common#798Add
ValidationSchememethodsIsValidMetricNameandIsValidLabelNameby@aknuds1in prometheus/common#806Fix delimited proto not escaped correctly by
@thampiotrin prometheus/common#809Decoder: Remove use of global name validation and add validation by
@ywwgin prometheus/common#808ValidationScheme implements pflag.Value and json.Marshaler/Unmarshaler interfaces by
@juliusmhin prometheus/common#807expfmt: Add NewTextParser function by
@aknuds1in prometheus/common#816Enable the godot linter by
@aknuds1in prometheus/common#821Enable usestdlibvars linter by
@aknuds1in prometheus/common#820Enable unconvert linter by
@aknuds1in prometheus/common#819Enable the fatcontext linter by
@aknuds1in prometheus/common#822Enable gocritic linter by
@aknuds1in prometheus/common#818Use go.uber.org/atomic instead of sync/atomic by
@aknuds1in prometheus/common#825Enable revive rule unused-parameter by
@aknuds1in prometheus/common#824Enable revive rules by
@aknuds1in prometheus/common#823Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#802Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#803Sync .golangci.yml with prometheus/prometheus by
@aknuds1in prometheus/common#817ci: update upload-actions by
@ywwgin prometheus/common#814docs: fix typo in expfmt.Negotiate by
@wmcramin prometheus/common#813build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 by
@dependabot[bot] in prometheus/common#800build(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by
@dependabot[bot] in prometheus/common#810build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in /assets by
@dependabot[bot] in prometheus/common#826build(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.8 by
@dependabot[bot] in prometheus/common#830build(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 by
@dependabot[bot] in prometheus/common#829build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by
@dependabot[bot] in prometheus/common#827New Contributors
@aknuds1made their first contribution in prometheus/common#799@thampiotrmade their first contribution in prometheus/common#809@wmcrammade their first contribution in prometheus/common#813
... (truncated)
Changelog
Sourced from github.com/prometheus/common's changelog.
v0.66.1 / 2025-09-05
This release has no functional changes, it just drops the dependencies
github.com/grafana/regexpandgo.uber.org/atomicand replacesgopkg.in/yaml.v2withgo.yaml.in/yaml/v2(a drop-in replacement).What's Changed
- Revert "Use github.com/grafana/regexp instead of regexp" by
@aknuds1in prometheus/common#835- Move to supported version of yaml parser by
@dimsin prometheus/common#834- Revert "Use go.uber.org/atomic instead of sync/atomic (#825)" by
@aknuds1in prometheus/common#838Full Changelog: https://github.com/prometheus/common/compare/v1.20.99...v0.66.1
v0.66.0 / 2025-09-02
⚠️ Breaking Changes ⚠️
- A default-constructed TextParser will be invalid. It must have a valid
schemeset, so users should use the NewTextParser function to create a valid TextParser. Otherwise parsing will panic with "Invalid name validation scheme requested: unset".What's Changed
model: add constants for type and unit labels. by
@bwplotkain prometheus/common#801model.ValidationScheme: Support encoding as YAML by
@aknuds1in prometheus/common#799fix(promslog): always print time.Duration values as go duration strings by
@tjhopin prometheus/common#798Add
ValidationSchememethodsIsValidMetricNameandIsValidLabelNameby@aknuds1in prometheus/common#806Fix delimited proto not escaped correctly by
@thampiotrin prometheus/common#809Decoder: Remove use of global name validation and add validation by
@ywwgin prometheus/common#808ValidationScheme implements pflag.Value and json.Marshaler/Unmarshaler interfaces by
@juliusmhin prometheus/common#807expfmt: Add NewTextParser function by
@aknuds1in prometheus/common#816Enable the godot linter by
@aknuds1in prometheus/common#821Enable usestdlibvars linter by
@aknuds1in prometheus/common#820Enable unconvert linter by
@aknuds1in prometheus/common#819Enable the fatcontext linter by
@aknuds1in prometheus/common#822Enable gocritic linter by
@aknuds1in prometheus/common#818Use go.uber.org/atomic instead of sync/atomic by
@aknuds1in prometheus/common#825Enable revive rule unused-parameter by
@aknuds1in prometheus/common#824Enable revive rules by
@aknuds1in prometheus/common#823Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#802Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#803Sync .golangci.yml with prometheus/prometheus by
@aknuds1in prometheus/common#817ci: update upload-actions by
@ywwgin prometheus/common#814docs: fix typo in expfmt.Negotiate by
@wmcramin prometheus/common#813build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 by
@dependabot[bot] in prometheus/common#800build(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by
@dependabot[bot] in prometheus/common#810build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in /assets by
@dependabot[bot] in prometheus/common#826build(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.8 by
@dependabot[bot] in prometheus/common#830build(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 by
@dependabot[bot] in prometheus/common#829build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by
@dependabot[bot] in prometheus/common#827New Contributors
@aknuds1made their first contribution in prometheus/common#799@thampiotrmade their first contribution in prometheus/common#809
... (truncated)
Commits
8975ddeRevert "Use go.uber.org/atomic instead of sync/atomic (#825)" (#838)08d7f66Move to supported version of yaml parser (#834)80e275eRevert "Use github.com/grafana/regexp instead of regexp" (#835)4c2f9e7Merge pull request #832 from roidelapluie/retracte120453Retract v1.20.32b1487cMerge pull request #827 from prometheus/dependabot/go_modules/github.com/stre...db38951Merge pull request #829 from prometheus/dependabot/go_modules/golang.org/x/ne...9e19a90build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1a1ba2a7build(deps): bump golang.org/x/net from 0.42.0 to 0.43.0c7a031cMerge pull request #830 from prometheus/dependabot/go_modules/google.golang.o...- Additional commits viewable in compare view
Updates golang.org/x/crypto from 0.41.0 to 0.42.0
Commits
5307a0cgo.mod: update golang.org/x dependencies9d77937acme: include order problem in OrderError8f580dessh: remove Go 1.24 build tag for ML-KEM kexa4d1237ssh/knownhosts: improve IPv6 support in Normalizeb8d8daecurve25519: include potential fips140=only error in panic messagef5a2eabssh: use curve25519.X25519 instead of curve25519.ScalarMult44ecf3aall: upgrade go directive to at least 1.24.0 [generated]- See full diff in compare view
Updates golang.org/x/net from 0.43.0 to 0.44.0
Commits
3b23d57http2: fix race condition when disabling goroutine debugging for one test8741050http2: simplify TestServer_Push_RejectAfterGoAway96e405chttp2: modernize TestTransportRoundtripCloseOnWriteError6dc6880http2: simplify ClientConn Close and Shutdown tests4e2915bhttp2: modernize TestTransportAllocationsAfterResponseBodyClose30b0e78http2: modernize TestRoundTripDoesntConsumeRequestBodyEarlyb9acd77http2: speed up TestTransportFlowControl5153f4dgo.mod: update golang.org/x dependencies9338bddhttp2: speed up TestTransportHandlerBodyClose6b20036http2: add synchronous handler support to serverTester- Additional commits viewable in compare view
Updates golang.org/x/time from 0.12.0 to 0.13.0
Commits
c0b0320all: upgrade go directive to at least 1.24.0 [generated]- See full diff in compare view
Updates github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v4 from 4.7.0-beta.1 to 4.9.0-beta.1
Commits
2f212ee[Release] sdk/resourcemanager/containerservice/armcontainerservice/4.9.0-beta...a848337[Release] sdk/resourcemanager/mobilenetwork/armmobilenetwork/4.0.0 (#22499)64a56b3[Release] sdk/resourcemanager/newrelic/armnewrelicobservability/1.2.0 generat...7af6ade[Release] sdk/resourcemanager/netapp/armnetapp/6.0.0 generation from spec com...b781662Update azure-sdk-build-tools Repository Resource Refs in Yaml files (#22622)ecd713e[Release] sdk/resourcemanager/appcontainers/armappcontainers/3.0.0-beta.1 (#2...1be153d[Release] sdk/resourcemanager/support/armsupport/2.0.0-beta.3 (#22518)52cdd48[Release] sdk/resourcemanager/confluent/armconfluent/1.3.0 generation from sp...d2b5a12[Release] sdk/resourcemanager/batch/armbatch/2.3.0 generation from spec commi...6935256[Release] sdk/resourcemanager/nginx/armnginx/3.1.0-beta.1 (#22507)- Additional commits viewable in compare view
Updates github.com/cilium/cilium from 1.15.16 to 1.18.1
Release notes
Sourced from github.com/cilium/cilium's releases.
1.18.1
Summary of Changes
Minor Changes:
- Add
kernel_version,endpoint_routes_enabled,strict_mode_enabledandkubernetes_versionfeature metrics. (Backport PR cilium/cilium#41078, Upstream PR cilium/cilium#41003,@aanm)- eni: improve logging and speed up ipam reconciliation in case of node scale-downs (Backport PR cilium/cilium#40979, Upstream PR cilium/cilium#40852,
@marseel)- kvstore: Cilium Agent no longer fails health-check if operator is unavailable (Backport PR cilium/cilium#40979, Upstream PR cilium/cilium#40920,
@marseel)- operator: CRDs are updated in series instead of in parallel now during Cilium upgrades. This should lower the pressure on the k8s control plane (Backport PR cilium/cilium#40847, Upstream PR cilium/cilium#40322,
@marseel)Bugfixes:
cilium/cilium#41116@joamaki)- aws/eni: Don't use subnet tags to filter ENIs for GC (Backport PR cilium/cilium#40979, Upstream PR cilium/cilium#40656,
@HadrienPatte)- clustermesh: fix regression possibly causing cross-cluster connections disruption if the clustermesh-apiserver is restarted at the same time as Cilium agents. (Backport PR cilium/cilium#40979, Upstream PR cilium/cilium#40786,
@giorio94)- clustermesh: fix regression preventing global services with unnamed ports from including remote backends (Backport PR cilium/cilium#40865, Upstream PR cilium/cilium#40848,
@giorio94)- Fix bug where the presence of a label called "ingress" causes incorrect assignment of identities to workloads, affecting policy enforcement. (Backport PR cilium/cilium#40847, Upstream PR cilium/cilium#40791,
@christarazi)- Fix skipping of LoadBalancer services when IPMode is not set to VIP (KEP-1860) (Backport PR cilium/cilium#40979, Upstream PR cilium/cilium#40915,
@joamaki)- fix(GH-37724): Sync policies on startup (Backport PR cilium/cilium#40847, Upstream PR cilium/cilium#40357,
@anubhabMajumdar)- fix: create policy snapshot only for sdp (Backport PR cilium/cilium#40979, Upstream PR cilium/cilium#40785,
@vipul-21)- Fixes a bug where the Cilium agent may segfault when starting. (Backport PR cilium/cilium#40847, Upstream PR cilium/cilium#40824,
@squeed)- Fixes an error where the Ingress controller, when run in host network, created an invalid Service. (Backport PR cilium/cilium#41078, Upstream PR cilium/cilium#40232,
@rtheobald)- helm: Create envoy-config ConfigMap for preflight (Backport PR cilium/cilium#41078, Upstream PR cilium/cilium#40875,
@sayboras)- install/kubernetes: fix clustermesh-apiserver extraEnv (Backport PR cilium/cilium#41078, Upstream PR cilium/cilium#41021,
@aanm)- loadbalancer: Fix backend state in REST API (Backport PR cilium/cilium#40847, Upstream PR cilium/cilium#40780,
@mhofstetter)CI Changes:
- .github/actions: only upload files with features-tested prefix (Backport PR cilium/cilium#40979, Upstream PR cilium/cilium#40975,
@aanm)cilium/cilium#40864@joestringer)- ci: Add Cleanup Disk space step into conformance-runtime (Backport PR cilium/cilium#40979, Upstream PR cilium/cilium#40973,
@rastislavs)- ci: Fix CI-Fuzz Build failures (Backport PR cilium/cilium#40979, Upstream PR cilium/cilium#40728,
@lomackie)- ci: Reuse connectivity test flags in proxy-embedded (Backport PR cilium/cilium#41078, Upstream PR cilium/cilium#41036,
@joestringer)- endpoint: Avoid unnecessarily logging a warning during endpoint deletion (Backport PR cilium/cilium#40979, Upstream PR cilium/cilium#40927,
@christarazi)- Fix GKE cluster creation failures when branch names exceed 63-byte label limit by implementing automatic truncation with hash-based uniqueness preservation. (Backport PR cilium/cilium#40847, Upstream PR cilium/cilium#40725,
@pillai-ashwin)- Improved test failure attribution on stable branches by using TESTOWNERS files to route failures to appropriate code quality teams rather than generic CI infrastructure teams. (Backport PR cilium/cilium#40847, Upstream PR cilium/cilium#40776,
@pillai-ashwin)- ipsec: fix privileged tests (Backport PR cilium/cilium#41078, Upstream PR cilium/cilium#41006,
@smagnani96)- tools/testowners: de-duplicate error logs (Backport PR cilium/cilium#40847, Upstream PR cilium/cilium#40778,
@tklauser)- workflows/ipsec: Fix leak detection for IPv6-only in e2e downgrade (Backport PR cilium/cilium#40979, Upstream PR cilium/cilium#40881,
@smagnani96)Misc Changes:
- .github/workflows: bump build-images-base timeout to 60 minutes (Backport PR cilium/cilium#40979, Upstream PR cilium/cilium#40919,
@aanm)- .github/workflows: print open file descriptors (Backport PR
Pull Request Statistics
Commits:
0Files Changed:
0Additions:
+0Deletions:
-0
Package Dependencies
google.golang.org/protobuf
go
1.36.8 → 1.36.9
Patch
github.com/prometheus/client_golang
go
1.23.0 → 1.23.2
Patch
go
1.19.0 → 1.19.1
Patch
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v4
go
4.7.0-beta.1 → 4.9.0-beta.1
Minor
Technical Details
| ID: | 8083037 |
| UUID: | 3414963913 |
| Node ID: | PR_kwDOAzeKP86oeysi |
| Host: | GitHub |
| Repository: | Azure/azure-container-networking |