k8sgpt-operator
k8sgpt-operator copied to clipboard
fix(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|---|---|
| anchore/sbom-action | action | minor | v0.17.9 -> v0.19.0 |
||||
| buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go | require | patch | v1.5.1-20240920204244-7a91c8620515.1 -> v1.5.1-20241118152629-1379a5a1889d.2 |
||||
| buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go | require | minor | v1.35.2-20241118152629-1379a5a1889d.1 -> v1.36.6-20241118152629-1379a5a1889d.1 |
||||
| github.com/agnivade/levenshtein | require | patch | v1.2.0 -> v1.2.1 |
||||
| github.com/onsi/ginkgo/v2 | require | minor | v2.22.1 -> v2.23.4 |
||||
| github.com/onsi/gomega | require | minor | v1.36.2 -> v1.37.0 |
||||
| github.com/prometheus/client_golang | require | minor | v1.20.5 -> v1.22.0 |
||||
| go (source) | toolchain | minor | 1.23.4 -> 1.24.2 |
||||
| google.golang.org/grpc | require | minor | v1.69.0 -> v1.72.0 |
||||
| helm/chart-testing-action | action | minor | v2.6.1 -> v2.7.0 |
||||
| helm/kind-action | action | minor | v1.10.0 -> v1.12.0 |
||||
| k8s.io/api | require | minor | v0.29.3 -> v0.33.0 |
||||
| k8s.io/apimachinery | require | minor | v0.29.3 -> v0.33.0 |
||||
| k8s.io/cli-runtime | require | minor | v0.29.3 -> v0.33.0 |
||||
| k8s.io/client-go | require | minor | v0.29.3 -> v0.33.0 |
||||
| k8s.io/kubectl | require | minor | v0.29.3 -> v0.33.0 |
||||
| python | uses-with | minor | 3.9 -> 3.13 |
||||
| quay.io/brancz/kube-rbac-proxy | minor | v0.18.2 -> v0.19.1 |
|||||
| sigs.k8s.io/controller-runtime | require | minor | v0.15.0 -> v0.20.4 |
||||
| sigs.k8s.io/yaml | require | minor | v1.3.0 -> v1.4.0 |
Release Notes
anchore/sbom-action (anchore/sbom-action)
v0.19.0
Changes in v0.19.0
- chore(deps): update Syft to v1.23.0 (#521)
- chore(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.8 (#519)
- chore(deps): bump cross-spawn (#514)
v0.18.0
Changes in v0.18.0
- chore(deps): update Syft to v1.19.0 (#513)
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.23.4
2.23.4
Prior to this release Ginkgo would compute the incorrect number of available CPUs when running with -p in a linux container. Thanks to @emirot for the fix!
Features
- Add automaxprocs for using CPUQuota [
2b9c428]
Fixes
- clarify gotchas about -vet flag [
1f59d07]
Maintenance
- bump dependencies [
2d134d5]
v2.23.3
2.23.3
Fixes
- allow
-as a standalone argument [cfcc1a5] - Bug Fix: Add GinkoTBWrapper.Chdir() and GinkoTBWrapper.Context() [
feaf292] - ignore exit code for symbol test on linux [
88e2282]
v2.23.2
2.23.2
🎉🎉🎉
At long last, some long-standing performance gaps between ginkgo and go test have been resolved!
Ginkgo operates by running go test -c to generate test binaries, and then running those binaries. It turns out that the compilation step of go test -c is slower than go test's compilation step because go test strips out debug symbols (ldflags=-w) whereas go test -c does not.
Ginkgo now passes the appropriate ldflags to go test -c when running specs to strip out symbols. This is only done when it is safe to do so and symbols are preferred when profiling is enabled and when ginkgo build is called explicitly.
This, coupled, with the instructions for disabling XProtect on MacOS yields a much better performance experience with Ginkgo.
v2.23.1
2.23.1
🚨 For users on MacOS 🚨
A long-standing Ginkgo performance issue on MacOS seems to be due to mac's antimalware XProtect. You can follow the instructions here to disable it in your terminal. Doing so sped up Ginkgo's own test suite from 1m8s to 47s.
Fixes
Ginkgo's CLI is now a bit clearer if you pass flags in incorrectly:
- make it clearer that you need to pass a filename to the various profile flags, not an absolute directory [
a0e52ff] - emit an error and exit if the ginkgo invocation includes flags after positional arguments [
b799d8d]
This might cause existing CI builds to fail. If so then it's likely that your CI build was misconfigured and should be corrected. Open an issue if you need help.
v2.23.0
2.23.0
Ginkgo 2.23.0 adds a handful of methods to GinkgoT() to make it compatible with the testing.TB interface in Go 1.24. GinkgoT().Context(), in particular, is a useful shorthand for generating a new context that will clean itself up in a DeferCleanup(). This has subtle behavior differences from the golang implementation but should make sense in a Ginkgo... um... context.
Features
- bump to go 1.24.0 - support new testing.TB methods and add a test to cover testing.TB regressions [
37a511b]
Fixes
- fix edge case where build -o is pointing at an explicit file, not a directory [
7556a86] - Fix binary paths when precompiling multiple suites. [
4df06c6]
Maintenance
- Fix: Correct Markdown list rendering in MIGRATING_TO_V2.md [
cbcf39a] - docs: fix test workflow badge (#1512) [
9b261ff] - Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1516) [
00f19c8] - Bump golang.org/x/tools from 0.28.0 to 0.30.0 (#1515) [
e98a4df] - Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (#1504) [
60cc4e2] - Bump github-pages from 231 to 232 in /docs (#1447) [
fea6f2d] - Bump rexml from 3.2.8 to 3.3.9 in /docs (#1497) [
31d7813] - Bump webrick from 1.8.1 to 1.9.1 in /docs (#1501) [
fc3bbd6] - Code linting (#1500) [
aee0d56] - change interface{} to any (#1502) [
809a710]
v2.22.2
What's Changed
- Bump golang.org/x/net from 0.32.0 to 0.33.0 by @dependabot in https://github.com/onsi/ginkgo/pull/1496
- Bump golang.org/x/crypto from 0.17.0 to 0.31.0 in /ginkgo/performance/_fixtures/performance_fixture by @dependabot in https://github.com/onsi/ginkgo/pull/1498
- Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 by @dependabot in https://github.com/onsi/ginkgo/pull/1499
Full Changelog: https://github.com/onsi/ginkgo/compare/v2.22.1...v2.22.2
onsi/gomega (github.com/onsi/gomega)
v1.37.0
1.37.0
Features
- add To/ToNot/NotTo aliases for AsyncAssertion [
5666f98]
v1.36.3
1.36.3
Maintenance
- bump all the things [
adb8b49] - chore: replace
interface{}withany[7613216] - Bump google.golang.org/protobuf from 1.36.1 to 1.36.5 (#822) [
9fe5259] - remove spurious "toolchain" from go.mod (#819) [
a0e85b9] - Bump golang.org/x/net from 0.33.0 to 0.35.0 (#823) [
604a8b1] - Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (#772) [
36fbc84] - Bump github-pages from 231 to 232 in /docs (#778) [
ced70d7] - Bump rexml from 3.2.6 to 3.3.9 in /docs (#788) [
c8b4a07] - Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (#812) [
06431b9] - Bump webrick from 1.8.1 to 1.9.1 in /docs (#800) [
b55a92d] - Fix typos (#813) [
a1d518b]
prometheus/client_golang (github.com/prometheus/client_golang)
v1.22.0: - 2025-04-07
:warning: This release contains potential breaking change if you use experimental zstd support introduce in #1496 :warning:
Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header.
It was enabled by default since version 1.20, but now you need to add a blank import to enable it.
The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon,
https://github.com/golang/go/issues/62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.
e.g.:
import ( _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd" )
- [FEATURE] prometheus: Add new CollectorFunc utility #1724
- [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
- [FEATURE] api:
WithLookbackDeltaandWithStatsoptions have been added to API client. #1743 - [CHANGE] :warning: promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765
All Changes
- build(deps): bump golang.org/x/sys from 0.28.0 to 0.29.0 by @dependabot in https://github.com/prometheus/client_golang/pull/1720
- build(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.3 by @dependabot in https://github.com/prometheus/client_golang/pull/1719
- Update RELEASE.md by @bwplotka in https://github.com/prometheus/client_golang/pull/1721
- chore(docs): Add links for the upstream PRs by @kakkoyun in https://github.com/prometheus/client_golang/pull/1722
- Added tips on releasing client and checking with k8s. by @bwplotka in https://github.com/prometheus/client_golang/pull/1723
- feat: Add new CollectorFunc utility by @Saumya40-codes in https://github.com/prometheus/client_golang/pull/1724
- build(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 by @dependabot in https://github.com/prometheus/client_golang/pull/1725
- build(deps): bump the github-actions group with 5 updates by @dependabot in https://github.com/prometheus/client_golang/pull/1726
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1727
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1731
- build(deps): bump golang.org/x/sys from 0.29.0 to 0.30.0 by @dependabot in https://github.com/prometheus/client_golang/pull/1739
- build(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 by @dependabot in https://github.com/prometheus/client_golang/pull/1740
- Cleanup dependabot config by @SuperQ in https://github.com/prometheus/client_golang/pull/1741
- Upgrade Golang version v1.24 by @dongjiang1989 in https://github.com/prometheus/client_golang/pull/1738
- build(deps): bump the github-actions group with 2 updates by @dependabot in https://github.com/prometheus/client_golang/pull/1742
- Merging 1.21 release back to main. by @bwplotka in https://github.com/prometheus/client_golang/pull/1744
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1745
- Add support for undocumented query options for API by @mahendrapaipuri in https://github.com/prometheus/client_golang/pull/1743
- exp/api: Add experimental exp module; Add remote API with write client and handler. by @bwplotka in https://github.com/prometheus/client_golang/pull/1658
- exp/api: Add accepted msg type validation to handler by @saswatamcode in https://github.com/prometheus/client_golang/pull/1750
- build(deps): bump the github-actions group with 5 updates by @dependabot in https://github.com/prometheus/client_golang/pull/1751
- build(deps): bump github.com/klauspost/compress from 1.17.11 to 1.18.0 by @dependabot in https://github.com/prometheus/client_golang/pull/1752
- build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in https://github.com/prometheus/client_golang/pull/1753
- exp: Reset snappy buf by @saswatamcode in https://github.com/prometheus/client_golang/pull/1756
- Merge release 1.21.1 to main. by @bwplotka in https://github.com/prometheus/client_golang/pull/1762
- exp: Add dependabot config by @saswatamcode in https://github.com/prometheus/client_golang/pull/1754
- build(deps): bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 in the github-actions group by @dependabot in https://github.com/prometheus/client_golang/pull/1764
- promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package by @liggitt in https://github.com/prometheus/client_golang/pull/1765
- Cut 1.22.0-rc.0 by @kakkoyun in https://github.com/prometheus/client_golang/pull/1768
New Contributors
- @Saumya40-codes made their first contributihttps://github.com/prometheus/client_golang/pull/1724l/1724
- @mahendrapaipuri made their first contributihttps://github.com/prometheus/client_golang/pull/1743l/1743
- @liggitt made their first contributihttps://github.com/prometheus/client_golang/pull/1765l/1765
Full Changelog: https://github.com/prometheus/client_golang/compare/v1.21.1...v1.22.0-rc.0
v1.21.1: / 2025-03-04
This release addresses a performance regression introduced in #1661 -- thanks to all who reported this quickly: @chlunde, @dethi, @aaronbee @tsuna @kakkoyun 💪🏽. This patch release also fixes the iOS build.
We will be hardening the release process even further (#1759, #1761) to prevent this in future, sorry for the inconvenience!
The high concurrency optimization is planned to be eventually reintroduced, however in a much safer manner, potentially in a separate API.
- [BUGFIX] prometheus: Revert of
Inc,AddandObservecumulative metric CAS optimizations (#1661), causing regressions on low concurrency cases #1757 - [BUGFIX] prometheus: Fix GOOS=ios build, broken due to process_collector_* wrong build tags. #1758
All commits
- Revert "exponential backoff for CAS operations on floats" and cut 1.21.1 by @bwplotka in https://github.com/prometheus/client_golang/pull/1757
- Fix ios build for 1.21.1 by @bwplotka in https://github.com/prometheus/client_golang/pull/1758
Full Changelog: https://github.com/prometheus/client_golang/compare/v1.21.0...v1.21.1
v1.21.0: / 2025-02-19
:warning: This release contains potential breaking change if you upgrade github.com/prometheus/common to 0.62+ together with client_golang (and depend on the strict, legacy validation for the label names). New common version changes model.NameValidationScheme global variable, which relaxes the validation of label names and metric name, allowing all UTF-8 characters. Typically, this should not break any user, unless your test or usage expects strict certain names to panic/fail on client_golang metric registration, gathering or scrape. In case of problems change model.NameValidationScheme to old model.LegacyValidation value in your project init function. :warning:
- [BUGFIX] gocollector: Fix help message for runtime/metric metrics. #1583
- [BUGFIX] prometheus: Fix
Desc.String()method for no labels case. #1687 - [PERF] prometheus: Optimize popular
prometheus.BuildFQNamefunction; now up to 30% faster. #1665 - [PERF] prometheus: Optimize
Inc,AddandObservecumulative metrics; now up to 50% faster under high concurrent contention. #1661 - [CHANGE] Upgrade prometheus/common to 0.62.0 which changes
model.NameValidationSchemeglobal variable. #1712 - [CHANGE] Add support for Go 1.23. #1602
- [FEATURE] process_collector: Add support for Darwin systems. #1600 #1616 #1625 #1675 #1715
- [FEATURE] api: Add ability to invoke
CloseIdleConnectionson api.Client usingapi.Client.(CloseIdler).CloseIdleConnections()casting. #1513 - [FEATURE] promhttp: Add
promhttp.HandlerOpts.EnableOpenMetricsTextCreatedSamplesoption to create OpenMetrics _created lines. Not recommended unless you want to use opt-in Created Timestamp feature. Community works on OpenMetrics 2.0 format that should make those lines obsolete (they increase cardinality significantly). #1408 - [FEATURE] prometheus: Add
NewConstNativeHistogramfunction. #1654
All commits
* Merge release-1.20 to main by @bwplotka in https://github.com/prometheus/client_golang/pull/1582 * gocollector: Tiny fix for help message with runtime/metrics source. by @bwplotka in https://github.com/prometheus/client_golang/pull/1583 * ci: bump dagger to the latest version by @marcosnils in https://github.com/prometheus/client_golang/pull/1588 * Merge release-1.20 back to main by @ArthurSens in https://github.com/prometheus/client_golang/pull/1593 * Update linting by @SuperQ in https://github.com/prometheus/client_golang/pull/1603 * Update supported Go versions by @SuperQ in https://github.com/prometheus/client_golang/pull/1602 * build(deps): bump golang.org/x/sys from 0.22.0 to 0.24.0 by @dependabot in https://github.com/prometheus/client_golang/pull/1611 * build(deps): bump github.com/prometheus/common from 0.55.0 to 0.57.0 by @dependabot in https://github.com/prometheus/client_golang/pull/1612 * changed the name of all variables with min/max name by @parthlaw in https://github.com/prometheus/client_golang/pull/1606 * Update Dagger and build. by @SuperQ in https://github.com/prometheus/client_golang/pull/1610 * build(deps): bump github/codeql-action from 3.25.15 to 3.26.6 in the github-actions group across 1 directory by @dependabot in https://github.com/prometheus/client_golang/pull/1614 * examples: Improved GoCollector example. by @bwplotka in https://github.com/prometheus/client_golang/pull/1589 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1615 * process_collector: fill in most statistics on macOS by @mharbison72 in https://github.com/prometheus/client_golang/pull/1600 * :zap: http client defer CloseIdleConnections by @cuisongliu in https://github.com/prometheus/client_golang/pull/1513 * Set allow-utf-8 in Format during tests to avoid escaping. by @ywwg in https://github.com/prometheus/client_golang/pull/1618 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1622 * Merge Release 1.20 back to main by @ArthurSens in https://github.com/prometheus/client_golang/pull/1627 * examples: Add custom labels example by @ying-jeanne in https://github.com/prometheus/client_golang/pull/1626 * Refactor default runtime metrics tests for Go collector so that default runtime metric set autogenerates by @vesari in https://github.com/prometheus/client_golang/pull/1631 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1628 * process_xxx_memory statistics for macOS (cgo) by @mharbison72 in https://github.com/prometheus/client_golang/pull/1616 * build(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10 by @dependabot in https://github.com/prometheus/client_golang/pull/1633 * build(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0 by @dependabot in https://github.com/prometheus/client_golang/pull/1632 * process_collector: Add Platform-Specific Describe for processCollector by @ying-jeanne in https://github.com/prometheus/client_golang/pull/1625 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1635 * build(deps): bump the github-actions group with 4 updates by @dependabot in https://github.com/prometheus/client_golang/pull/1634 * Optionally print OM created lines by @ArthurSens in https://github.com/prometheus/client_golang/pull/1408 * process_collector: merge wasip1 and js into a single implementation by @ying-jeanne in https://github.com/prometheus/client_golang/pull/1644 * Merge release 1.20 to main by @bwplotka in https://github.com/prometheus/client_golang/pull/1647 * Add Arianna as maintainer 💪 by @ArthurSens in https://github.com/prometheus/client_golang/pull/1651 * test add headers round tripper by @Manask322 in https://github.com/prometheus/client_golang/pull/1657 * build(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11 by @dependabot in https://github.com/prometheus/client_golang/pull/1668 * build(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 by @dependabot in https://github.com/prometheus/client_golang/pull/1669 * build(deps): bump github.com/prometheus/common from 0.59.1 to 0.60.1 by @dependabot in https://github.com/prometheus/client_golang/pull/1667 * build(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in https://github.com/prometheus/client_golang/pull/1670 * Optimize BuildFQName function by @jkroepke in https://github.com/prometheus/client_golang/pull/1665 * fix: use injected now() instead of time.Now() in summary methods by @imorph in https://github.com/prometheus/client_golang/pull/1672 * process_collector: avoid a compiler warning on macOS (fixes #1660) by @mharbison72 in https://github.com/prometheus/client_golang/pull/1675 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1674 * build(deps): bump the github-actions group across 1 directory with 3 updates by @dependabot in https://github.com/prometheus/client_golang/pull/1678 * [chore]: enable perfsprint linter by @mmorel-35 in https://github.com/prometheus/client_golang/pull/1676 * Duplicate of #1662 by @imorph in https://github.com/prometheus/client_golang/pull/1673 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1679 * chore: enable usestdlibvars linter by @mmorel-35 in https://github.com/prometheus/client_golang/pull/1680 * Add: exponential backoff for CAS operations on floats by @imorph in https://github.com/prometheus/client_golang/pull/1661 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1683 * [1617] Add ConstnativeHistogram by @shivanthzen in https://github.com/prometheus/client_golang/pull/1654 * fix: replace fmt.Errorf with errors.New by @kakkoyun in https://github.com/prometheus/client_golang/pull/1689 * Add codeowners by @kakkoyun in https://github.com/prometheus/client_golang/pull/1688 * fix: add very small delay between observations in `TestHistogramAtomicObserve` by @imorph in https://github.com/prometheus/client_golang/pull/1691 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1692 * Fix: handle nil variableLabels in Desc.String() method and add tests for nil label values by @kakkoyun in https://github.com/prometheus/client_golang/pull/1687 * examples: Follow best practices and established naming conventions by @lilic in https://github.com/prometheus/client_golang/pull/1650 * setup OSSF Scorecard workflow by @mmorel-35 in https://github.com/prometheus/client_golang/pull/1432 * build(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by @dependabot in https://github.com/prometheus/client_golang/pull/1697 * build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 by @dependabot in https://github.com/prometheus/client_golang/pull/1696 * build(deps): bump the github-actions group with 5 updates by @dependabot in https://github.com/prometheus/client_golang/pull/1695 * update links to openmetrics to reference the v1.0.0 release by @dashpole in https://github.com/prometheus/client_golang/pull/1699 * build(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.1 by @dependabot in https://github.com/prometheus/client_golang/pull/1706 * build(deps): bump golang.org/x/sys from 0.27.0 to 0.28.0 by @dependabot in https://github.com/prometheus/client_golang/pull/1705 * build(deps): bump the github-actions group with 5 updates by @dependabot in https://github.com/prometheus/client_golang/pull/1707 * build(deps): bump github.com/prometheus/common from 0.60.1 to 0.61.0 by @dependabot in https://github.com/prometheus/client_golang/pull/1704 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1703 * Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/1708 * Upgrade to prometheus/common 0.62.0 with breaking change by @bwplotka in https://github.com/prometheus/client_golang/pull/1712 * build(deps): bump golang.org/x/net from 0.26.0 to 0.33.0 in /tutorials/whatsup by @dependabot in https://github.com/prometheus/client_golang/pull/1713 * docs: Add RELEASE.md for the release process by @kakkoyun in https://github.com/prometheus/client_golang/pull/1690 * tutorials/whatsup: Updated deps by @bwplotka in https://github.com/prometheus/client_golang/pull/1716 * process collector: Fixed pedantic registry failures on darwin with cgo. by @bwplotka in https://github.com/prometheus/client_golang/pull/1715 * Revert "ci: daggerize test and lint pipelines (#1534)" by @bwplotka in https://github.com/prometheus/client_golang/pull/1717 * Cut 1.21.0-rc.0 by @bwplotka in https://github.com/prometheus/client_golang/pull/1718 * Cut 1.21 by @bwplotka in https://github.com/prometheus/client_golang/pull/1737New Contributors
- @parthlaw made their first contributihttps://github.com/prometheus/client_golang/pull/1606l/1606
- @mharbison72 made their first contributihttps://github.com/prometheus/client_golang/pull/1600l/1600
- @cuisongliu made their first contributihttps://github.com/prometheus/client_golang/pull/1513l/1513
- @ying-jeanne made their first contributihttps://github.com/prometheus/client_golang/pull/1626l/1626
- @Manask322 made their first contributihttps://github.com/prometheus/client_golang/pull/1657l/1657
- @jkroepke made their first contributihttps://github.com/prometheus/client_golang/pull/1665l/1665
- @imorph made their first contributihttps://github.com/prometheus/client_golang/pull/1672l/1672
- @mmorel-35 made their first contributihttps://github.com/prometheus/client_golang/pull/1676l/1676
- @shivanthzen made their first contributihttps://github.com/prometheus/client_golang/pull/1654l/1654
- @dashpole made their first contributihttps://github.com/prometheus/client_golang/pull/1699l/1699
Full Changelog: https://github.com/prometheus/client_golang/compare/v1.20.5...v1.21.0
grpc/grpc-go (google.golang.org/grpc)
v1.72.0: Release 1.72.0
Dependencies
- Minimum supported Go version is now 1.23 (#8108)
API Changes
- resolver: add experimental
AddressMapV2with generics to ultimately replaceAddressMap. DeprecateAddressMapfor deletion (#8187) - resolver: convert EndpointMap in place to use generics (#8189)
New Features
- xds: add
grpc.xds_client.server_failurecounter metric on xDS client to record connectivity errors (#8203) - balancer/rls: allow
maxAgeto exceed 5 minutes ifstaleAgeis set in the LB policy configuration (#8137) - ringhash: implement gRFC A76 improvements. (#8159)
Bug Fixes
- xds: fix support for circuit breakers and load reporting in LOGICAL_DNS clusters (#8169, #8170)
- cds: improve RPC error messages when resources are not found (#8122)
- priority: fix race that could leak balancers and goroutines during shutdown (#8095)
- stats/opentelemetry: fix trace attributes message sequence numbers to start from 0 (#8237)
- balancer/pickfirstleaf: fix panic if deprecated Address.Metadata field is set to a non-comparable value by ignoring the field (#8227)
Behavior Changes
- transport: make servers send an HTTP/2 RST_STREAM frame to cancel a stream when the deadline expires (#8071)
Documentation
- stats: clarify the expected sequence of events on a stats handler (#7885)
- Special Thanks: @RyanBlaney
v1.71.1: Release 1.71.1
Bug Fixes
- grpc: fix a bug causing an extra Read from the compressor if a compressed message is the same size as the limit. This could result in a panic with the built-in gzip compressor (#8178)
- xds: restore the behavior of reading the bootstrap config before creating the first xDS client instead of at package init time (#8164)
- stats/opentelemetry: use
TextMapPropagatorandTracerProviderfromTraceOptionsinstead of OpenTelemetry globals (#8166) - client: fix races when an http proxy is configured that could lead to deadlocks or panics (#8195)
- client: fix bug causing RPC failures with message "no children to pick from" when using a custom resolver that calls the deprecated
NewAddressAPI (#8149) - wrr: fix slow processing of address updates that could result in problems including RPC failures for servers with a large number of backends (#8179)
v1.71.0: Release 1.71.0
API Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
- 1 additional dependency was updated
Details:
| Package | Change |
|---|---|
k8s.io/component-base |
v0.33.0 -> v0.33.1 |