From 5d038db8481b450563a308f2d1ecda05c14345bb Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:35:22 +0000 Subject: [PATCH] Update README.md with removing outdated communication channels (#790) (#825) This is a backport of PR #790 as merged into main (b8e9873). SUMMARY As part of the consolidating Ansible discussion platforms and communication channels was decided to use the Ansible forum as the main place for questions and discussion. Reference: https://forum.ansible.com/t/proposal-consolidating-ansible-discussion-platforms/6812 As part of this change, the IRC channel was removed by the PRs #778 and #774. However, the README.md file wasn't fully cleaned up from the outdated information. The #ansible-kubernetes channel on libera.chat IRC isn't used by maintainers and contributors anymore. The Wiki page on the https://github.com/ansible/community/ was deprecated a long time ago ISSUE TYPE Docs Pull Request COMPONENT NAME README.md --- README.md | 4 ---- ...41103-completly-remove-obsolate-communication-channel.yaml | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 changelogs/fragments/20241103-completly-remove-obsolate-communication-channel.yaml diff --git a/README.md b/README.md index 2e29cd02..50260f49 100644 --- a/README.md +++ b/README.md @@ -266,10 +266,6 @@ If you encounter issues or have questions, you can submit a support request thro See the [raw generated changelog](https://github.com/ansible-collections/kubernetes.core/blob/main/CHANGELOG.rst). -## More Information - -For more information about Ansible's Kubernetes integration, join the `#ansible-kubernetes` channel on [libera.chat](https://libera.chat/) IRC, and browse the resources in the [Kubernetes Working Group](https://github.com/ansible/community/wiki/Kubernetes) Community wiki page. - ## Code of Conduct We follow the [Ansible Code of Conduct](https://docs.ansible.com/ansible/devel/community/code_of_conduct.html) in all our interactions within this project. diff --git a/changelogs/fragments/20241103-completly-remove-obsolate-communication-channel.yaml b/changelogs/fragments/20241103-completly-remove-obsolate-communication-channel.yaml new file mode 100644 index 00000000..5db41bf8 --- /dev/null +++ b/changelogs/fragments/20241103-completly-remove-obsolate-communication-channel.yaml @@ -0,0 +1,3 @@ +--- +trivial: + - README.md - Remove obsolate communication channels (https://github.com/ansible-collections/kubernetes.core/pull/790).