regatta
regatta copied to clipboard
build(deps): bump the gomod group across 1 directory with 10 updates
Bumps the gomod group with 9 updates in the / directory:
Package | From | To |
---|---|---|
github.com/VictoriaMetrics/metrics | 1.33.1 |
1.35.1 |
github.com/klauspost/compress | 1.17.8 |
1.17.9 |
github.com/prometheus/common | 0.53.0 |
0.55.0 |
github.com/spf13/cobra | 1.8.0 |
1.8.1 |
github.com/spf13/viper | 1.18.2 |
1.19.0 |
golang.org/x/sync | 0.7.0 |
0.8.0 |
golang.org/x/time | 0.5.0 |
0.6.0 |
google.golang.org/grpc | 1.63.2 |
1.65.0 |
google.golang.org/grpc/cmd/protoc-gen-go-grpc | 1.3.0 |
1.5.1 |
Updates github.com/VictoriaMetrics/metrics
from 1.33.1 to 1.35.1
Commits
d783709
push.go: clarify the docs for PushOptions.Method fieldeba0da0
process_metrics_linux.go: avoid calling os.Getpagesize() with every writeProc...7a44715
histogram.go: code cleanup after e40cfe3ab596ac0302fad2cb8eb1779895bc43a317878c4
Make UnregisterSet() less error-prone to use32321d6
Merge pull request #77 from VictoriaMetrics/fixed-histogram-merge001417b
fixed tests925f863
fixed histogram merged5fb341
Merge pull request #70 from aierui/request_method464c46d
Merge pull request #76 from zhengtianbao/master7b14975
Use Getpagesize replace hard-coded page size- Additional commits viewable in compare view
Updates github.com/klauspost/compress
from 1.17.8 to 1.17.9
Release notes
Sourced from github.com/klauspost/compress's releases.
v1.17.9
What's Changed
- s2: Reduce ReadFrom temporary allocations by
@klauspost
in klauspost/compress#949- Fix arm64 vet issues by
@klauspost
in klauspost/compress#964- flate, zstd: Shave some bytes off amd64 matchLen by
@greatroar
in klauspost/compress#963- Upgrade zip to 1.22.4 upstream by
@klauspost
in klauspost/compress#970- zstd: BuildDict fails with RLE table by
@klauspost
in klauspost/compress#951- Upgrade zlib to upstream by
@klauspost
in klauspost/compress#971Full Changelog: https://github.com/klauspost/compress/compare/v1.17.8...v1.17.9
Commits
7ae2138
Upgrade zlib to upstream (#971)0396178
zstd: BuildDict fails with RLE table (#951)8411e1d
zip: Upgrade to 1.22.4 upstream (#970)d9f6f55
build(deps): bump the github-actions group across 1 directory with 2 updates ...5f7dd25
flate, zstd: Shave some bytes off amd64 matchLen (#963)3a0faf3
Fix arm64 vet issues (#964)8bd3916
s2: Reduce ReadFrom temporary allocations (#949)- See full diff in compare view
Updates github.com/prometheus/common
from 0.53.0 to 0.55.0
Release notes
Sourced from github.com/prometheus/common's releases.
v0.55.0
What's Changed
- Move goautoneg to external dependency by
@mikelolasagasti
in prometheus/common#625- Expose secret as SecretReader and InlineSecret from config package by
@pracucci
in prometheus/common#650- Fix HTTPClientConfig JSON marshalling by
@pracucci
in prometheus/common#651- Expose secret as FileSecret from config package by
@alanprot
in prometheus/common#653- Set http_headers to be omit empty by
@yeya24
in prometheus/common#655- chore: add HumanizeTimestamp; make ConvertToFloat exportable by
@freak12techno
in prometheus/common#654- Synchronize common files from prometheus/prometheus by
@prombot
in prometheus/common#660- Add SigV4 FIPS STS endpoint config by
@rajagopalanand
in prometheus/common#649New Contributors
@gotjosh
made their first contribution in prometheus/common#644@mikelolasagasti
made their first contribution in prometheus/common#625@alanprot
made their first contribution in prometheus/common#653@yeya24
made their first contribution in prometheus/common#655@rajagopalanand
made their first contribution in prometheus/common#649Full Changelog: https://github.com/prometheus/common/compare/v0.54.0...v0.55.0
v0.54.0
What's Changed
- Bump golang.org/x/net from 0.22.0 to 0.23.0 in /sigv4 by
@dependabot
in prometheus/common#624- Bump golang.org/x/net from 0.22.0 to 0.23.0 by
@dependabot
in prometheus/common#623- Add HTTP headers support to common HTTP client. by
@roidelapluie
in prometheus/common#416- Synchronize common files from prometheus/prometheus by
@prombot
in prometheus/common#633- Bump github.com/aws/aws-sdk-go from 1.51.11 to 1.51.32 in /sigv4 by
@dependabot
in prometheus/common#632- Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 by
@dependabot
in prometheus/common#628- Bump golang.org/x/net from 0.23.0 to 0.24.0 by
@dependabot
in prometheus/common#630- Bump github.com/prometheus/client_model from 0.6.0 to 0.6.1 by
@dependabot
in prometheus/common#631- Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 by
@dependabot
in prometheus/common#629- Use common interface to fetch secrets in HTTP client config by
@TheSpiritXIII
in prometheus/common#538- Add support for secret refs via a secret manager by
@TheSpiritXIII
in prometheus/common#572- oauth2RoundTripper: Avoid race condition and readability changes. by
@bwplotka
in prometheus/common#634- Synchronize common files from prometheus/prometheus by
@prombot
in prometheus/common#636- Bump github.com/aws/aws-sdk-go from 1.51.32 to 1.53.14 in /sigv4 by
@dependabot
in prometheus/common#638- Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 in /sigv4 by
@dependabot
in prometheus/common#639- feat: add time template helpers by
@freak12techno
in prometheus/common#627New Contributors
@bwplotka
made their first contribution in prometheus/common#634@freak12techno
made their first contribution in prometheus/common#627Full Changelog: https://github.com/prometheus/common/compare/v0.53.0...v0.54.0
Commits
0c7b585
Merge pull request #649 from rajagopalanand/13364804fbbe
Update common Prometheus files (#660)3f20456
Bump golang.org/x/net from 0.25.0 to 0.26.0 (#657)e31eeaa
Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#658)3236a12
Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 (#656)1cfb464
Bump github.com/aws/aws-sdk-go from 1.53.14 to 1.54.7 in /sigv4 (#659)ab322ea
chore: add HumanizeTimestamp; make ConvertToFloat exportable (#654)04635d2
Merge pull request #655 from yeya24/change-omit-emptyc4974e5
fix test43f0db5
set http_headers to be omit empty- Additional commits viewable in compare view
Updates github.com/spf13/cobra
from 1.8.0 to 1.8.1
Release notes
Sourced from github.com/spf13/cobra's releases.
v1.8.1
✨ Features
- Add env variable to suppress completion descriptions on create by
@scop
in spf13/cobra#1938🐛 Bug fixes
- Micro-optimizations by
@scop
in spf13/cobra#1957🔧 Maintenance
- build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 by
@dependabot
in spf13/cobra#2127- Consistent annotation names by
@nirs
in spf13/cobra#2140- Remove fully inactivated linters by
@nirs
in spf13/cobra#2148- Address golangci-lint deprecation warnings, enable some more linters by
@scop
in spf13/cobra#2152🧪 Testing & CI/CD
- Add test for func in cobra.go by
@korovindenis
in spf13/cobra#2094- ci: test golang 1.22 by
@cyrilico
in spf13/cobra#2113- Optimized and added more linting by
@scop
in spf13/cobra#2099- build(deps): bump actions/setup-go from 4 to 5 by
@dependabot
in spf13/cobra#2087- build(deps): bump actions/labeler from 4 to 5 by
@dependabot
in spf13/cobra#2086- build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by
@dependabot
in spf13/cobra#2108- build(deps): bump actions/cache from 3 to 4 by
@dependabot
in spf13/cobra#2102✏️ Documentation
- Fixes and docs for usage as plugin by
@nirs
in spf13/cobra#2070- flags: clarify documentation that LocalFlags related function do not modify the state by
@niamster
in spf13/cobra#2064- chore: remove repetitive words by
@racerole
in spf13/cobra#2122- Add LXC to the list of projects using Cobra
@VaradBelwalkar
in spf13/cobra#2071- Update projects_using_cobra.md by
@marcuskohlberg
in spf13/cobra#2089- [chore]: update projects using cobra by
@cmwylie19
in spf13/cobra#2093- Add Taikun CLI to list of projects by
@Smidra
in spf13/cobra#2098- Add Incus to the list of projects using Cobra by
@montag451
in spf13/cobra#2118
... (truncated)
Commits
e94f6d0
Address golangci-lint deprecation warnings, enable some more linters (#2152)8003b74
Remove fully inactivated linters (#2148)5c2c1d6
Consistent annotation names (#2140)5a1acea
build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 (#2127)0fc86c2
docs: update user guide (#2128)6b5f577
More linting (#2099)bd914e5
fix: remove deprecated io/ioutils package (#2120)1f80fa2
chore: remove repetitive words (#2122)c69ae4c
ci: test golang 1.22 (#2113)a30cee5
build(deps): bump actions/cache from 3 to 4 (#2102)- Additional commits viewable in compare view
Updates github.com/spf13/viper
from 1.18.2 to 1.19.0
Release notes
Sourced from github.com/spf13/viper's releases.
v1.19.0
What's Changed
Bug Fixes 🐛
- fix!: hide struct binding behind a feature flag by
@sagikazarmark
in spf13/viper#1720Dependency Updates ⬆️
- build(deps): bump github/codeql-action from 2.22.8 to 2.22.9 by
@dependabot
in spf13/viper#1705- build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 by
@dependabot
in spf13/viper#1703- build(deps): bump github/codeql-action from 2.22.9 to 3.22.11 by
@dependabot
in spf13/viper#1713- build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.1.1 by
@dependabot
in spf13/viper#1711- build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 by
@dependabot
in spf13/viper#1722- build(deps): bump github/codeql-action from 3.22.11 to 3.23.0 by
@dependabot
in spf13/viper#1734- build(deps): bump actions/dependency-review-action from 3.1.4 to 3.1.5 by
@dependabot
in spf13/viper#1731- build(deps): bump mheap/github-action-required-labels from 5.1.0 to 5.2.0 by
@dependabot
in spf13/viper#1743- build(deps): bump github/codeql-action from 3.23.0 to 3.23.2 by
@dependabot
in spf13/viper#1742- build(deps): bump actions/dependency-review-action from 3.1.5 to 4.0.0 by
@dependabot
in spf13/viper#1739- build(deps): bump cachix/install-nix-action from 24 to 25 by
@dependabot
in spf13/viper#1737- build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 by
@dependabot
in spf13/viper#1751- build(deps): bump github/codeql-action from 3.24.0 to 3.24.1 by
@dependabot
in spf13/viper#1760- build(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.0 by
@dependabot
in spf13/viper#1761- build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by
@dependabot
in spf13/viper#1757- build(deps): bump mheap/github-action-required-labels from 5.2.0 to 5.3.0 by
@dependabot
in spf13/viper#1759- build(deps): bump github/codeql-action from 3.24.1 to 3.24.3 by
@dependabot
in spf13/viper#1763- build(deps): bump github.com/sagikazarmark/crypt from 0.17.0 to 0.18.0 by
@dependabot
in spf13/viper#1774- build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by
@dependabot
in spf13/viper#1770- build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by
@dependabot
in spf13/viper#1776- build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by
@dependabot
in spf13/viper#1775- build(deps): bump cachix/install-nix-action from 25 to 26 by
@dependabot
in spf13/viper#1778- build(deps): bump actions/dependency-review-action from 4.1.0 to 4.1.3 by
@dependabot
in spf13/viper#1767- build(deps): bump github/codeql-action from 3.24.6 to 3.24.9 by
@dependabot
in spf13/viper#1790- build(deps): bump mheap/github-action-required-labels from 5.3.0 to 5.4.0 by
@dependabot
in spf13/viper#1789- build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by
@dependabot
in spf13/viper#1780- build(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.4 by
@dependabot
in spf13/viper#1793- chore: upgrade crypt by
@sagikazarmark
in spf13/viper#1794- build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0 by
@dependabot
in spf13/viper#1788- build(deps): bump actions/dependency-review-action from 4.2.4 to 4.2.5 by
@dependabot
in spf13/viper#1796- build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.0 to 2.2.1 by
@dependabot
in spf13/viper#1804- build(deps): bump github/codeql-action from 3.24.9 to 3.25.1 by
@dependabot
in spf13/viper#1806- build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by
@dependabot
in spf13/viper#1807- build(deps): bump actions/checkout from 4.1.2 to 4.1.3 by
@dependabot
in spf13/viper#1808- build(deps): bump actions/checkout from 4.1.3 to 4.1.4 by
@dependabot
in spf13/viper#1813- build(deps): bump github/codeql-action from 3.25.1 to 3.25.2 by
@dependabot
in spf13/viper#1811- build(deps): bump mheap/github-action-required-labels from 5.4.0 to 5.4.1 by
@dependabot
in spf13/viper#1817- build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2 by
@dependabot
in spf13/viper#1821- build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2 by
@dependabot
in spf13/viper#1822- build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 by
@dependabot
in spf13/viper#1824- build(deps): bump github/codeql-action from 3.25.2 to 3.25.4 by
@dependabot
in spf13/viper#1828- build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1 by
@dependabot
in spf13/viper#1829- build(deps): bump github/codeql-action from 3.25.4 to 3.25.7 by
@dependabot
in spf13/viper#1844
... (truncated)
Commits
b9733f0
build(deps): bump actions/checkout from 4.1.4 to 4.1.66ecc5c8
build(deps): bump cachix/install-nix-action from 26 to 27248c6fd
build(deps): bump github/codeql-action from 3.25.4 to 3.25.7abea773
Update references to bketelsen/cryptf17acb4
build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.18e285a5
build(deps): bump github/codeql-action from 3.25.2 to 3.25.44017620
build(deps): bump actions/setup-go from 5.0.0 to 5.0.1b67e814
build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.24a182c7
build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.245a0e12
build(deps): bump mheap/github-action-required-labels- Additional commits viewable in compare view
Updates golang.org/x/sync
from 0.7.0 to 0.8.0
Commits
411f99e
LICENSE: update per Google Legal- See full diff in compare view
Updates golang.org/x/time
from 0.5.0 to 0.6.0
Commits
5d9ef58
LICENSE: update per Google Legal- See full diff in compare view
Updates google.golang.org/grpc
from 1.63.2 to 1.65.0
Release notes
Sourced from google.golang.org/grpc's releases.
Release 1.65.0
Dependencies
- Change support policy to cover only the latest TWO releases of Go, matching the policy for Go itself. See #7249 for more information. (#7250)
- Update x/net/http2 to address CVE-2023-45288 (#7282)
Behavior Changes
- credentials/tls: clients and servers will now reject connections that don't support ALPN when environment variable
GRPC_ENFORCE_ALPN_ENABLED
is set to "true" (case insensitive). (#7184)
- NOTE: this behavior will become the default in a future release.
- metadata: remove String method from MD to make printing more consistent (#7373)
New Features
- grpc: add
WithMaxCallAttempts
to configure gRPC's retry behavior per-channel. (#7229)
- Special Thanks:
@imoore76
Bug Fixes
- ringhash: properly apply endpoint weights instead of ignoring them (#7156)
- xds: fix a bug that could cause xds-enabled servers to stop accepting new connections after handshaking errors (#7128)
- Special Thanks:
@bozaro
Release 1.64.1
Dependencies
- Update x/net/http2 to address CVE-2023-45288 (#7352)
- metadata: remove String method from MD to make printing consistent (#7374)
Release 1.64.0
API Changes
- stats: Deprecate
InPayload.Data
andOutPayload.Data
; they were experimental and will be deleted in the next release (#7121)Behavior Changes
- codec: Remove handling of environment variable
GRPC_GO_ADVERTISE_COMPRESSORS
to suppress setting supported compressors ingrpc-accept-encoding
header. Compressors will always be advertised, as they have been by default for some time (#7203)New Features
- resolver/dns: Add
SetMinResolutionInterval
to set the minimum interval at which DNS re-resolutions may occur (#6962)
- Special Thanks:
@HomayoonAlimohammadi
- peer/peer: Implement the
fmt.Stringer
interface for pretty printingPeer
, and- metadata/metadata: Implement the
fmt.Stringer
interface for pretty printingMD
(#7137)
- Special Thanks:
@AnomalRoil
Performance Improvements
... (truncated)
Commits
2da9769
Change version to 1.65.0 (#7306)ede96b7
metadata: remove String method (#7373)64be203
grpc: Readd pick first name (#7336) (#7341)25e33a6
examples: Add CSM Observability example (#7302) (#7318)04a5f46
xds/internal/xdsclient: Emit unknown for CSM Labels if not present in CDS (#7...cff5c3e
stats/opentelemetry: Add e2e testing for CSM Observability (#7279) (#7316)9b970fd
dns: fix constant 30s backoff for re-resolution (#7262) (#7311)6d23620
documentation: on server, use FromIncomingContext for retrieving context and...7e5898e
xds: unify xDS client creation APIs meant for testing (#7268)5d7bd7a
interop/xds: Interop client and server changes for CSM Observability (#7280)- Additional commits viewable in compare view
Updates google.golang.org/grpc/cmd/protoc-gen-go-grpc
from 1.3.0 to 1.5.1
Release notes
Sourced from google.golang.org/grpc/cmd/protoc-gen-go-grpc's releases.
protoc-gen-go-grpc v1.5.1
Dependencies
- Removed
replace
directive (needed only for testing), since it is incompatible withgo install
(#7451).protoc-gen-go-grpc v1.5.0
Security
- The generated function
Register<Service>Server
now panics if theUnimplemented<Service>Server
struct is embedded in a way that would otherwise lead to runtime panics if an unimplemented method was called. Users are advised to ensure they are properly embedding theUnimplemented
struct for their service, and to regenerate their proto files to confirm. (#7438)
- Note: "Proper embedding" of the
Unimplemented
struct means either embedding the struct by value (preferred) or ensuring it is always initialized to a valid pointer. E.g.struct MyServiceImpl { pb.UnimplementedMyServiceServer // embedded by value, not pointer // .. other struct fields .. }
New Features
- Generated code for services will produce streaming method definitions using one of six different generic types (e.g.
BidiStreamingServer
orClientStreamingClient
) instead of producing complete interfaces and implementations for the streaming methods. This can be disabled by settinguse_generic_streams_experimental=false
. Please file a bug if you encounter any issues with this behavior. (#7387)Bug Fixes
- A period (.) is added to the end of the service interface doc comment to comply with Godoc. (#7392)
protoc-gen-go-grpc v1.4.0
New Features
- Add an optional implementation of streams using generics (Experimental) (#7057)
- The new
use_generic_stream_experimental=true
option will cause the gRPC codegen to use prebuilt generic types to implement client and server stream objects, rather than generating new types and implementations for every RPC method. We intend to transition this to the default behavior in the next release. Please test it and provide any feedback.- Special Thanks:
@aarongable
- Copy service comments to interfaces in generated code (#7243)
- Special Thanks:
@silves-xiang
- Generated code includes static method gRPC call options for integration with the upcoming OpenTelemetry metrics support (#6960)
Dependencies
- Update
google.golang.org/protobuf
dependency to v1.34.1 to address CVE-2024-24786 (#7274)
Commits
b8669c3
Change version to 1.5.15ad7775
Do not create new addrConn when connection error happens (#1369)284c78b
Change version to 1.5.1-dev172ccac
Change version to 1.5.0939edc0
Revert "Use bufconn in end2end tests." (#1381)71260d2
Fix logging method (#1375)c7e2c00
Use bufconn in end2end tests.9a71c79
Create bufconn package for a local, buffered net.Conn and dialer/listenerce03e9c
Fix a typo in examples/gotutorial.md (#1374)d672391
Use log severity and verbosity level (#1340)- Additional commits viewable in compare view
Updates google.golang.org/protobuf
from 1.34.1 to 1.34.2
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