Skip to content

Commit

Permalink
update etcd to 3.5.17 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
githubixx authored Jan 15, 2025
1 parent c59be77 commit 6995204
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 13.2.1+3.5.17

- update `etcd` to `v3.5.17`

## 13.2.0+3.5.16

- update `etcd` to `v3.5.16`
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This role requires that you already created some certificates for `etcd` (see [K
roles:
- name: githubixx.etcd
src: https://github.com/githubixx/ansible-role-etcd.git
version: 13.2.0+3.5.16
version: 13.2.1+3.5.17
```
## Role Variables
Expand All @@ -52,7 +52,7 @@ etcd_ca_conf_directory: "{{ '~/etcd-certificates' | expanduser }}"
etcd_ansible_group: "k8s_etcd"

# etcd version
etcd_version: "3.5.16"
etcd_version: "3.5.17"

# Port where etcd listening for clients
etcd_client_port: "2379"
Expand Down Expand Up @@ -274,7 +274,7 @@ Afterwards Molecule can be executed:
molecule converge
```

This will setup a three virtual machines (VM) with Ubuntu 20.04/22.04 and installs an `etcd` cluster. A small verification step is also included:
This will setup a three virtual machines (VM) with Ubuntu 20.04/22.04/24.04 and installs an `etcd` cluster. A small verification step is also included:

```bash
molecule verify
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ etcd_ca_conf_directory: "{{ '~/etcd-certificates' | expanduser }}"
etcd_ansible_group: "k8s_etcd"

# etcd version
etcd_version: "3.5.16"
etcd_version: "3.5.17"

# Port where etcd listening for clients
etcd_client_port: "2379"
Expand Down

0 comments on commit 6995204

Please sign in to comment.