Merge pull request #13720 from ahrtr/3.5_changelog_for_correct_dns_pr

Update changelog for both 3.5 and 3.6 for the PRs of trimming the suffix dot from target in SRV record
This commit is contained in:
Piotr Tabor
2022-02-21 18:28:30 +01:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -5,6 +5,12 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
The minimum recommended etcd versions to run in **production** are 3.3.18+, 3.4.2+, and 3.5.2+. Refer to the [versioning policy](https://etcd.io/docs/v3.5/op-guide/versioning/) for more details.
<hr>
## v3.5.3 (TBD)
### package `client/pkg/v3`
- [Trim the suffix dot from the target](https://github.com/etcd-io/etcd/pull/13714) in SRV records returned by DNS lookup
<hr>
## [v3.5.2](https://github.com/etcd-io/etcd/releases/tag/v3.5.2) (2022-02-01)

View File

@@ -16,13 +16,15 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.5.0...v3.6.0).
- Add command to generate [shell completion](https://github.com/etcd-io/etcd/pull/13133).
- When print endpoint status, [show db size in use](https://github.com/etcd-io/etcd/pull/13639)
- [Trim the suffix dot from the target](https://github.com/etcd-io/etcd/pull/13712) in SRV records returned by DNS lookup.
### etcdutl v3
- Add command to generate [shell completion](https://github.com/etcd-io/etcd/pull/13142).
- Add `migrate` command for downgrading/upgrading etcd data dir files.
### package `client/pkg/v3`
- [Trim the suffix dot from the target](https://github.com/etcd-io/etcd/pull/13712) in SRV records returned by DNS lookup
### Package `server`
- Package `mvcc` was moved to `storage/mvcc`