Skip to content

Commit

Permalink
Fix v1.7.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ronardcaktus authored Dec 5, 2024
1 parent f8749b6 commit 1218032
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ This project uses [semantic versioning](https://semver.org/).

## Changes

### v1.6.0 on December 5th, 2024
### v1.7.0 on December 5th, 2024
* Use boolean type for `installCRDs` cert-manager value to support [v1.15.0+](https://github.com/cert-manager/cert-manager/releases/tag/v1.15.0). Eventually, this value should be migrated to `crds.keep: true` and `crds.enabled: true`.


### v1.6.0 on May 8th, 2024
* Set `allowSnippetAnnotations: true` to allow user snippets (see [Disable user snippets per default](https://github.com/kubernetes/ingress-nginx/pull/10393)).


### v1.5.0 on April 11th, 2023
* **Requires Ansible v6.0+**
* Switch to `kubernetes.core` for Ansible 6.x+ support. The `community.kubernetes` collection was renamed to `kubernetes.core` in [v2.0.0 of the kubernetes.core collection](https://github.com/ansible-collections/community.kubernetes/blob/main/CHANGELOG.rst#v2-0-0). Since [Ansible v3.0.0](https://github.com/ansible-community/ansible-build-data/blob/main/3/CHANGELOG-v3.rst#included-collections), both the `kubernetes.core` and `community.kubernetes` namespaced collections were included for convenience. [Ansible v6.0.0](https://github.com/ansible-community/ansible-build-data/blob/f3602822e899015312852bb3e2debe52df109135/6/CHANGELOG-v6.rst#L4281) removed the `community.kubernetes` convenience package.
Expand Down

0 comments on commit 1218032

Please sign in to comment.