1dede5f9b3
scripts: remove duplicate bom fix in fix make target
...
The BOM fix is called from the fix-bom target, which is also a
prerequisite for the fix target. Therefore, running `make fix` runs the
BOM fix twice.
Signed-off-by: Ivan Valdes <ivan@vald.es >
2024-12-17 21:52:53 -08:00
b5c620a75d
Merge pull request #19053 from siyuanfoundation/fg
...
migrate experimental-compact-hash-check-enabled to feature gate.
2024-12-17 19:07:14 +00:00
85363bda32
migrate experimental-compact-hash-check-enabled to feature gate.
...
Signed-off-by: Siyuan Zhang <sizhang@google.com >
2024-12-17 09:44:53 -08:00
b4450d510d
Merge pull request #19076 from etcd-io/dependabot/github_actions/github/codeql-action-3.27.9
...
build(deps): bump github/codeql-action from 3.27.6 to 3.27.9
2024-12-16 21:30:55 +00:00
ef9c57bed1
Merge pull request #19075 from etcd-io/dependabot/github_actions/actions/setup-go-5.2.0
...
build(deps): bump actions/setup-go from 5.1.0 to 5.2.0
2024-12-16 21:22:19 +00:00
139fca117e
build(deps): bump github/codeql-action from 3.27.6 to 3.27.9
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.27.6 to 3.27.9.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](aa57810251...df409f7d92
)
---
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 >
2024-12-16 18:00:10 +00:00
4494135ff9
build(deps): bump actions/setup-go from 5.1.0 to 5.2.0
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](41dfa10bad...3041bf56c9
)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-16 18:00:02 +00:00
e0bbea994f
Merge pull request #19069 from ahrtr/storageversion_error_20241216
...
Update the allowedErrors in TestNoErrorLogsDuringNormalOperations
2024-12-16 14:55:33 +00:00
425e5b8176
Update the allowedErrors in TestNoErrorLogsDuringNormalOperations
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com >
2024-12-16 14:01:42 +00:00
66b09ea353
Merge pull request #19067 from ahrtr/wal_error_20241216
...
Add more debug info when running into ErrSliceOutOfRange when reading WAL
2024-12-16 13:56:05 +00:00
3acf3e5de9
Merge pull request #19068 from serathius/wait-cluster-version
...
Wait for cluster version to non-default value to remove errors when cluster is bootstrapping.
2024-12-16 14:38:54 +01:00
e7df5bf830
Wait for cluster version to non-default value to remove errors when cluster is bootstrapping.
...
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com >
2024-12-16 13:27:06 +01:00
9143bef424
Add more debug info when running into ErrSliceOutOfRange when reading WAL
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com >
2024-12-16 10:36:30 +00:00
3241803d35
Merge pull request #18969 from mmorel-35/testifier/etcdctl
...
fix: use testify instead of t.Fatal or t.Error in etcdctl packages
2024-12-16 10:16:02 +00:00
9ab8c239a2
Merge pull request #19060 from ghouscht/ignore-missing-err-confstate
...
fix(e2e): ignore error log about failed storage update
2024-12-15 16:06:41 +00:00
c75703d8b8
Merge pull request #19065 from ArkaSaha30/deps_mgmt_9_12_24
...
[2024-12-13] Manual Dependency Bump
2024-12-15 12:50:08 +13:00
e9bc263eec
dependency: bump google.golang.org/grpc from 1.68.1 to 1.69.0
...
This commit will bump dependency google.golang.org/grpc from 1.68.1 to 1.69.0
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com >
2024-12-14 21:32:38 +05:30
3f0ee0e1b6
dependency: bump github.com/alexfalkowski/gocovmerge from 1.3.16 to 1.3.17
...
This commit will bump dependency github.com/alexfalkowski/gocovmerge from 1.3.16 to 1.3.17
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com >
2024-12-14 21:24:28 +05:30
b29d08623e
Merge pull request #19045 from ivanvc/scripts-simplify-shellws-pass
...
scripts: fix shellws pass
2024-12-14 08:11:55 +00:00
3b8b0b48ec
fix: use testify instead of t.Fatal or t.Error in etcdctl packages
...
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
2024-12-13 22:06:41 +01:00
fad495ad32
scripts: fix shellws check
...
Originally this was intended to be a clean up. But after further
investigation the original code didn't work. It didn't detect tabs in
shell scripts.
Signed-off-by: Ivan Valdes <ivan@vald.es >
2024-12-13 12:10:40 -08:00
07fd512f3c
fix(e2e): ignore error log about failed storage update
...
Signed-off-by: Thomas Gosteli <thomas.gosteli@protonmail.ch >
2024-12-13 16:28:16 +01:00
25dfc8231e
Merge pull request #19057 from ahrtr/ready_notify_20241213
...
Remove duplicated <-s.ReadyNotify()
2024-12-13 13:56:53 +00:00
16ccfc9537
Remove duplicated <-s.ReadyNotify()
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com >
2024-12-13 10:44:14 +00:00
026bbecd25
Merge pull request #19048 from ArkaSaha30/deps_mgmt_9_12_24
...
[2024-12-09] Manual Dependency Bump
2024-12-13 08:01:42 +00:00
50e97f8963
Merge pull request #19041 from ahrtr/serve_20241211
...
Do not wait for ready notify if the server is stopping
2024-12-13 07:50:42 +00:00
93b01af668
Do not wait for ready notify if the server is stopping
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com >
2024-12-12 21:45:28 +00:00
2cf717251e
Merge pull request #19046 from ahrtr/disable_patch_status_20241212
...
Set a 80% threshold for the codecov status.patch
2024-12-12 21:38:09 +00:00
6d8428778d
Set a 80% threshold for the codecov status.patch
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com >
2024-12-12 20:13:51 +00:00
8f447cfe6e
Merge pull request #19047 from ahrtr/comment_storageversion_20241212
...
Add a TODO comment for UnsafeDetectSchemaVersion on how to simplify t…
2024-12-12 16:30:52 +00:00
3262da49d8
dependency: bump github.com/golangci/golangci-lint from 1.61.0 to 1.62.2
...
This commit will bump dependency github.com/golangci/golangci-lint from 1.61.0 to 1.62.2
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com >
2024-12-12 20:34:12 +05:30
5c976cfed7
dependency: bump github.com/prometheus/common from 0.60.1 to 0.61.0
...
This commit will bump dependency github.com/prometheus/common from 0.60.1 to 0.61.0
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com >
2024-12-12 20:34:12 +05:30
39fad3bbcf
dependency: bump github.com/alexfalkowski/gocovmerge from 1.3.14 to 1.3.16
...
This commit will bump dependency github.com/alexfalkowski/gocovmerge from 1.3.14 to 1.3.16
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com >
2024-12-12 20:34:12 +05:30
cd06ddd03b
dependency: bump google.golang.org/grpc from 1.68.0 to 1.68.1
...
This commit will bump dependency google.golang.org/grpc from 1.68.0 to 1.68.1
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com >
2024-12-12 20:34:12 +05:30
bc9239a189
dependency: bump golang.org/x/net from 0.31.0 to 0.32.0
...
This commit will bump dependency golang.org/x/net from 0.31.0 to 0.32.0
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com >
2024-12-12 20:34:11 +05:30
2c7504fd80
dependency: bump golang.org/x packages
...
This commit will bump dependency
- golang.org/x/crypto from 0.29.0 to 0.31.0
- golang.org/x/sys from 0.27.0 to 0.28.0
- golang.org/x/text from 0.20.0 to 0.21.0
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com >
2024-12-12 20:32:50 +05:30
50e7f9f697
Add a TODO comment for UnsafeDetectSchemaVersion on how to simplify the implementation
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com >
2024-12-12 14:49:14 +00:00
f03dee9066
Merge pull request #19042 from ivanvc/update-go-mod-tidy-pass-to-use-diff
...
scripts: simplify mod tidy pass
2024-12-12 09:16:48 +00:00
fe14e244f8
Merge pull request #19034 from manthanguptaa/consistent_go_version_doc
...
Documentation: consistent way to manage go version
2024-12-11 22:23:45 +00:00
9d8f2fa157
scripts: simplify mod tidy pass
...
The original go mod tidy pass implementation was done before the `--diff`
go mod option existed. This simplifies the implementation, as temporary
files are no longer needed.
Signed-off-by: Ivan Valdes <ivan@vald.es >
2024-12-11 13:29:18 -08:00
3cf550d3a4
Merge pull request #19036 from ahrtr/maxsnapshot_20241210
...
Mark --max-snapshots as deprecated in 3.6 and will be decommissioned …
2024-12-11 12:48:46 +00:00
1ba4f32e95
docs: consistent way to manage go version
...
Signed-off-by: Manthan Gupta <manthangupta109@gmail.com >
2024-12-11 14:39:05 +05:30
4bdf0d233e
Mark --max-snapshots as deprecated in 3.6 and will be decommissioned in 3.7
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com >
2024-12-10 12:15:53 +00:00
39d9cd707a
Merge pull request #18968 from mmorel-35/testifier/contrib
...
fix: use testify instead of t.Fatal or t.Error in contrib package
2024-12-10 08:05:49 +00:00
854bdd646c
Merge pull request #19032 from ahrtr/memberadd_test_20241209
...
Update TestMemberAdd's context timeout by adding 5 more seconds
2024-12-09 12:34:24 +00:00
99be181902
Update TestMemberAdd's context timeout by adding 5 more seconds
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com >
2024-12-09 11:12:03 +00:00
801dfc3964
Format the 3.5 changelog ( #19031 )
...
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com >
2024-12-07 16:51:59 +00:00
bbe48b3778
Update Changelog of 3.5 and 3.4 ( #19028 )
...
* Update changelog for both 3.4 and 3.5 to cover the go version bumping
Signed-off-by: Anurag De <anuragde2004@gmail.com >
---------
Signed-off-by: Anurag De <anuragde2004@gmail.com >
2024-12-07 10:48:35 +00:00
675c2e3b25
Merge pull request #19019 from etcd-io/dependabot/github_actions/github/codeql-action-3.27.6
...
build(deps): bump github/codeql-action from 3.27.5 to 3.27.6
2024-12-06 15:00:18 -07:00
7bb55966d9
Merge pull request #19006 from ahrtr/v2_deprecation_20241204
...
Deprecate `--v2-deprecation` and schedule to remove it in 3.8
2024-12-06 14:24:07 +00:00