Benjamin Wang
93530f6e0a
Merge pull request #17167 from etcd-io/dependabot/github_actions/github/codeql-action-3.22.12
...
build(deps): bump github/codeql-action from 3.22.11 to 3.22.12
2023-12-27 18:24:04 +00:00
Benjamin Wang
670e25ae12
Merge pull request #17172 from sharathsivakumar/shsi/bump_deps_11
...
Manually bump dependencies
2023-12-27 17:41:40 +00:00
Sharath Sivakumar
c21b966478
dependency: bump google.golang.org/protobuf from 1.31.0 to 1.32.0
...
Signed-off-by: Sharath Sivakumar <mailssr9@gmail.com>
2023-12-27 17:27:40 +01:00
Sharath Sivakumar
7643204e36
dependency: bump go.uber.org/zap from 1.24.0 to 1.26.0
...
Signed-off-by: Sharath Sivakumar <mailssr9@gmail.com>
2023-12-27 16:51:59 +01:00
Sharath Sivakumar
dc17043d2e
dependency: bump github.com/prometheus/common from 0.44.0 to 0.45.0
...
Signed-off-by: Sharath Sivakumar <mailssr9@gmail.com>
2023-12-27 16:49:22 +01:00
dependabot[bot]
3ddd5c146b
build(deps): bump github/codeql-action from 3.22.11 to 3.22.12
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.22.11 to 3.22.12.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](b374143c11...012739e508
)
---
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-25 17:38:37 +00:00
Benjamin Wang
2eb0e2d7d5
Merge pull request #17150 from etcd-io/dependabot/go_modules/google.golang.org/grpc-1.60.1
...
build(deps): bump google.golang.org/grpc from 1.59.0 to 1.60.1
2023-12-21 19:53:42 +00:00
dependabot[bot]
0c55ed7464
build(deps): bump google.golang.org/grpc from 1.59.0 to 1.60.1
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.59.0 to 1.60.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.59.0...v1.60.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-21 19:07:47 +00:00
Benjamin Wang
f7262d1a1b
Merge pull request #17159 from sharathsivakumar/shsi/bump_deps_10
...
Manually bump dependencies
2023-12-21 18:15:19 +00:00
Sharath Sivakumar
362477b077
dependency: bump golang.org/x/crypto from 0.16.0 to 0.17.0
...
Signed-off-by: Sharath Sivakumar <mailssr9@gmail.com>
2023-12-21 18:19:10 +01:00
Marek Siarkowicz
ac66c2a013
Merge pull request #17153 from serathius/test-fails-with-older-db-file
...
Test etcd fails to bootstrap with older db file
2023-12-21 15:00:32 +01:00
Benjamin Wang
3c79b2aca6
Merge pull request #17148 from jmhbnz/fix-artifact-upload
...
Fix artifact upload github action for compatibility with v4.0
2023-12-21 13:54:12 +00:00
Marek Siarkowicz
538162ad2a
Test etcd fails to bootstrap with older db file
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2023-12-20 16:32:27 +01:00
Benjamin Wang
35f4a6c91a
Merge pull request #17122 from wespanther/main
...
Add digest for base image and configure dependabot
2023-12-20 10:00:57 +00:00
Marek Siarkowicz
de090eb719
Merge pull request #17149 from jongwooo/hotfix/correct-typo-from-kuberntes-to-kubernetes
...
Correct typo from 'Kuberntes' to 'Kubernetes'
2023-12-20 10:52:45 +01:00
Benjamin Wang
205c6f24ec
Merge pull request #17131 from jmhbnz/cleanup-workflows
...
Remove workflow telemetry github action
2023-12-20 09:34:52 +00:00
Jongwoo Han
08d799c4cc
Correct typo from 'Kuberntes' to 'Kubernetes'
...
Signed-off-by: Jongwoo Han <jongwooo.han@gmail.com>
2023-12-20 18:09:31 +09:00
James Blair
ac25ceeaee
build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0
...
Signed-off-by: James Blair <mail@jamesblair.net>
2023-12-20 13:56:36 +13:00
James Blair
0644d5b099
Ensure matrix workflows use unique names for uploaded artifacts.
...
There are breaking changes in v4.0 of the upload artifact action which mean name must be unique https://github.com/actions/upload-artifact#breaking-changes .
Signed-off-by: James Blair <mail@jamesblair.net>
2023-12-20 13:55:11 +13:00
Benjamin Wang
5b572f1516
Merge pull request #17147 from siyuanfoundation/chlog
...
changelog: update 3.4 3.5 changelogs to include livez/readyz changes.
2023-12-19 20:08:07 +00:00
Siyuan Zhang
23da38c1cb
changelog: update 3.4 3.5 changelogs to include livez/readyz changes.
...
Signed-off-by: Siyuan Zhang <sizhang@google.com>
2023-12-19 11:25:09 -08:00
Wes Panther
cc9ca40470
Add digest for base image and configure dependabot
...
This should not change the current behavior, but will cause dependabot
to update the digest of the latest base image weekly.
Signed-off-by: Wes Panther <wpanther@google.com>
2023-12-18 21:21:17 -08:00
Benjamin Wang
48fa1b934f
Merge pull request #17141 from etcd-io/dependabot/github_actions/github/codeql-action-3.22.11
...
build(deps): bump github/codeql-action from 2.22.9 to 3.22.11
2023-12-18 18:57:03 +00:00
dependabot[bot]
a05156fe99
build(deps): bump github/codeql-action from 2.22.9 to 3.22.11
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.22.9 to 3.22.11.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](c0d1daa7f7...b374143c11
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 17:31:54 +00:00
James Blair
a2721a30fa
Remove workflow telemetry github action.
...
We have completed memory profiling for our workflows so can consider removing this additional action now.
Signed-off-by: James Blair <mail@jamesblair.net>
2023-12-17 20:44:39 +13:00
Benjamin Wang
f7be2dfa17
Merge pull request #16888 from greenmoon55/greenmoon55-patch-1
...
tests: add comments for clientv3test.TestWatchResumeInitRev
2023-12-16 20:35:43 +00:00
Benjamin Wang
4e986363a3
Merge pull request #16822 from ahrtr/revoke_20231024
...
Ignore old leader's leases revoking request
2023-12-15 18:44:03 +00:00
Benjamin Wang
f7ff898fd6
Resovle some review comments
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2023-12-15 17:53:36 +00:00
Benjamin Wang
67f17166bf
Safeguard lease operations by double checking the leadership
...
1. ignore old leader's leases revoking request
2. double check current member's leadership before perform lease renew request
3. etcdserve: ensure current member's leadership before performing lease checkpoint request
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2023-12-15 17:53:36 +00:00
Benjamin Wang
f7e488dc92
Add e2e test cases to reproduce the lease revoke issue
...
Refer to https://github.com/etcd-io/etcd/issues/15247
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2023-12-15 17:53:36 +00:00
Benjamin Wang
2f03bbc5dd
Merge pull request #17125 from ahrtr/TestMemberReplace_20231215
...
Update test case TestMemberReplace to always connect to stable endpoints
2023-12-15 16:17:04 +00:00
Benjamin Wang
9590a02f94
update test case TestMemberReplace to always connect to stable endpoints
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2023-12-15 12:38:27 +00:00
Benjamin Wang
51bd8bd4e8
Merge pull request #17107 from redwrasse/redwrasse/return-early-expectfun
...
testutils: return early instead of first breaking in LogObserver.Expe…
2023-12-15 09:53:40 +00:00
Benjamin Wang
5c476cc9e9
Merge pull request #17115 from ivanvc/update-3.4-changelog-with-ssrf-fix
...
changelog: update 3.4 changelog to include ssrf fix
2023-12-15 09:51:06 +00:00
Benjamin Wang
2cf112f3b9
Merge pull request #17117 from silves-xiang/main
...
etcdclient: Fix memory leak caused by for + time.After
2023-12-14 15:17:58 +00:00
Benjamin Wang
a70fa9b471
Merge pull request #17113 from ahrtr/etcd_log_20231213
...
Added some log messages for better diagnosis
2023-12-14 12:50:49 +00:00
silves-xiang
ed01ee1e5e
etcdclient: Fix memory leak caused by for + time.After
...
Signed-off-by: silves-xiang <xiang20010326@sina.com>
2023-12-14 10:05:51 +08:00
Ivan Valdes
616c5a47de
changelog: update 3.4 changelog to include ssrf fix
...
Signed-off-by: Ivan Valdes <ivan@vald.es>
2023-12-13 15:16:17 -08:00
Benjamin Wang
36b2523669
added some log messages for better diagnosis
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2023-12-13 18:43:22 +00:00
Benjamin Wang
dfdffe48f9
Merge pull request #17102 from ahrtr/actuated_badge_20231212
...
Add actuated badge
2023-12-13 14:32:10 +00:00
Marek Siarkowicz
68565c5ed7
Merge pull request #17108 from redwrasse/redwrasse/contrib-readmes
...
contrib: add missing lock and mixin readme descriptions
2023-12-13 10:05:41 +01:00
redwrasse
c89ee6f120
contrib: add missing lock and mixin readme descriptions
...
Signed-off-by: redwrasse <mail@redwrasse.io>
2023-12-12 23:48:07 -08:00
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
dc76bf4af2
Add actuated badge
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2023-12-12 15:23:54 +00: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