21784 Commits

Author SHA1 Message Date
Chun-Hung Tseng
14d54893e0 dependency: bump golang.org/x/crypto from 0.26.0 to 0.27.0
golang.org/x/sys and golang.org/x/text version inconsistency are also
addressed:
- bump golang.org/x/sys from 0.24.0 to 0.25.0
- bump golang.org/x/text from 0.17.0 to 0.18.0

Reference:
- https://github.com/etcd-io/etcd/pull/18563
- https://github.com/etcd-io/etcd/pull/18558
- https://github.com/etcd-io/etcd/pull/18566
- https://github.com/etcd-io/etcd/pull/18565

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-09-14 22:29:31 +02:00
Chun-Hung Tseng
a976ba136d dependency: bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3
Reference:
- https://github.com/etcd-io/etcd/pull/18564
- https://github.com/etcd-io/etcd/pull/18559

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-09-14 22:10:04 +02:00
Chun-Hung Tseng
636f191368 dependency: bump github.com/prometheus/common from 0.57.0 to 0.59.1
Reference:
- https://github.com/etcd-io/etcd/pull/18562
- https://github.com/etcd-io/etcd/pull/18567

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-09-14 21:48:11 +02:00
James Blair
981061a495
Merge pull request #18577 from ivanvc/update-release-3.4.34-release-date
CHANGELOG: set release 3.4.34 date
2024-09-12 07:32:08 +10:00
Ivan Valdes
94e5502112
CHANGELOG: set release 3.4.34 date
Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-09-11 13:27:10 -07:00
James Blair
fdbde77a92
Merge pull request #18444 from henrybear327/go/1.23.0
[main] Bump go toolchain to 1.22.7
2024-09-12 04:23:50 +10:00
Chun-Hung Tseng
29f3bc2222
Bump go toolchain to 1.22.7
Reference:
- https://github.com/etcd-io/etcd/issues/18443
- https://github.com/etcd-io/etcd/issues/18548#issuecomment-2343061825

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-09-11 15:32:52 +02:00
Benjamin Wang
5088131f51
Merge pull request #18572 from ArkaSaha30/release-doc-update
Improve release documentation
2024-09-11 09:40:45 +01:00
James Blair
c7b536c016
Merge pull request #18573 from ivanvc/update-release-3.5.16-release-date
CHANGELOG: Update release date for v3.5.16
2024-09-11 07:46:54 +10:00
Ivan Valdes
96e17d38e2
Update release date for v3.5.16
Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-09-10 13:43:19 -07:00
ArkaSaha30
00f8a47d22
Improve release documentation
This commit will improve the release documentation guide by incorporating the following points:
1. Step 5 can be simplified to do a single-branch checkout
2. Step 6 should clarify that the release directory is in /tmp/etcd-release-${VERSION}/etcd/release/
3. Step 8 mention to add the "Release" label to the announcement message

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-09-11 00:37:41 +05:30
James Blair
4997a2bf93
Merge pull request #18568 from etcd-io/dependabot/docker/distroless/static-debian12-95eb83a44a62c1c27e5f0b38d26085c486d71ece83dd64540b7209536bb13f6d
build(deps): bump distroless/static-debian12 from `ce46866` to `95eb83a`
2024-09-10 17:10:49 +10:00
James Blair
f928344bcf
Merge pull request #18556 from JalinWang/chore/update-changelog
CHANGELOG: add note for the CompactionSleepInterval flag(PR 18514)
2024-09-10 14:16:30 +10:00
Benjamin Wang
4e82d9b20e
Merge pull request #18555 from lucasrod16/18538-fix-races-in-TestLessorRenewExtendPileup
Fix races in TestLessorRenewExtendPileup
2024-09-09 19:59:51 +01:00
dependabot[bot]
eb100511a6
build(deps): bump distroless/static-debian12 from ce46866 to 95eb83a
Bumps distroless/static-debian12 from `ce46866` to `95eb83a`.

