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.1.0
|
version: 1.1.1
|
||||||
version_scheme: semver
|
version_scheme: semver
|
||||||
|
|||||||
37
CHANGELOG.md
37
CHANGELOG.md
@ -1,3 +1,9 @@
|
|||||||
|
## 1.1.1 (2024-03-13)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- don't check hostname for localhost
|
||||||
|
|
||||||
## 1.1.0 (2024-03-13)
|
## 1.1.0 (2024-03-13)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
@ -38,7 +44,6 @@
|
|||||||
- **kubevirt**: install virtctl plugin
|
- **kubevirt**: install virtctl plugin
|
||||||
- **kubevirt**: optionally specify which nodes within a cluster to install kubeviirt
|
- **kubevirt**: optionally specify which nodes within a cluster to install kubeviirt
|
||||||
- **kubevirt**: Default to live migration for update strategy
|
- **kubevirt**: Default to live migration for update strategy
|
||||||
- Optionally Install KubeVirt
|
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
||||||
@ -47,33 +52,3 @@
|
|||||||
### Refactor
|
### Refactor
|
||||||
|
|
||||||
- image var update for calico
|
- image var update for calico
|
||||||
|
|
||||||
## 0.2.0 (2024-02-03)
|
|
||||||
|
|
||||||
### Feat
|
|
||||||
|
|
||||||
- **calico**: turn bpf off
|
|
||||||
- **calico**: set tolerations for typha "CriticalAddonsOnly"
|
|
||||||
- **config**: for server self. use internal ip to connect instead of external
|
|
||||||
- **config**: dont set external-ip if it matches node-ip
|
|
||||||
- **config**: set value `node-ip`
|
|
||||||
- **install**: enable k3s module metrics-server
|
|
||||||
- **olm**: dont install by default
|
|
||||||
- **calico**: disable vxlan
|
|
||||||
- **calico**: IP AUTO-detection set to kubernetes-internal-ip
|
|
||||||
- feature gate added to prevent restart of kubernetes service
|
|
||||||
- **node**: ability to configure node taints
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- **config**: set external ip if set or node ip if not set
|
|
||||||
- **install**: don't attempt to reinstall the cluster if already installed
|
|
||||||
- **prime_install**: requires cluster init for prime install
|
|
||||||
- **restart_k3s**: use correct group var
|
|
||||||
- **token_fetch**: only fetch token after prime installed
|
|
||||||
- **handler**: kubernetes restart when clause corrected
|
|
||||||
- **audit_log**: max age not backup
|
|
||||||
|
|
||||||
### Refactor
|
|
||||||
|
|
||||||
- **tasks**: ensure module FQCN is used
|
|
||||||
|
|||||||
@ -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.1.0
|
version: 1.1.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