Merge branch 'development'
This commit is contained in:
2
.cz.yaml
2
.cz.yaml
@ -4,5 +4,5 @@ commitizen:
|
|||||||
prerelease_offset: 1
|
prerelease_offset: 1
|
||||||
tag_format: $version
|
tag_format: $version
|
||||||
update_changelog_on_bump: false
|
update_changelog_on_bump: false
|
||||||
version: 1.13.0
|
version: 1.13.1
|
||||||
version_scheme: semver
|
version_scheme: semver
|
||||||
|
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,3 +1,9 @@
|
|||||||
|
## 1.13.1 (2024-07-28)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- **nfc_kubernetes**: prime node to always be labeled prime
|
||||||
|
|
||||||
## 1.13.0 (2024-07-28)
|
## 1.13.0 (2024-07-28)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
@ -22,7 +28,6 @@
|
|||||||
- **kubernetes_role**: set server var -> "https://" + hostvars[nfc_role_kubernetes_node_prime].ansible_host + ":6443"
|
- **kubernetes_role**: set server var -> "https://" + hostvars[nfc_role_kubernetes_node_prime].ansible_host + ":6443"
|
||||||
- **kubernetes_role**: remove not nfc_role_kubernetes_cluster_upgraded | default(true) | bool section
|
- **kubernetes_role**: remove not nfc_role_kubernetes_cluster_upgraded | default(true) | bool section
|
||||||
- **kubernetes_role**: undo previous change
|
- **kubernetes_role**: undo previous change
|
||||||
- **kubernetes_role**: remove commented out section
|
|
||||||
|
|
||||||
## 1.11.0 (2024-06-27)
|
## 1.11.0 (2024-06-27)
|
||||||
|
|
||||||
@ -57,8 +62,6 @@
|
|||||||
### Fix
|
### Fix
|
||||||
|
|
||||||
- **nfc_kubernetes**: correct 'Create Required directories' when logic
|
- **nfc_kubernetes**: correct 'Create Required directories' when logic
|
||||||
- **nfc_kubernetes**: only run tasks on master nodes
|
|
||||||
- **nfc_kubernetes**: only run tasks on prime node
|
|
||||||
|
|
||||||
### Refactor
|
### Refactor
|
||||||
|
|
||||||
@ -69,7 +72,3 @@
|
|||||||
### Feat
|
### Feat
|
||||||
|
|
||||||
- **nfc_kubernetes**: add debug out to k3s download on failure
|
- **nfc_kubernetes**: add debug out to k3s download on failure
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- **nfc_kubernetes**: cast url var as list
|
|
||||||
|
@ -8,7 +8,7 @@ namespace: nofusscomputing
|
|||||||
name: kubernetes
|
name: kubernetes
|
||||||
|
|
||||||
# The version of the collection. Must be compatible with semantic versioning
|
# The version of the collection. Must be compatible with semantic versioning
|
||||||
version: 1.13.0
|
version: 1.13.1
|
||||||
|
|
||||||
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
||||||
readme: README.md
|
readme: README.md
|
||||||
|
Reference in New Issue
Block a user