Commit Graph

22201 Commits

Author SHA1 Message Date
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
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
f128d89cea Merge pull request #19016 from ivanvc/update-release-documentation-for-pre-releases
docs: Add note on releasing a pre-release
2024-12-06 09:20:19 +00:00
654495c4dc Merge pull request #19011 from ivanvc/fix-release-script-for-main-branch-releases
release: Allow "v" prefix when specifying release version
2024-12-06 08:04:42 +00:00
476e6b44f1 build(deps): bump github/codeql-action from 3.27.5 to 3.27.6
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.5 to 3.27.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](f09c1c0a94...aa57810251)

---
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-06 08:03:35 +00:00
27a7c1a678 Merge pull request #18992 from mmorel-35/dependabot/tools
chore: group tools/mod updates and update only direct dependencies
2024-12-06 08:02:55 +00:00
5a378e7a55 docs: Add note on releasing a pre-release
Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-12-05 16:22:51 -08:00
e1e1787faf release: allow to specify version with the "v" prefix
The script currently fails if the version provided has the "v" prefix
(i.e., v3.6.0). Allow receiving the prefix and continue with the
process.

Signed-off-by: Ivan Valdes <ivan@vald.es>
2024-12-05 15:27:27 -08:00
ad76095f2d group tools/mod updates and update only direct dependencies
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-12-05 22:39:23 +01:00
c1171dac78 Merge pull request #19013 from mmorel-35/fix-golangcilint-yaml
fix: golangci-lint yamllint
2024-12-05 11:18:48 +00:00
71d55fe94f fix: golangci-lint yamllint
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-12-05 09:25:43 +00:00
da807d750f Merge pull request #18973 from mmorel-35/golangci-lint@v1.62.2
fix: enable gosimple linter
2024-12-04 19:51:47 +00:00
2b323071a8 Merge pull request #19008 from ahrtr/changelog_3.5_v2store_20241204
Update 3.5 changelog to cover the warning message for the deprecated v2 flags if set
2024-12-04 16:33:54 +00:00
a45cc4961e Merge pull request #19003 from deanurag/main-go-1.23.4-update
Bump go toolchain to 1.23.4
2024-12-04 15:38:10 +00:00
f54c8f55d3 Deprecate --v2-deprecation and schedule to remove it in 3.8
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2024-12-04 14:44:18 +00:00
e89c8ed84b Update 3.5 changelog to cover the warning message for the deprecated v2 flags if set
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2024-12-04 14:02:58 +00:00
084d8726ff Update the comments for the v2 deprecation levels to make them clearer
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2024-12-04 12:58:42 +00:00
7e04bd2de9 Merge pull request #18897 from tjungblu/CL_tlsmin3
GRPC Proxy TLS version Changelog updates
2024-12-04 12:56:15 +00:00
fbac2a064c Merge pull request #19002 from ArkaSaha30/deps_mgmt_2_12_24
[2024-12-02] Manual Dependency Bump
2024-12-04 03:19:57 -07:00
e9300c0ab2 GRPC Proxy TLS version Changelog updates
Signed-off-by: Thomas Jungblut <tjungblu@redhat.com>
2024-12-04 11:19:35 +01:00
51cab64e22 Merge pull request #18966 from mmorel-35/testifier/api
fix: use testify instead of t.Fatal or t.Error in api package
2024-12-04 09:34:19 +00:00
715c12dec7 Merge pull request #18998 from ahrtr/snapshot_count_20241203
Mark --snapshot-count as deprecated in v3.6 and will be decommissioned in 3.7
2024-12-04 08:11:49 +00:00
fb42ae06b8 etdc main: updated go version from 1.23.3 to 1.23.3
Signed-off-by: Anurag De <anuragde2004@gmail.com>
2024-12-04 13:26:05 +05:30
8965987257 dependency: bump go.opentelemetry.io/proto/otlp from 1.3.1 to 1.4.0
This commit will bump dependency go.opentelemetry.io/proto/otlp from 1.3.1 to 1.4.0

Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
2024-12-04 11:46:41 +05:30
8bc42d9075 Mark --snapshot-count as deprecated in v3.6 and will be decommissioned in v3.7
Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
2024-12-03 15:02:17 +00:00
647f1621d6 fix: enable gosimple linter
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
2024-12-03 07:32:22 +01:00
b0387393a2 Merge pull request #18982 from etcd-io/dependabot/docker/distroless/static-debian12-5c7e2b465ac6a2a4e5f4f7f722ce43b147dabe87cb21ac6c4007ae5178a1fa58
build(deps): bump distroless/static-debian12 from `f4a57e8` to `5c7e2b4`
2024-12-02 17:12:36 -07:00
06c07362ba Merge pull request #18991 from serathius/reuse-grpc-overhead
Reuse grpcOverheadBytes calculation by creating a function for that
2024-12-02 21:00:39 +01:00
c77ea65979 Reuse grpcOverheadBytes calculation by creating a function for that
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2024-12-02 19:04:38 +01:00
6fa7342669 Merge pull request #17563 from serathius/sync-reuse
Reuse events used for syncing watchers
2024-12-02 19:01:08 +01:00
a76ad4f92e build(deps): bump distroless/static-debian12 from f4a57e8 to 5c7e2b4
Bumps distroless/static-debian12 from `f4a57e8` to `5c7e2b4`.

---
updated-dependencies:
- dependency-name: distroless/static-debian12
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-02 17:56:17 +00:00
348c0cb2be Reuse events between sync loops
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2024-12-02 18:07:25 +01:00
1f4439c2eb Extract rangeEvents function
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2024-12-02 18:06:59 +01:00
afb5c1d85b Merge pull request #18977 from serathius/robustness-non-linearized-member-list
Handle non-linearized MemberList in v3.4 for robustness tests
2024-12-02 15:32:27 +01:00