Matthias Lisin
7460379bad
contrib/mixin: add missing summary to alerts
...
to avoid alert messages being templated with undefined values lets
set summary for alerts that are currently missing one
2022-01-19 19:55:40 +01:00
Piotr Tabor
14a661e643
Merge pull request #13601 from lixd/op-put-lease
...
mvcc: add a fast return at put method
2022-01-19 14:47:26 +01:00
Sahdev Zala
36351744eb
Merge pull request #13551 from ahrtr/check_ipv6_for_gateway
...
format listenning address correctly for IPv6 ip address
2022-01-17 18:42:17 -05:00
ahrtr
8d8247b092
format listenning address correctly for IPv6 ip address
2022-01-18 06:11:33 +08:00
Piotr Tabor
9451a41d90
Merge pull request #13560 from ahrtr/protect_invalid_client_api_version
...
Add protection code to prevent etcd from panic when the client api version is not valid UTF-8 string
2022-01-17 20:09:59 +01:00
Piotr Tabor
271daa204d
Merge pull request #13614 from ptabor/20220217-update-yaml
...
Update dep: gopkg.in/yaml.v2 v2.2.8 -> v2.4.0 due to: CVE-2019-11254
2022-01-17 20:07:33 +01:00
Piotr Tabor
2d7bc2f59e
Merge pull request #13561 from horizonzy/code-clean
...
Code clean: make rangeKeys close to storeTxnRead.
2022-01-17 16:55:05 +01:00
Piotr Tabor
fdd98477ef
Update dep: require gopkg.in/yaml.v2 v2.2.8 -> v2.4.0 due to: CVE-2019-11254
2022-01-17 16:52:58 +01:00
Piotr Tabor
22f142a9f5
Merge pull request #13603 from AdamKorcz/fuzz3
...
raft: fix out-of-bounds in maybeAppend
2022-01-17 16:11:46 +01:00
lixd
23f3bdd184
Empty Commit for CI
2022-01-17 19:04:40 +08:00
AdamKorcz
7ef4fe3288
raft: fix out-of-bounds in maybeAppend
2022-01-17 10:01:46 +00:00
horizonzy
5b09de33a5
code clean: make rangeKeys close to storeTxnRead.
2022-01-17 11:12:25 +08:00
ahrtr
f8aafea504
add protection code to prevent etcd from panic when the client api version is not valid UTF-8
2022-01-17 06:21:22 +08:00
Piotr Tabor
28b9089de9
Merge pull request #13607 from Jille/log-method
...
client: retry_interceptor.go: Log the method that failed
2022-01-16 17:02:29 +01:00
Piotr Tabor
87408d6f88
Merge pull request #13605 from ahrtr/fix_ci_test_386
...
Use test.sh instead of test for linux-386-unit-1-cpu
2022-01-16 16:47:56 +01:00
Jille Timmermans
3710083dc3
retry_interceptor.go: Log the method that failed
...
When getting warnings from the retry_interceptors that RPCs failed, they
provide very little context as to what exactly failed.
I used this patch to try debugging
https://groups.google.com/g/etcd-dev/c/3hxxr9ktdpM .
2022-01-16 16:46:50 +01:00
ahrtr
b095588446
use test.sh instead of test for linux-386-unit-1-cpu
2022-01-16 14:55:36 +08:00
Sahdev Zala
f4266e2d75
Merge pull request #13575 from AdamKorcz/fuzz1
...
v2auth: fix out of bounds in test
2022-01-15 23:30:10 -05:00
lixd
1d706179be
mvcc: add test-case
...
a test-case for new code-path.
2022-01-16 10:43:15 +08:00
Piotr Tabor
b8c5d44a1d
Merge pull request #13382 from ahrtr/public_key_match_issue
...
The public key doesn't match if any field doesn't match
2022-01-15 17:14:02 +01:00
Piotr Tabor
3814d0800f
Merge pull request #13438 from lx1036/patch-2
...
raft: avoid jump tag to make code more understandable
2022-01-15 17:05:22 +01:00
Piotr Tabor
19cb0a4252
Merge pull request #13519 from ahrtr/enhance_make_mirror_command
...
Add a new flag "--rev" to make-mirror command to support incremental mirror
2022-01-15 17:02:12 +01:00
Piotr Tabor
1237b3576c
Merge pull request #13487 from mrueg/go-1.17.3
...
*: Bump to go 1.17.6
2022-01-15 17:01:17 +01:00
Piotr Tabor
0285f74aea
Merge pull request #13558 from gfuzz-asplos/main
...
fixing goroutine leaks
2022-01-15 16:58:19 +01:00
Piotr Tabor
b2f6ffdd81
Merge pull request #13595 from serathius/enable-v2
...
server: --enable-v2 and --enable-v2v3 is decomissioned
2022-01-15 16:48:29 +01:00
lixd
401cc1a575
mvcc: add a fast return at put method
...
return when two leaseID is equal, avoid invalid operations.
Fixes #13600
2022-01-15 13:16:44 +08:00
Piotr Tabor
f75549d53b
Merge pull request #13571 from yank1/update-cobra-version
...
Update Cobra version to 1.2.1
2022-01-14 14:54:28 +01:00
Piotr Tabor
f70c14128d
Merge pull request #13597 from mhoffm-aiven/mhoffm-add-forgotten-method-to-printerrpc
...
ctlv3: add forgotten member promote method to printerRPC
2022-01-14 14:54:00 +01:00
Piotr Tabor
68fa5dcf99
Merge pull request #13549 from songlh-psu/main
...
fixing the goroutine leaks in TestHashKVWhenCompacting
2022-01-14 13:58:16 +01:00
Piotr Tabor
f2e49b5771
Merge pull request #13562 from timmyyuan/main
...
Fix goroutine leaks in TestNodeProposeAddDuplicateNode
2022-01-14 13:52:18 +01:00
Piotr Tabor
f72688e248
Merge pull request #13563 from timmyyuan/ting/fix-goroutine-leaks
...
Fix goroutine leaks in TestCommitPagination
2022-01-14 13:51:55 +01:00
Piotr Tabor
8b91b8296b
Merge pull request #13584 from serathius/monotonic
...
tests: Add integration test for revision monotonic under failure injection
2022-01-14 13:36:13 +01:00
Marek Siarkowicz
ee5ef42c5c
server: --enable-v2 and --enable-v2v3 is decomissioned
2022-01-14 13:19:30 +01:00
Michael Hoffmann
357006172d
ctlv3: add forgotten member promote method to printerRPC
...
The printerRPC struct was missing a MemberPromote method, leading to
panic in ectdctl when trying to print it as JSON. This PR fixes that
panic.
2022-01-14 12:53:09 +01:00
Piotr Tabor
3c77c7fd3c
Merge pull request #13591 from serathius/codeql
...
Remove CodeQL errors
2022-01-13 15:21:05 +01:00
Marek Siarkowicz
4032d4f66a
Remove CodeQL errors
2022-01-13 14:29:09 +01:00
Piotr Tabor
e433d12656
Merge pull request #13594 from ahrtr/update_changelog_3.5_for_pull_13501
...
update CHANGELOG-3.5.md to cover the fix for issue 13494
2022-01-13 09:04:53 +01:00
ahrtr
6ef154e548
update CHANGELOG-3.5.md to cover the fix for issue 13494
2022-01-13 14:55:08 +08:00
Piotr Tabor
f184dfd9dc
Merge pull request #13590 from serathius/recordings
...
README: Cleanup community meetings video recordings
2022-01-12 18:43:59 +01:00
Marek Siarkowicz
5e06fd40da
README: Cleanup community meetings video recordings
2022-01-12 13:39:30 +01:00
Marek Siarkowicz
eac6d71352
tests: Add integration test for revision monotonic under failure injection
2022-01-12 11:51:12 +01:00
Piotr Tabor
e0a0fdc984
Merge pull request #13572 from microyahoo/update_lease_tools
...
update dump db tool
2022-01-12 10:33:28 +01:00
Piotr Tabor
868c51b95a
Merge pull request #13581 from spzala/versionsupport
...
Update supported versions and ref to the policy
2022-01-12 10:21:38 +01:00
Manuel Rüger
ce086a4ba6
*: Bump to go 1.17.6
...
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2022-01-12 03:13:27 +01:00
Manuel Rüger
746c0ea276
tests/Dockerfile: Update base to ubuntu 21.10
...
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2022-01-12 03:00:08 +01:00
Manuel Rüger
cf7e8b3535
go.mod: Bump golang.org/x/net dependency; regenerate go.sum
...
Bumps golang.org/x/net dependency due to fix CVE-2021-44716
as requested in https://github.com/etcd-io/etcd/pull/13487#issuecomment-997065540
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2022-01-12 03:00:08 +01:00
Manuel Rüger
9404d523b8
Build locally if docker-test container image does not exist
...
This should make it easier to bump the golang version
2022-01-12 03:00:08 +01:00
Manuel Rüger
ce50f68166
*: Bump to go 1.17.5
2022-01-12 03:00:08 +01:00
AdamKorcz
6aac35dd32
v2auth: fix out of bounds in test
2022-01-10 19:06:07 +00:00
Sahdev Zala
1e5bd39571
Update supported versions and ref to the policy
...
We support current release and two previous minor versions, and so
making changes accordingly. Also, adding link to the details of
the versioning.
2022-01-05 21:36:27 -05:00