You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixing broken links
* Updating links to Github that contain versions to use a Hugo parameter, as per PR feedback
Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com>
Copy file name to clipboardExpand all lines: content/en/docs/next/branch_management.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Before the release of the next stable version, feature PRs will be frozen. A [re
25
25
26
26
All branches with prefix `release-` are considered _stable_ branches.
27
27
28
-
After every minor release (http://semver.org/), we will have a new stable branch for that release, managed by a [patch release manager](./dev-internal/release#release-management). We will keep fixing the backwards-compatible bugs for the latest two stable releases. A _patch_ release to each supported release branch, incorporating any bug fixes, will be once every two weeks, given any patches.
28
+
After every minor release (http://semver.org/\), we will have a new stable branch for that release, managed by a [patch release manager](./dev-internal/release#release-management). We will keep fixing the backwards-compatible bugs for the latest two stable releases. A _patch_ release to each supported release branch, incorporating any bug fixes, will be once every two weeks, given any patches.
- Create new stable branch through `git push origin ${VERSION_MAJOR}.${VERSION_MINOR}` if this is a major stable release. This assumes `origin` corresponds to "https://github.com/etcd-io/etcd".
163
-
- Bump [hardcoded Version in the repository](https://github.com/etcd-io/etcd/blob/master/version/version.go#L30) to the version `${VERSION}+git`.
162
+
- Create new stable branch through `git push origin ${VERSION_MAJOR}.${VERSION_MINOR}` if this is a major stable release. This assumes `origin` corresponds to "https://github.com/etcd-io/etcd\".
163
+
- Bump [hardcoded Version in the repository](https://github.com/etcd-io/etcd/blob/v3.4.15/version/version.go#L30) to the version `${VERSION}+git`.
Copy file name to clipboardExpand all lines: content/en/docs/next/integrations.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@ description: A listing of etcd tools and client libraries
7
7
## Tools
8
8
9
9
-[etcdctl](https://github.com/etcd-io/etcd/tree/master/etcdctl) - A command line client for etcd
10
-
-[etcd-backup](https://github.com/fanhattan/etcd-backup) - A powerful command line utility for dumping/restoring etcd - Supports v2
11
10
-[etcd-dump](https://npmjs.org/package/etcd-dump) - Command line utility for dumping/restoring etcd.
12
11
-[etcd-fs](https://github.com/xetorthio/etcd-fs) - FUSE filesystem for etcd
13
12
-[etcddir](https://github.com/rekby/etcddir) - Realtime sync etcd and local directory. Work with windows and linux.
@@ -16,7 +15,6 @@ description: A listing of etcd tools and client libraries
16
15
-[etcd-console](https://github.com/matishsiao/etcd-console) - A web-base key/value editor for etcd using PHP
17
16
-[etcd-viewer](https://github.com/nikfoundas/etcd-viewer) - An etcd key-value store editor/viewer written in Java
18
17
-[etcdtool](https://github.com/mickep76/etcdtool) - Export/Import/Edit etcd directory as JSON/YAML/TOML and Validate directory using JSON schema
19
-
-[etcd-rest](https://github.com/mickep76/etcd-rest) - Create generic REST API in Go using etcd as a backend with validation using JSON schema
20
18
-[etcdloadtest](https://github.com/sinsharat/etcdloadtest) - A command line load test client for etcd version 3.0 and above.
21
19
-[lucas](https://github.com/ringtail/lucas) - A web-based key-value viewer for kubernetes etcd3.0+ cluster.
22
20
-[etcd-manager](https://etcdmanager.io) - A modern, efficient, multi-platform and free ETCD 3.x GUI & client tool. Available for Windows, Linux and Mac.
@@ -82,7 +80,7 @@ The sections below list etcd client libraries by language.
0 commit comments