---
updated-dependencies:
- dependency-name: distroless/static-debian12
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 17:37:08 +00:00
Benjamin Wang
42dd29877f
Merge pull request #18539 from ahrtr/scan_db_20240902
Support scan-keys command to scan the key space starting a specific revision
2024-09-09 16:49:34 +01:00
Lucas Rodriguez
a042354947 Fix races in TestLessorRenewExtendPileup
Signed-off-by: Lucas Rodriguez <lucas.rodriguez9616@gmail.com>
2024-09-09 10:39:44 -05:00
Jalin Wang
7fcc3cfefe CHANGELOG: add note for the CompactionSleepInterval flag(PR 18514)
Signed-off-by: Jalin Wang <JalinWang@outlook.com>
2024-09-09 10:17:31 +08:00
Benjamin Wang
f89dfed2dc
Merge pull request #18545 from qsyqian/benchmark_support_skip_tls_verify
benchmark: support InsecureSkipVerify
2024-09-08 12:39:21 +01:00
Benjamin Wang
bf63f91705
Merge pull request #18553 from ivanvc/update-changelog-to-reflect-go-update-to-1.22.7
CHANGELOG: add note regarding updating to go 1.22.7
2024-09-06 14:34:29 +01:00
Ivan Valdes
e3bade81e7
CHANGELOG: add note regarding updating to go 1.22.7
Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-09-05 20:57:49 -07:00
Benjamin Wang
cb2f7b7a63 Support scan-keys command to scan the key space starting a specific revision
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2024-09-05 08:46:22 +01:00
qsyqian
46cf1e6e8c benchmark: support insecure-skip-tls-verify
Signed-off-by: qsyqian <qsyqian@gmail.com>
2024-09-05 15:13:21 +08:00
Benjamin Wang
4a11ca6c89
Merge pull request #18536 from henrybear327/dependency_update/9_3_24
[2024-09-03] Bump dependency updates identified by dependabot
2024-09-04 19:04:18 +01:00
Chun-Hung Tseng
b3a0047c80 dependency: bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.53.0 to 0.54.0
Reference:
- https://github.com/etcd-io/etcd/pull/18525

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-09-03 16:33:50 +02:00
Chun-Hung Tseng
bd246ea174 dependency: bump github.com/prometheus/common from 0.55.0 to 0.57.0
Reference:
- https://github.com/etcd-io/etcd/pull/18529
- https://github.com/etcd-io/etcd/pull/18523

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-09-03 16:30:25 +02:00
Chun-Hung Tseng
2cd46694b9 dependency: bump google.golang.org/grpc from 1.65.0 to 1.66.0
Reference:
- https://github.com/etcd-io/etcd/pull/18530
- https://github.com/etcd-io/etcd/pull/18524

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-09-03 16:27:55 +02:00
James Blair
c00593bbd4
Merge pull request #18531 from etcd-io/dependabot/github_actions/actions/upload-artifact-4.4.0
build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0
2024-09-03 23:23:45 +12:00
Benjamin Wang
b39b7c9213
Merge pull request #18532 from etcd-io/dependabot/github_actions/github/codeql-action-3.26.6
build(deps): bump github/codeql-action from 3.26.5 to 3.26.6
2024-09-03 09:24:01 +01:00
dependabot[bot]
516776a900
build(deps): bump github/codeql-action from 3.26.5 to 3.26.6
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.5 to 3.26.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](2c779ab0d0...4dd16135b6)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 17:44:09 +00:00
dependabot[bot]
b0e914837c
build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](834a144ee9...50769540e7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 17:43:56 +00:00
Benjamin Wang
4bb9392289
Merge pull request #18515 from henrybear327/dependencies/08_29_24
[2024-08-29] Bump dependency updates identified by dependabot
2024-08-31 08:32:23 +01:00
Chun-Hung Tseng
06a6da0ea1 dependency: bump google.golang.org/genproto/googleapis/rpc from v0.0.0-20240814211410-ddb44dafa142 to v0.0.0-20240822170219-fc7c04adadcd
Due to bumping go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.27.0 to 1.29.0

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-30 23:03:32 +02:00
Chun-Hung Tseng
d6b5693f91 dependency: bump google.golang.org/genproto/googleapis/api from v0.0.0-20240814211410-ddb44dafa142 to v0.0.0-20240822170219-fc7c04adadcd
Due to bumping go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.27.0 to 1.29.0

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-30 23:01:23 +02:00
Chun-Hung Tseng
c2d4f2b694 dependency: bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.27.0 to 1.29.0
Reference:
- https://github.com/etcd-io/etcd/pull/18515

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-30 22:58:26 +02:00
Marek Siarkowicz
c0291f881f
Merge pull request #18360 from serathius/kubernetes-call-options
Fix passing default grpc call options in Kubernetes client
2024-08-30 15:53:08 +02:00
Chun-Hung Tseng
a69829bae3
Address linter issues
Log:

integration/metrics_test.go:139:4: SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
			t.Fatalf(err.Error())
			^
integration/clientv3/lease/lease_test.go:410:4: SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
			t.Fatalf(errMsg)

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-29 22:16:48 +02:00
Chun-Hung Tseng
077817058f
dependency: bump github.com/prometheus/client_golang from 1.20.0 to 1.20.2
Reference:
- https://github.com/etcd-io/etcd/pull/18492

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-29 22:12:13 +02:00
Chun-Hung Tseng
40fc67e88a
dependency: bump go.opentelemetry.io/otel/sdk from 1.28.0 to 1.29.0
Reference:
- https://github.com/etcd-io/etcd/pull/18497

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-29 22:12:13 +02:00
Chun-Hung Tseng
7ef38ee7ec
dependency: bump go.opentelemetry.io/otel from 1.28.0 to 1.29.0 and bump go.opentelemetry.io/otel/trace from 1.28.0 to 1.29.
Reference:
- https://github.com/etcd-io/etcd/pull/18499
- https://github.com/etcd-io/etcd/pull/18498

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-29 22:12:13 +02:00
Chun-Hung Tseng
f56a0a4e82
dependency: bump github.com/google/btree from 1.1.2 to 1.1.3
Reference:
- https://github.com/etcd-io/etcd/pull/18500

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-29 22:12:13 +02:00
Chun-Hung Tseng
bcc229a254
dependency: bump github.com/golangci/golangci-lint from 1.59.1 to 1.60.3
Reference:
- https://github.com/etcd-io/etcd/pull/18504

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-29 22:12:13 +02:00
Marek Siarkowicz
2bcaed1e09 Fix passing default grpc call options in Kubernetes client
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2024-08-29 16:46:00 +02:00
Benjamin Wang
fe796ab1aa
Merge pull request #18512 from akshaym-3255/update-changelog
CHANGELOG: Add entries for bbolt dependency bump
2024-08-29 12:33:54 +01:00
akshaym-3255
961b1cd93c CHANGELOG: update changes for issue 18480
Signed-off-by: akshaym-3255 <mohiteakshay2020@gmail.com>
2024-08-29 12:04:48 +05:30
Jalin Wang
2c53be7c5d
etcdserver: rename defaultCompactionSleepInterval var (#18495)
* etcdserver: rename `minimumBatchInterval`  to `defaultCompactionSleepInterval` and `defaultCompactBatchLimit` to `defaultCompactionBatchLimit`

Signed-off-by: Jalin Wang <JalinWang@outlook.com>
2024-08-27 14:36:06 +01:00
James Blair
03fcba2940
Merge pull request #18506 from etcd-io/dependabot/github_actions/github/codeql-action-3.26.5
build(deps): bump github/codeql-action from 3.26.3 to 3.26.5
2024-08-27 11:49:03 +12:00
dependabot[bot]
f96347a0c7
build(deps): bump github/codeql-action from 3.26.3 to 3.26.5
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.3 to 3.26.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](883d8588e5...2c779ab0d0)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 17:52:33 +00:00
James Blair
4d42c0f86a
Merge pull request #18490 from henrybear327/dependency_update/8_24_24
[2024-08-24] Bump dependency updates identified by dependabot
2024-08-25 16:03:44 +12:00
Chun-Hung Tseng
190a5c7994 dependency: bump honnef.co/go/tools from 0.4.7 to 0.5.1
Reference:
- https://github.com/etcd-io/etcd/pull/18463

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
2024-08-24 16:58:35 +02:00