Wei Fu
|
92aebbcc88
|
CHANGELOG: add #16490 item in CHANGELOG-3.5.md
Signed-off-by: Wei Fu <fuweid89@gmail.com>
|
2023-08-29 22:16:32 +08:00 |
|
Benjamin Wang
|
70eb293754
|
Merge pull request #16501 from jmhbnz/weekly-dependency-update
[2023-08-29] Bump dependencies identified by dependabot
|
2023-08-29 14:51:41 +08:00 |
|
James Blair
|
4ae1e9d669
|
depdendency: bump go.opentelemetry.io/otel/sdk from 1.16.0 to 1.17.0.
Signed-off-by: James Blair <mail@jamesblair.net>
|
2023-08-29 08:49:31 +12:00 |
|
James Blair
|
d472700749
|
depdendency: bump go.opentelemetry.io/otel from 1.16.0 to 1.17.0.
Signed-off-by: James Blair <mail@jamesblair.net>
|
2023-08-29 08:43:17 +12:00 |
|
James Blair
|
5e28fdbcad
|
depdendency: bump github.com/mgechev/revive from 1.3.2 to 1.3.3.
Signed-off-by: James Blair <mail@jamesblair.net>
|
2023-08-29 08:39:52 +12:00 |
|
Benjamin Wang
|
10498ce772
|
Merge pull request #16499 from etcd-io/dependabot/github_actions/actions/checkout-3.6.0
build(deps): bump actions/checkout from 3.5.3 to 3.6.0
|
2023-08-29 02:02:25 +08:00 |
|
dependabot[bot]
|
2ec87000c3
|
build(deps): bump actions/checkout from 3.5.3 to 3.6.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](c85c95e3d7...f43a0e5ff2 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-28 17:25:19 +00:00 |
|
Benjamin Wang
|
d09b8d474a
|
Merge pull request #16464 from fuweid/fix-grpc-gateway-duplicate-path
api: fix duplicate gateway url issue
|
2023-08-27 23:31:13 +08:00 |
|
Benjamin Wang
|
b6935cf2e9
|
Merge pull request #16472 from ahrtr/expr_expect_20230825
test: support regular expression matching on the response
|
2023-08-26 02:34:23 +08:00 |
|
Benjamin Wang
|
7cbab6034b
|
add test cases to verify regular expression match
Signed-off-by: Benjamin Wang <wachao@vmware.com>
|
2023-08-25 18:59:34 +01:00 |
|
Benjamin Wang
|
7d95c68b48
|
test: support regular expression matching on the response
Signed-off-by: Benjamin Wang <wachao@vmware.com>
|
2023-08-25 15:00:35 +01:00 |
|
Benjamin Wang
|
7ea5ee8b5d
|
Merge pull request #16463 from jmhbnz/document-golang-version-policy
Document project golang version policy
|
2023-08-25 20:39:05 +08:00 |
|
Benjamin Wang
|
f377db2e93
|
Merge pull request #16466 from lavacat/main
dependency: bump honnef.co/go/tools from v0.4.3 to v0.4.5
|
2023-08-24 16:02:32 +08:00 |
|
Bogdan Kanivets
|
555c459c58
|
dependency: bump honnef.co/go/tools from v0.4.3 to v0.4.5
Signed-off-by: Bogdan Kanivets <bkanivets@apple.com>
|
2023-08-23 15:51:19 -07:00 |
|
Benjamin Wang
|
bcdf05508e
|
Merge pull request #16465 from riendeau/validate-help-flags
Unit test for CLI flags and add missing flags
|
2023-08-23 22:55:19 +08:00 |
|
John Riendeau
|
63e614fb0b
|
Add unit test for CLI flags and missing flags
Signed-off-by: John Riendeau <riendeau@us.ibm.com>
|
2023-08-23 08:33:39 -05:00 |
|
Wei Fu
|
f3121fb765
|
api: fix duplicate gateway url issue
The HashKV should use `/v3/maintenance/hashkv` as url
Signed-off-by: Wei Fu <fuweid89@gmail.com>
|
2023-08-23 20:43:50 +08:00 |
|
James Blair
|
6723262738
|
Document policy for etcd project golang version.
Signed-off-by: James Blair <mail@jamesblair.net>
|
2023-08-23 21:54:35 +12:00 |
|
Benjamin Wang
|
e44afcfadd
|
Merge pull request #16460 from geetasg/pr10
Preserve the order of steps done for snapshot
|
2023-08-23 16:01:31 +08:00 |
|
James Blair
|
ce4f2a4892
|
Fix markdownlint issues in dependency_management.md.
Signed-off-by: James Blair <mail@jamesblair.net>
|
2023-08-23 17:37:05 +12:00 |
|
Benjamin Wang
|
29bfdd1f69
|
Merge pull request #16459 from jmhbnz/remove-deprecated-functions
Use crypto/rand.Read instead of deprecated math/rand.Read
|
2023-08-23 03:45:14 +08:00 |
|
Geeta Gharpure
|
8729417cee
|
Preserve the order of steps done for snapshot
Signed-off-by: Geeta Gharpure <geetagh@amazon.com>
|
2023-08-22 19:12:37 +00:00 |
|
Marek Siarkowicz
|
5a54fe6dd1
|
Merge pull request #16457 from serathius/downgrade-membership
Add membership changes to downgrade tests
|
2023-08-22 12:14:40 +02:00 |
|
James Blair
|
cb0df72b70
|
Use crypto/rand.Read instead of deprecated math/rand.Read.
Signed-off-by: James Blair <mail@jamesblair.net>
|
2023-08-22 21:48:27 +12:00 |
|
Marek Siarkowicz
|
3794dfd519
|
Merge pull request #16458 from ahrtr/snap_20230822
test: verify snap.Load() is sucessful
|
2023-08-22 11:43:38 +02:00 |
|
Benjamin Wang
|
30b5c37190
|
test: verify snap.Load() is sucessful
Otherwise the following snap.Data may run into nil pointer panic.
Signed-off-by: Benjamin Wang <wachao@vmware.com>
|
2023-08-22 10:08:34 +01:00 |
|
Marek Siarkowicz
|
f3cc759afc
|
Merge pull request #16418 from geetasg/pr7
Update to generate v2 snapshot from v3 state
|
2023-08-22 10:24:53 +02:00 |
|
Marek Siarkowicz
|
1c0db872d9
|
Add membership changes to downgrade tests
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
|
2023-08-22 10:18:30 +02:00 |
|
Benjamin Wang
|
e1b8e8c6ad
|
Merge pull request #16455 from geetasg/pr9
Minor update to test code to remove a local var
|
2023-08-22 15:23:17 +08:00 |
|
Benjamin Wang
|
62e82aba87
|
Merge pull request #16453 from etcd-io/dependabot/github_actions/golangci/golangci-lint-action-3.7.0
build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0
|
2023-08-22 03:47:34 +08:00 |
|
Geeta Gharpure
|
59332dc194
|
Update to generate v2 snapshot from v3 state
Signed-off-by: Geeta Gharpure <geetagh@amazon.com>
|
2023-08-21 19:18:11 +00:00 |
|
Geeta Gharpure
|
7b3daf612d
|
Minor update to test code to remove a local var
Signed-off-by: Geeta Gharpure <geetagh@amazon.com>
|
2023-08-21 19:13:36 +00:00 |
|
dependabot[bot]
|
3be86903ab
|
build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](639cd343e1...3a91952989 )
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-08-21 17:35:47 +00:00 |
|
Marek Siarkowicz
|
fe1f30e4df
|
Merge pull request #16445 from jmhbnz/complete-actions-container-migration
Run integration, e2e & grpcproxy tests in container.
|
2023-08-21 15:58:07 +02:00 |
|
Benjamin Wang
|
e2e17c75fe
|
Merge pull request #16448 from testwill/pkg-import
chore: pkg import more than once
|
2023-08-21 18:11:06 +08:00 |
|
Marek Siarkowicz
|
9a6eab2d72
|
Merge pull request #16373 from serathius/unify-arguments
server: Unify arguments for mvcc methods
|
2023-08-21 10:09:10 +02:00 |
|
Marek Siarkowicz
|
3d32447e8b
|
Merge pull request #16440 from fuweid/use-larger-runner
*: enable ubuntu-latest-8-cores runner for amd64 robustness workflow
|
2023-08-21 10:05:50 +02:00 |
|
Marek Siarkowicz
|
3371f26461
|
Merge pull request #16441 from geetasg/pr8
Update test for v2 deprecation to verify membership match
|
2023-08-21 09:50:53 +02:00 |
|
Marek Siarkowicz
|
0a3ec0166f
|
Merge pull request #16446 from xuan-nguyen-swe/feature/#479-use-friendly-google-groups-link
Use new and better canonical link to Google Groups
|
2023-08-21 09:49:05 +02:00 |
|
Marek Siarkowicz
|
4e24d4a755
|
Merge pull request #16447 from gocurr/remove_math_rand_seed
all: stop using math/rand.Seed
|
2023-08-21 09:47:48 +02:00 |
|
Marek Siarkowicz
|
0f48f9bcb4
|
Merge pull request #16433 from shyamjvs/fixes
Fix unit tests and make targets to not fail in some environments
|
2023-08-21 09:46:33 +02:00 |
|
Marek Siarkowicz
|
eae411e979
|
Merge pull request #16449 from testwill/typo
fix: throughput typo
|
2023-08-21 09:41:34 +02:00 |
|
guoguangwu
|
4d209af83a
|
fix: throughput typo
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
|
2023-08-21 10:27:58 +08:00 |
|
guoguangwu
|
f432c1cf20
|
chore: pkg import more than once
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
|
2023-08-21 10:19:05 +08:00 |
|
Xuan Nguyen
|
1b63b189ec
|
etcd-io/etcd #479 meeting is now on CNCF-funded Zoom channel
Also, remove outdated meeting phone number
Signed-off-by: Xuan Nguyen <nguyenxndaidev@gmail.com>
|
2023-08-20 15:28:26 +02:00 |
|
Jes Cok
|
52748f60f3
|
all: stop using math/rand.Seed
Fixes #16428.
Signed-off-by: Jes Cok <xigua67damn@gmail.com>
|
2023-08-20 16:34:44 +08:00 |
|
Xuan Nguyen
|
dd1b06f01a
|
etcd-io/etcd #479 Use new and better canonical link to Google Groups
Signed-off-by: Xuan Nguyen <nguyenxndaidev@gmail.com>
|
2023-08-19 22:11:18 +02:00 |
|
James Blair
|
208a74a213
|
Run integration, e2e & grpcproxy tests in container.
So that we have one approach for running tests regardless of cpu architecture.
Signed-off-by: James Blair <mail@jamesblair.net>
|
2023-08-19 21:28:32 +12:00 |
|
Benjamin Wang
|
cfbb60d8af
|
Merge pull request #16442 from jmhbnz/update-changelog
Update changelog for go 1.20 update and socket options fix
|
2023-08-19 14:56:08 +08:00 |
|
James Blair
|
df0c9ba7d5
|
Update changelog for backport of socket options fix.
Signed-off-by: James Blair <mail@jamesblair.net>
|
2023-08-19 11:41:35 +12:00 |
|