Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from etcd-io:main #71

Open
wants to merge 2,458 commits into
base: main
Choose a base branch
from
Open

[pull] main from etcd-io:main #71

wants to merge 2,458 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 18, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Feb 18, 2023
serathius and others added 29 commits June 15, 2024 19:40
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
Add a `Makefile` target to run govuln across the submodules. So, it can
be imported into a prow job.

Signed-off-by: Ivan Valdes <ivan@vald.es>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@a5ac7e5...692973e)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Reference:
- #18196

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
Reference:
- #18195

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
Reference:
- #18194

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
Reference:
- #18191

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
Reference:
- #18190

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
…ons/checkout-4.1.7

build(deps): bump actions/checkout from 4.1.6 to 4.1.7
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.8 to 3.25.10.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@2e230e8...23acc5c)

---
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>
…ub/codeql-action-3.25.10

build(deps): bump github/codeql-action from 3.25.8 to 3.25.10
[2024-06-17] Bump dependency updates identified by dependabot
Signed-off-by: Siyuan Zhang <sizhang@google.com>
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
robustness: change mixedVersionOption to use ChoiceWeight.
Avoid sending Compact request when LazyFS is enabled
Signed-off-by: Madhav Jivrajani <madhav.jiv@gmail.com>
tests/robustness: fix access of ChoiceWeight
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
…metrics-url-scheme-is-https

fix(server): enforce listen-metrics-urls client TLS info when its scheme is https/unixs
…ecure metrics url

Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
Recursive make commands should always use the variable MAKE, as
the value of this variable is the file name with which make was invoked

Reference:
- https://www.gnu.org/software/make/manual/html_node/MAKE-Variable.html

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
Update the error message when client certificate isn't provided for secure metrics url
jmhbnz and others added 30 commits August 13, 2024 09:39
…ons/upload-artifact-4.3.6

build(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6
…rship in leaseRenew

Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
Skip leadership check if the etcd instance is active processing heartbeats
…gelog

Update changelog for the performance regression caused by ensureLeadership in leaseRenew
Not hitting minimal QPS is expected to be caused by introduction of
compation. Let's avoid it for high throughput test cases.

Reducing number of clients to avoid linearization timeouts.

Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
Reduce number of concurrent clients to 8 and compactions to avoid flakes
*: keep tombstone if revision == compactAtRev
Signed-off-by: TheInvincible <adesegunraphaeladeoye@gmail.com>
…ster

Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
test: extend leaseRevoke and leaseRenew test to support 5 members cluster
…g other issues"

This reverts commit 4fe227c.

Signed-off-by: Wei Fu <fuweid89@gmail.com>
These jobs have been long-running on the prow infrastructure, thanks to
the work from the pull request kubernetes/test-infra#31257. Since they
are required (kubernetes/test-infra#33330), it should be safe to remove
the GitHub actions.

Signed-off-by: Ivan Valdes <ivan@vald.es>
Signed-off-by: Naman Singh <namansingh269@gmail.com>
CHANGELOG: Add entry for etcdutl hashkv command.
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.0 to 3.26.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@eb055d7...883d858)

---
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>
…ub/codeql-action-3.26.3

build(deps): bump github/codeql-action from 3.26.0 to 3.26.3
Revert "Disable robustness test detection of #18089 to allow detecting other issues
Signed-off-by: Wei Fu <fuweid89@gmail.com>
CHANGELOG: update changes for issue 18089
Signed-off-by: Lan Liang <gcslyp@gmail.com>
KEP-4578: migrate experimental-initial-corrupt-check flag to feature gate.
…0 to 2.22.0

Reference:
- #18470
- #18467

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
…0-20240723171418-e6d459c13d2a to v0.0.0-20240814211410-ddb44dafa142

Due to the dependency bump of github.com/grpc-ecosystem/grpc-gateway/v2,
we would also need to bump google.golang.org/genproto/googleapis/rpc.

Before:
./etcdutl/go.mod:       google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
./go.mod:       google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
./tools/testgrid-analysis/go.mod:       google.golang.org/genproto/googleapis/rpc v0.0.0-20240723171418-e6d459c13d2a // indirect
./tools/mod/go.mod:     google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
./etcdctl/go.mod:       google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
./tests/go.mod: google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
./server/go.mod:        google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
./api/go.mod:   google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
./client/v3/go.mod:     google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
./pkg/go.mod:   google.golang.org/genproto/googleapis/rpc v0.0.0-20240723171418-e6d459c13d2a // indirect

After:
./etcdutl/go.mod:       google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
./go.mod:       google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
./tools/testgrid-analysis/go.mod:       google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
./tools/mod/go.mod:     google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
./etcdctl/go.mod:       google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
./tests/go.mod: google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
./server/go.mod:        google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
./api/go.mod:   google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
./client/v3/go.mod:     google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
./pkg/go.mod:   google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
….20.0

Reference:
- #18469
- #18466

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
Reference:
- #18463

Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com>
[2024-08-24] Bump dependency updates identified by dependabot
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](github/codeql-action@883d858...2c779ab)

---
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>
…ub/codeql-action-3.26.5

build(deps): bump github/codeql-action from 3.26.3 to 3.26.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet