Skip to content

Commit

Permalink
23.1.1+1.27.5 (#45)
Browse files Browse the repository at this point in the history
* rename githubixx.kubernetes-ca to githubixx.kubernetes_ca

* update CHANGELOG
  • Loading branch information
githubixx committed Sep 8, 2023
1 parent 082e252 commit 2a7e676
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 23.1.1+1.27.5

- rename `githubixx.kubernetes-ca` to `githubixx.kubernetes_ca`

## 23.1.0+1.27.5

- add support for Ubuntu 22.04
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

- name: Generate etcd and K8s TLS certificates
include_role:
name: githubixx.kubernetes-ca
name: githubixx.kubernetes_ca

- name: Copy certificate files from assets to local host
ansible.posix.synchronize:
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ roles:
- githubixx.ansible_role_wireguard
- githubixx.harden-linux
- githubixx.cfssl
- githubixx.kubernetes-ca
- githubixx.kubernetes_ca
- githubixx.etcd
- githubixx.kubectl
- githubixx.kubernetes_controller
Expand Down

0 comments on commit 2a7e676

Please sign in to comment.