redwrasse
8a7596304a
testutils: return early instead of first breaking in LogObserver.ExpectFunc
...
Signed-off-by: redwrasse <mail@redwrasse.io>
2023-12-12 22:24:00 -08:00
Benjamin Wang
d298130eb0
Merge pull request #17104 from jmhbnz/update-depdenencies
...
[2023-12-13] Bump dependencies identified by dependabot
2023-12-12 20:26:15 +00:00
James Blair
ef0a2903ce
depdendency: bump github.com/prometheus/client_model from 0.4.1-0.20230718164431-9a2bf3000d16 to 0.5.0.
...
Signed-off-by: James Blair <mail@jamesblair.net>
2023-12-13 08:40:24 +13:00
Benjamin Wang
e3324dd128
Merge pull request #17079 from ZhouJianMS/member-replace
...
Add member replace e2e test
2023-12-12 10:13:11 +00:00
Benjamin Wang
c230928240
Merge pull request #17089 from fykaa/main
...
Adjusted RAM Requirements for arm64 Workflows
2023-12-12 10:08:25 +00:00
Benjamin Wang
1bfed3a0b6
Merge pull request #17091 from etcd-io/dependabot/github_actions/github/codeql-action-2.22.9
...
build(deps): bump github/codeql-action from 2.22.8 to 2.22.9
2023-12-12 09:42:17 +00:00
fykaa
0e8b9b2ef2
Adjusted RAM Requirements for arm64 Workflows
...
Signed-off-by: fykaa <faeka6@gmail.com>
2023-12-12 14:25:42 +05:30
ZhouJianMS
54822c47e9
member replace e2e test
...
Signed-off-by: ZhouJianMS <zhoujian@microsoft.com>
2023-12-12 15:22:22 +08:00
Benjamin Wang
f0d85826c9
Merge pull request #17090 from etcd-io/dependabot/github_actions/actions/setup-go-5.0.0
...
build(deps): bump actions/setup-go from 4.1.0 to 5.0.0
2023-12-11 19:45:08 +00:00
Benjamin Wang
9ffd2d51f3
Merge pull request #17088 from ahrtr/gofail_20231211
...
Install gofail in module-aware mode and ignore go.mod file
2023-12-11 19:10:50 +00:00
fykaa
fe61388dcf
tuned memory allocation for arm64 workflows of e2e and tests-template yaml file
...
Signed-off-by: fykaa <faeka6@gmail.com>
2023-12-11 23:20:32 +05:30
dependabot[bot]
1ca46b56ae
build(deps): bump github/codeql-action from 2.22.8 to 2.22.9
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.22.8 to 2.22.9.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](407ffafae6...c0d1daa7f7
)
---
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>
2023-12-11 17:06:08 +00:00
dependabot[bot]
365a3cc7d1
build(deps): bump actions/setup-go from 4.1.0 to 5.0.0
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4.1.0 to 5.0.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](93397bea11...0c52d547c9
)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 17:06:02 +00:00
Benjamin Wang
a49a867960
Merge pull request #17086 from jmhbnz/roadmap-progress
...
Add status column for current release priorities
2023-12-11 13:15:47 +00:00
Benjamin Wang
3ab54f720f
install gofail in module-aware mode and ignore go.mod file
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2023-12-11 12:37:05 +00:00
Benjamin Wang
c5a3479b62
Merge pull request #17047 from iiamabby/protoc-install
...
Adding automated install of Protoc if not found on the system
2023-12-11 12:31:02 +00:00
Marek Siarkowicz
7775f840d8
Merge pull request #17080 from jonasrdl/update-changelog-go-bump
...
Update release-3.4 and 3.5 Changelog for go bump to 1.20.12
2023-12-11 12:29:46 +01:00
James Blair
ec07ff8fd7
Add status column for current release priorities.
...
Signed-off-by: James Blair <mail@jamesblair.net>
2023-12-10 21:56:01 +13:00
=
580ace4d17
Automating install of protoc
...
Signed-off-by: = <abby.crimlis@outlook.com>
2023-12-10 19:42:30 +13:00
Jonas Riedel
3e899d42c4
Add missing release date to v3.5.11 changelog
...
Signed-off-by: Jonas Riedel <jonasriedel@pm.me>
2023-12-08 09:29:54 +01:00
Jonas Riedel
cbcf76408d
etcd: Update changelog for go bump
...
Signed-off-by: Jonas Riedel <jonasriedel@pm.me>
2023-12-07 22:52:10 +01:00
Marek Siarkowicz
902436eee5
Merge pull request #17078 from overvenus/ignore-message-mismatch
...
server: ignore raft messages if member id mismatch
2023-12-07 16:50:08 +01:00
Neil Shen
9f82390ae9
server: refine TestProcessIgnoreMismatchMessage
...
Signed-off-by: Neil Shen <overvenus@gmail.com>
2023-12-07 20:32:43 +08:00
Neil Shen
fb769c4306
server: ignore raft messages if member id mismatch
...
Ignore Raft messages when the `To` field mismatches the local member ID.
In cases where incorrect Raft messages are dispatched, potentially due
to a malfunctioning switch, this proactive check prevents panics,
such as "tocommit is out of range".
Signed-off-by: Neil Shen <overvenus@gmail.com>
2023-12-07 11:57:45 +08:00
Benjamin Wang
7851295966
Merge pull request #17073 from jonasrdl/update-to-go-1.21.5
...
Update go version to 1.21.5
2023-12-06 19:12:23 +00:00
Benjamin Wang
b0b15e5ac7
Merge pull request #17072 from sharathsivakumar/shsi/bump_deps_9
...
Bump dependencies manually
2023-12-06 18:56:40 +00:00
Jonas Riedel
5cd288771c
etcd: Update go version to 1.21.5
...
Signed-off-by: Jonas Riedel <jonasriedel@pm.me>
Signed-off-by: Jonas Riedel <jonasriedel@pm.me>
Signed-off-by: Jonas Riedel <jonasriedel@pm.me>
2023-12-06 19:25:33 +01:00
Sharath Sivakumar
be31dd00a5
dependency: bump github.com/prometheus/client_golang from 1.13.0 to 1.17.0
...
Signed-off-by: Sharath Sivakumar <mailssr9@gmail.com>
2023-12-06 13:54:12 +01:00
Sharath Sivakumar
c14a582969
dependency: github.com/mikefarah/yq/v4 from 4.35.2 to 4.40.4
...
Signed-off-by: Sharath Sivakumar <mailssr9@gmail.com>
2023-12-06 13:48:42 +01:00
Sharath Sivakumar
235ec793fd
dependency: bump golang.org/x/net from 0.18.0 to 0.19.0
...
Signed-off-by: Sharath Sivakumar <mailssr9@gmail.com>
2023-12-06 13:44:54 +01:00
Benjamin Wang
4ece5561d4
Merge pull request #17058 from ahrtr/rollback_lease_lock_20231204
...
Rollback the pull/14080: which fixed the potential deadlock
2023-12-05 11:44:40 +00:00
Benjamin Wang
9a6eeb5f7e
Rollback the pull/14080: which fixed the potential deadlock
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2023-12-05 10:51:38 +00:00
Benjamin Wang
d8f077151d
Merge pull request #17066 from ivanvc/disable-forwarding-redirects-for-peer-http-connection
...
server: disable redirects in peer communication
2023-12-05 09:58:41 +00:00
Ivan Valdes
8578e07117
server: disable redirects in peer communication
...
Disable following redirects from peer HTTP communication on the client's side.
Etcd server may run into SSRF (Server-side request forgery) when adding a new
member. If users provide a malicious peer URL, the existing etcd members may be
redirected to another unexpected internal URL when getting the new member's
version.
Signed-off-by: Ivan Valdes <ivan@vald.es>
2023-12-04 13:53:28 -08:00
Benjamin Wang
b89a45126d
Merge pull request #17046 from moficodes/patch-02
...
add workflow telemetry to collect action metrics
2023-12-04 10:28:00 +00:00
Marek Siarkowicz
93ab2ef7b2
Merge pull request #17056 from serathius/revert-switch-v3
...
Revert "Switch to validating v3 when v2 and v3 are synchronized"
2023-12-03 21:38:27 +01:00
Marek Siarkowicz
21704b85c2
Merge pull request #17055 from serathius/abort-failpoint-failed
...
Abort if failpoint injecton failed
2023-12-03 18:12:44 +01:00
Marek Siarkowicz
bc697bc26e
Revert "Switch to validating v3 when v2 and v3 are synchronized"
...
This reverts commit 4fe46f92030e4381e6f9bf95adbb22a08282d297.
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2023-12-03 18:12:09 +01:00
Marek Siarkowicz
5175652a8e
Abort if failpoint injecton failed
...
If one of nodes is unhealthy the test would never finish as watchers
would never reach max revision.
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2023-12-03 17:26:51 +01:00
Benjamin Wang
9d18fb0c6c
Merge pull request #17050 from ahrtr/gofail_client_timeout_20231201
...
Support setting http client timeout when enable/disable failpoint
2023-12-02 08:33:51 +00:00
Benjamin Wang
f37a4365ee
Support setting http client timeout when enable/disable failpoint
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2023-12-01 14:26:15 +00:00
Benjamin Wang
db4e95cb1f
Merge pull request #17044 from vivekpatani/dependabot-fix
...
*: dependabot dependency fix
2023-11-30 20:24:31 +00:00
Mofi Rahman
fe43753d45
add workflow telemetry to collect action metrics
...
part of #17045
Signed-off-by: Mofi Rahman <mofi@google.com>
2023-11-30 19:42:22 +00:00
vivekpatani
d616195189
etcdctl,etcdutl,server,tests: bump golang.org/x/time to v0.5.0
...
- https://github.com/etcd-io/etcd/pull/17031
Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com>
2023-11-30 10:14:56 -08:00
vivekpatani
b205f1403b
etcdutl,server,tests,tools: bump golang.org/x/crypto to v0.16.0
...
- https://github.com/etcd-io/etcd/pull/17030
Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com>
2023-11-30 10:14:27 -08:00
vivekpatani
2afd2ddee5
*: bump golang.org/x/sys to 0.15.0
...
- https://github.com/etcd-io/etcd/pull/17029
Signed-off-by: vivekpatani <9080894+vivekpatani@users.noreply.github.com>
2023-11-30 10:13:29 -08:00
Benjamin Wang
f0708d350e
Merge pull request #17028 from etcd-io/dependabot/github_actions/github/codeql-action-2.22.8
...
build(deps): bump github/codeql-action from 2.22.7 to 2.22.8
2023-11-30 09:30:32 +00:00
Marek Siarkowicz
76e7a84c02
Merge pull request #17040 from thomasmey/patch-1
...
Fix message in case of unsupported platform
2023-11-30 09:14:06 +01:00
Thomas Meyer
b5b0b8dbd4
Fix message in case of unsupported platform
...
Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
2023-11-28 13:36:33 +01:00
Marek Siarkowicz
bf347243db
Merge pull request #17027 from sharathsivakumar/main
...
changelog: Update changelog for 3.5.11 to include url redirect fix
2023-11-28 09:36:38 +01:00