Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 4.2.0 changelog fragment for community.kubernetes deprecation #68

Merged
merged 1 commit into from Jun 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions 4/changelog.yaml
Expand Up @@ -56,3 +56,13 @@ releases:

`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '2021-06-10'
4.2.0:
changes:
deprecated_features:
- The community.kubernetes collection is being renamed to kubernetes.core.
In Ansible 5, community.kubernetes will be replaced by an empty collection
which has deprecated redirects for all the current content to kubernetes.core.
If you are using FQCNs starting with ``community.kubernetes.``, please update
them to ``kubernetes.core.`` now. Note that kubernetes.core has been included
in Ansible since Ansible 3.0.0
(https://github.com/ansible-community/community-topics/issues/22).