Skip to content

Commit b6d4bbc

Browse files
authored
14.0.1+3.5.22 (#40)
* fix README * fix README
1 parent 31aae03 commit b6d4bbc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 14.0.1+3.5.22
4+
5+
- fix `README.md`
6+
37
## 14.0.0+3.5.22
48

59
- update `etcd` to `v3.5.22` (Please check [etcd 3.5 CHANGELOG](https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.5.md) before upgrading!)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Upgrading a etcd cluster which was installed by this role is described in [here]
99

1010
## Versions
1111

12-
I tag every release and try to stay with [semantic versioning](http://semver.org). If you want to use the role I recommend to checkout the latest tag. The master branch is basically development while the tags mark stable releases. But in general I try to keep master in good shape too. A tag `13.3.0+3.5.22` means this is release `13.3.0` of this role and it's meant to be used with etcd version `3.5.22` (but should work with newer versions also). If the role itself changes `X.Y.Z` before `+` will increase. If the etcd version changes `X.Y.Z` after `+` will increase. This allows to tag bugfixes and new major versions of the role while it's still developed for a specific etcd release.
12+
I tag every release and try to stay with [semantic versioning](http://semver.org). If you want to use the role I recommend to checkout the latest tag. The master branch is basically development while the tags mark stable releases. But in general I try to keep master in good shape too. A tag `14.0.1+3.5.22` means this is release `14.0.1` of this role and it's meant to be used with etcd version `3.5.22` (but should work with newer versions also). If the role itself changes `X.Y.Z` before `+` will increase. If the etcd version changes `X.Y.Z` after `+` will increase. This allows to tag bugfixes and new major versions of the role while it's still developed for a specific etcd release.
1313

1414
## Changelog
1515

@@ -35,7 +35,7 @@ This role requires that you already created some certificates for `etcd` (see [K
3535
roles:
3636
- name: githubixx.etcd
3737
src: https://github.com/githubixx/ansible-role-etcd.git
38-
version: 13.3.0+3.5.22
38+
version: 14.0.1+3.5.22
3939
```
4040
4141
## Role Variables

0 commit comments

Comments
 (0)