Bump the go-dependencies group across 1 directory with 10 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(5 months ago)
(5 months ago)
(5 months ago)
dependencies size/S dependency/etcd go
Bumps the go-dependencies group with 10 updates in the / directory:
| Package | From | To |
|---|---|---|
| github.com/golang-migrate/migrate/v4 | 4.18.1 |
4.18.3 |
| github.com/hashicorp/consul/api | 1.31.2 |
1.32.1 |
| github.com/minio/minio-go/v7 | 7.0.82 |
7.0.92 |
| github.com/prometheus/client_golang | 1.21.1 |
1.22.0 |
| github.com/prometheus/common | 0.62.0 |
0.64.0 |
| github.com/spf13/afero | 1.11.0 |
1.14.0 |
| go.etcd.io/etcd/api/v3 | 3.5.17 |
3.6.0 |
| go.etcd.io/etcd/client/pkg/v3 | 3.5.17 |
3.6.0 |
| go.etcd.io/etcd/client/v3 | 3.5.17 |
3.6.0 |
| github.com/VictoriaMetrics/fastcache | 1.12.2 |
1.12.4 |
Updates github.com/golang-migrate/migrate/v4 from 4.18.1 to 4.18.3
Release notes
Sourced from github.com/golang-migrate/migrate/v4's releases.
v4.18.3
Changelog
- a4d0a1b Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2
- f37ef79 Bump golang.org/x/crypto from 0.31.0 to 0.35.0
- 5b97c92 Bump golang.org/x/net from 0.33.0 to 0.38.0
- e6d84f6 Drop support for Go 1.22 and add support for Go 1.24
- fccd197 Mention CLI install instructions in main README
- 34c2b4a Remove redundant build tags
- a868033 Update FAQ.md - typo
- 7269490 Update golangci-lint version used in GitHub Actions
- c5137c4 Update migrate -help output for the readme file
- 033835a Update to dktest v0.4.5
- 8b09191 fix: typo limited not limitted
- 60d73be refactor: replace github.com/pkg/errors with stdlib
- 36d17ba tests: fix various tests (#1209)
v4.18.2
Changelog
- e145cde Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1
- e22d012 Don't output sensitive information on error
- e5a152b Drop support for Azure SQL Edge
- 12c619e Fix CI (#1222)
- bc06922 Update dktest from v0.4.3 to v0.4.4
- 7651c8a linter fixes
Commits
9023d66Merge pull request #1244 from alexandear-org/chore-redundant-build-tags1049490Merge pull request #1179 from lunfel/master033835aUpdate to dktest v0.4.5329152eMerge pull request #1196 from Rambatino/patch-134c2b4aRemove redundant build tagsa3b7633Merge pull request #1259 from golang-migrate/dependabot/go_modules/golang.org...5b97c92Bump golang.org/x/net from 0.33.0 to 0.38.03c3ce91Merge pull request #1258 from golang-migrate/dependabot/go_modules/golang.org...f37ef79Bump golang.org/x/crypto from 0.31.0 to 0.35.01af841dMerge pull request #1260 from dhui/update_go- Additional commits viewable in compare view
Updates github.com/hashicorp/consul/api from 1.31.2 to 1.32.1
Commits
f3c5d71feature: Adding configurable value to disable XDS Load balancing2e8f955suppressing alpine CVEs as there is no fix yet (#22278)570651aUpgraded go to 1.23.8 (#22273)519fb0aCVE Fix (#22268)3b44455Update lock.mdx (Node Health Check and TTL) (#22258)1af00f7Fix catalog service endpoint when querying for a peer service (#22189)616de64Document Azure service principal auth in snapshot/agent.mdx (#21942)9bd863dRefactor Txn API to use AgentService and add TaggedAddresses support (#22248)3bd8e97Fixes a couple of DNS token example commands (#22224)8946d7dbuild(deps): bump go version to go1.23.7 (#22237)- Additional commits viewable in compare view
Updates github.com/minio/minio-go/v7 from 7.0.82 to 7.0.92
Release notes
Sourced from github.com/minio/minio-go/v7's releases.
Bugfix Release and new APIs
What's Changed
- Add copy destination fields by
@klauspostin minio/minio-go#2095- feat: make JSON lib configurable by
@secDre4merin minio/minio-go#2088- implement Go native iterator style ListObjects() by
@harshavardhanain minio/minio-go#2099- Add API for bucket resync cancellation by
@poornasin minio/minio-go#2101- support aws s3 express zone behavior by
@harshavardhanain minio/minio-go#2103- Add MakeBucket forceCreate option a MinIO specific extension by
@harshavardhanain minio/minio-go#2108- add support for automatic region extraction for S3 Express by
@harshavardhanain minio/minio-go#2104- Add msgpack serializers to stringset by
@klauspostin minio/minio-go#2107New Contributors
@secDre4mermade their first contribution in minio/minio-go#2088Full Changelog: https://github.com/minio/minio-go/compare/v7.0.91...v7.0.92
Bugfix Release
What's Changed
- feat: add 3 region updated 2025-04 by
@Zen3515in minio/minio-go#2090- fix: incorrect set x-amz-date for signV4 by
@jiukerin minio/minio-go#2096New Contributors
@Zen3515made their first contribution in minio/minio-go#2090Full Changelog: https://github.com/minio/minio-go/compare/v7.0.90...v7.0.91
Bugfix v7.0.90
What's Changed
- Add anonymous chunked encoding with trailing headers by
@klauspostin minio/minio-go#2084- Implement AppendObject() API by
@harshavardhanain minio/minio-go#2082- Update x/net version by
@BorjaOutereloin minio/minio-go#2085- Rety iterators by
@tlyons-csin minio/minio-go#2087- Add function for getting creds of remote client by
@shtripatin minio/minio-go#2089New Contributors
@BorjaOuterelomade their first contribution in minio/minio-go#2085@tlyons-csmade their first contribution in minio/minio-go#2087Full Changelog: https://github.com/minio/minio-go/compare/v7.0.89...v7.0.90
Bugfix Release
What's Changed
- add PurgeOnDelete to versioning config by
@poornasin minio/minio-go#2074- Adds
TokenRevokeTypefield to credential providers. by@taran-pin minio/minio-go#2075- make downtime info as map to denote per target info by
@Praveenrajmaniin minio/minio-go#2079- update deps and move CI/CD to go1.23, go1.24 by
@harshavardhanain minio/minio-go#2080- update golint version by
@harshavardhanain minio/minio-go#2083New Contributors
@taran-pmade their first contribution in minio/minio-go#2075
... (truncated)
Commits
4f25bfcAdd msgpack serializers to stringset (#2107)6651105add support for automatic region extraction for S3 Express (#2104)6b0f80fAdd MakeBucket forceCreate option a MinIO specific extension (#2108)5d96728support aws s3 express zone behavior (#2103)3dbe5a3Add API for bucket resync cancellation (#2101)e994501implement Go native iterator style ListObjects() (#2099)dc867a5feat: make JSON lib configurable (#2088)832e1d3Add copy destination fields (#2095)3e647ddUpdate version to next releasee8e8acafix: incorrect set x-amz-date for signV4 (#2096)- Additional commits viewable in compare view
Updates github.com/prometheus/client_golang from 1.21.1 to 1.22.0
Release notes
Sourced from github.com/prometheus/client_golang's releases.
v1.22.0 - 2025-04-07
:warning: This release contains potential breaking change if you use experimental
zstdsupport introduce in #1496 :warning:Experimental support for
zstdon scrape was added, controlled by the requestAccept-Encodingheader. 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, golang/go#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
- build(deps): bump golang.org/x/sys from 0.28.0 to 0.29.0 by
@dependabotin prometheus/client_golang#1720- build(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.3 by
@dependabotin prometheus/client_golang#1719- Update RELEASE.md by
@bwplotkain prometheus/client_golang#1721- chore(docs): Add links for the upstream PRs by
@kakkoyunin prometheus/client_golang#1722- Added tips on releasing client and checking with k8s. by
@bwplotkain prometheus/client_golang#1723- feat: Add new CollectorFunc utility by
@Saumya40-codesin prometheus/client_golang#1724- build(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 by
@dependabotin prometheus/client_golang#1725- build(deps): bump the github-actions group with 5 updates by
@dependabotin prometheus/client_golang#1726- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/client_golang#1727- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/client_golang#1731- build(deps): bump golang.org/x/sys from 0.29.0 to 0.30.0 by
@dependabotin prometheus/client_golang#1739- build(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 by
@dependabotin prometheus/client_golang#1740- Cleanup dependabot config by
@SuperQin prometheus/client_golang#1741- Upgrade Golang version v1.24 by
@dongjiang1989in prometheus/client_golang#1738- build(deps): bump the github-actions group with 2 updates by
@dependabotin prometheus/client_golang#1742- Merging 1.21 release back to main. by
@bwplotkain prometheus/client_golang#1744- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/client_golang#1745- Add support for undocumented query options for API by
@mahendrapaipuriin prometheus/client_golang#1743- exp/api: Add experimental exp module; Add remote API with write client and handler. by
@bwplotkain prometheus/client_golang#1658- exp/api: Add accepted msg type validation to handler by
@saswatamcodein prometheus/client_golang#1750- build(deps): bump the github-actions group with 5 updates by
@dependabotin prometheus/client_golang#1751- build(deps): bump github.com/klauspost/compress from 1.17.11 to 1.18.0 by
@dependabotin prometheus/client_golang#1752- build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by
@dependabotin prometheus/client_golang#1753- exp: Reset snappy buf by
@saswatamcodein prometheus/client_golang#1756- Merge release 1.21.1 to main. by
@bwplotkain prometheus/client_golang#1762- exp: Add dependabot config by
@saswatamcodein prometheus/client_golang#1754- build(deps): bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 in the github-actions group by
@dependabotin prometheus/client_golang#1764
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
1.22.0 / 2025-04-07
:warning: This release contains potential breaking change if you use experimental
zstdsupport introduce in #1496 :warning:Experimental support for
zstdon scrape was added, controlled by the requestAccept-Encodingheader. 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, golang/go#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
Commits
d50be25Cut 1.22.0 (#1793)1043db7Cut 1.22.0-rc.0 (#1768)e575c9cpromhttp: Isolate zstd support and klauspost/compress library use to promhttp...f2276aaMerge pull request #1764 from prometheus/dependabot/github_actions/github-act...9df772cbuild(deps): bump peter-evans/create-pull-requesta3548c5Merge pull request #1754 from saswatamcode/exp-eh60fd2b0Remove go.work file for now8f9d0deexp: Add dependabot configc5cf981Merge pull request #1762 from prometheus/release-1.21e84c305exp: Reset snappy buf (#1756)- Additional commits viewable in compare view
Updates github.com/prometheus/common from 0.62.0 to 0.64.0
Release notes
Sourced from github.com/prometheus/common's releases.
v0.64.0
What's Changed
- Add deprecation notice to otlptranslator by
@ArthurSensin prometheus/common#773- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#774- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#775- Update Go by
@SuperQin prometheus/common#770- chore: Upgrade golangci-lint to v2 by
@kakkoyunin prometheus/common#779- build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 by
@dependabotin prometheus/common#777- build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by
@dependabotin prometheus/common#776- promslog: Use the default timezone (again) by
@beorn7in prometheus/common#739- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#787- build(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 by
@dependabotin prometheus/common#784- build(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 by
@dependabotin prometheus/common#785- build(deps): bump golang.org/x/net from 0.38.0 to 0.39.0 by
@dependabotin prometheus/common#786- refactor(promslog): make
NewNopLogger()wrapper aroundNew()by@tjhopin prometheus/common#783- build(deps): bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 by
@dependabotin prometheus/common#788New Contributors
@kakkoyunmade their first contribution in prometheus/common#779Full Changelog: https://github.com/prometheus/common/compare/v0.63.0...v0.64.0
v0.63.0
What's Changed
- Making the map a public variable for promtheus-operator by
@dongjiang1989in prometheus/common#741- setup ossf scorecard and codeql workflows by
@mmorel-35in prometheus/common#564- feat(promslog): implement reserved keys, rename duplicates by
@tjhopin prometheus/common#746- Bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 by
@dependabotin prometheus/common#750- Bump golang.org/x/net from 0.33.0 to 0.34.0 by
@dependabotin prometheus/common#749- Bump google.golang.org/protobuf from 1.36.1 to 1.36.3 by
@dependabotin prometheus/common#751- promslog: Make AllowedLevel concurrency safe. by
@bwplotkain prometheus/common#754- Fix typo 'the an' by
@petern48in prometheus/common#752- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#757- build(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 by
@dependabotin prometheus/common#756- build(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 by
@dependabotin prometheus/common#761- build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by
@dependabotin prometheus/common#763- build(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 by
@dependabotin prometheus/common#762- model: Clarify the purpose of model.NameValidationScheme by
@ywwgin prometheus/common#765- Fix spelling mistake in godoc by
@grobinson-grafanain prometheus/common#766- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/common#767- otlptranslator: Add dependency free package that translates OTLP data into Prometheus metric/label names by
@ArthurSensin prometheus/common#768New Contributors
@dongjiang1989made their first contribution in prometheus/common#741@petern48made their first contribution in prometheus/common#752Full Changelog: https://github.com/prometheus/common/compare/v0.62.0...v0.63.0
Commits
6a35e02build(deps): bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 (#788)487c180refactor(promslog): makeNewNopLogger()wrapper aroundNew()(#783)b8eddd7build(deps): bump golang.org/x/net from 0.38.0 to 0.39.0 (#786)8048031build(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 (#785)4ca345abuild(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 (#784)633961fMerge pull request #787 from prometheus/repo_sync8c1fb2eUpdate common Prometheus files8de85c2Merge pull request #739 from prometheus/beorn7/log31ee791promslog: Use the default timezone (again)318ef65build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#776)- Additional commits viewable in compare view
Updates github.com/spf13/afero from 1.11.0 to 1.14.0
Release notes
Sourced from github.com/spf13/afero's releases.
v1.14.0
What's Changed
- Split gcsfs and sftpfs into separate modules by
@sagikazarmarkin spf13/afero#462Full Changelog: https://github.com/spf13/afero/compare/v1.13.0...v1.14.0
v1.13.0
What's Changed
- Bump actions/setup-go from 5.2.0 to 5.3.0 by
@dependabotin spf13/afero#446- Bump golangci/golangci-lint-action from 6.1.1 to 6.3.0 by
@dependabotin spf13/afero#451- Bump golang.org/x/text from 0.21.0 to 0.22.0 by
@dependabotin spf13/afero#452- Bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 by
@dependabotin spf13/afero#453- Bump golangci/golangci-lint-action from 6.3.0 to 6.3.3 by
@dependabotin spf13/afero#459- Bump golang.org/x/crypto from 0.32.0 to 0.33.0 by
@dependabotin spf13/afero#455- Bump golangci/golangci-lint-action from 6.3.3 to 6.5.0 by
@dependabotin spf13/afero#460- ci: add Go 1.24 to the test matrix by
@sagikazarmarkin spf13/afero#461- Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by
@dependabotin spf13/afero#473- Update dependencies by
@sagikazarmarkin spf13/afero#477New Contributors
@dependabotmade their first contribution in spf13/afero#446Full Changelog: https://github.com/spf13/afero/compare/v1.12.0...v1.13.0
v1.12.0
What's Changed
- improve ci by
@sagikazarmarkin spf13/afero#438- Update dependencies by
@sagikazarmarkin spf13/afero#439- add dependabot by
@sagikazarmarkin spf13/afero#440- Update README.md by
@sean9999in spf13/afero#434- fix lint violations by
@sagikazarmarkin spf13/afero#441New Contributors
@sagikazarmarkmade their first contribution in spf13/afero#438@sean9999made their first contribution in spf13/afero#434Full Changelog: https://github.com/spf13/afero/compare/v1.11.0...v1.12.0
Commits
ea38482Merge pull request #462 from spf13/dependenciesa9aaabcdocs: add release instructionsd3a70b6ci: run tests for submodules2af1925feat: split gcsfs and sftpfs into separate modulesdbd6f61Merge pull request #477 from spf13/update-dependencies83b8a55update readmebf3bd73update dependencies464bc98Merge pull request #473 from spf13/dependabot/github_actions/golangci/golangc...da239a4Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1523f621Merge pull request #461 from spf13/go124- Additional commits viewable in compare view
Updates go.etcd.io/etcd/api/v3 from 3.5.17 to 3.6.0
Release notes
Sourced from go.etcd.io/etcd/api/v3's releases.
v3.6.0
Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).
For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.
Linux
ETCD_VER=v3.6.0choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-testcurl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1 --no-same-owner
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl versionstart a local etcd server
/tmp/etcd-download-test/etcd
write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo
macOS (Darwin)
ETCD_VER=v3.6.0choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-testcurl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
unzip /tmp/etcd-${ETCD_VER}-darwin-amd64.zip -d /tmp && rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test && rm -rf mv /tmp/etcd-${ETCD_VER}-darwin-amd64
</tr></table>
... (truncated)
Commits
f5d605aMerge pull request #19951 from ahrtr/release_script_20250515a1bcdc7Update release script to exactly match the target tag7a7a77cversion: bump up to 3.6.0115f15eversion: bump up to 3.6.0-rc.553b485aMerge pull request #19890 from k8s-infra-cherrypick-robot/cherry-pick-19862-t...c774d44Fix the tar unzip command, adding the --no-same-owner option to avoid permiss...8d1d1a9Merge pull request #19867 from ivanvc/release-3.6-go-1.23.9-bumpcddc9bcBump Go to 1.23.91a1cc66Merge pull request #19853 from k8s-infra-cherrypick-robot/cherry-pick-19848-t...9f66823fix: test-release- Additional commits viewable in compare view
Updates go.etcd.io/etcd/client/pkg/v3 from 3.5.17 to 3.6.0
Release notes
Sourced from go.etcd.io/etcd/client/pkg/v3's releases.
v3.6.0
Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).
For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.
Linux
ETCD_VER=v3.6.0choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-testcurl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1 --no-same-owner
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl versionstart a local etcd server
/tmp/etcd-download-test/etcd
write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo
macOS (Darwin)
ETCD_VER=v3.6.0choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-testcurl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
unzip /tmp/etcd-${ETCD_VER}-darwin-amd64.zip -d /tmp && rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test && rm -rf mv /tmp/etcd-${ETCD_VER}-darwin-amd64
</tr></table>
... (truncated)
Commits
f5d605aMerge pull request #19951 from ahrtr/release_script_20250515a1bcdc7Update release script to exactly match the target tag7a7a77cversion: bump up to 3.6.0115f15eversion: bump up to 3.6.0-rc.553b485aMerge pull request #19890 from k8s-infra-cherrypick-robot/cherry-pick-19862-t...c774d44Fix the tar unzip command, adding the --no-same-owner option to avoid permiss...8d1d1a9Merge pull request #19867 from ivanvc/release-3.6-go-1.23.9-bumpcddc9bcBump Go to 1.23.91a1cc66Merge pull request #19853 from k8s-infra-cherrypick-robot/cherry-pick-19848-t...9f66823fix: test-release- Additional commits viewable in compare view
Updates go.etcd.io/etcd/client/v3 from 3.5.17 to 3.6.0
Release notes
Sourced from go.etcd.io/etcd/client/v3's releases.
v3.6.0
Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).
For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.
Linux
ETCD_VER=v3.6.0choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-testcurl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1 --no-same-owner
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl versionstart a local etcd server
/tmp/etcd-download-test/etcd
write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo
macOS (Darwin)
ETCD_VER=v3.6.0choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-testcurl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
unzip /tmp/etcd-${ETCD_VER}-darwin-amd64.zip -d /tmp && rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test && rm -rf mv /tmp/etcd-${ETCD_VER}-darwin-amd64
</tr></table>
... (truncated)
Commits
f5d605aMerge pull request #19951 from ahrtr/release_script_20250515a1bcdc7Update release script to exactly match the target tag7a7a77cversion: bump up to 3.6.0115f15eversion: bump up to 3.6.0-rc.553b485aMerge pull request #19890 from k8s-infra-cherrypick-robot/cherry-pick-19862-t...c774d44Fix the tar unzip command, adding the --no-same-owner option to avoid permiss...8d1d1a9Merge pull request #19867 from ivanvc/release-3.6-go-1.23.9-bumpcddc9bcBump Go to 1.23.91a1cc66Merge pull request #19853 from k8s-infra-cherrypick-robot/cherry-pick-19848-t...9f66823fix: test-release- Additional commits viewable in compare view
Updates github.com/VictoriaMetrics/fastcache from 1.12.2 to 1.12.4
Release notes
Sourced from github.com/VictoriaMetrics/fastcache's releases.
Release v1.12.4
Breaking Change:
The LoadFromFile function now accepts a second parameter: maxBytes. To retain the previous behavior, pass 0 as the value for maxBytes.
v1.12.3
No release notes provided.
Commits
Dependabot will resolve any conflicts with this PR as long a...
Description has been truncated
Pull Request Statistics
1
217
+24798
-1936
Package Dependencies
github.com/prometheus/client_golang
go
1.21.1 → 1.22.0
Minor
github.com/prometheus/common
go
0.62.0 → 0.64.0
Minor
github.com/hashicorp/consul/api
go
1.31.2 → 1.32.1
Minor
github.com/minio/minio-go/v7
go
7.0.82 → 7.0.92
Patch
github.com/golang-migrate/migrate/v4
go
4.18.1 → 4.18.3
Patch
go.etcd.io/etcd/client/pkg/v3
go
3.5.17 → 3.6.0
Minor
github.com/VictoriaMetrics/fastcache
go
1.12.2 → 1.12.4
Patch
Technical Details
| ID: | 856521 |
| UUID: | 2553472551 |
| Node ID: | PR_kwDOBApxtc6YMuYn |
| Host: | GitHub |
| Repository: | cortexproject/cortex |
| Merge State: | Dirty |