mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-14 13:32:14 +00:00
Merge pull request #86 from geerlingguy/0_11-release-prep
Preparation for 0.11.0 release - and point helm docs at repo for now.
This commit is contained in:
13
CHANGELOG.md
13
CHANGELOG.md
@@ -1,5 +1,18 @@
|
|||||||
# Kubernetes Collection Changes
|
# Kubernetes Collection Changes
|
||||||
|
|
||||||
|
## 0.11.0
|
||||||
|
|
||||||
|
### New Features
|
||||||
|
|
||||||
|
- PR #61: Add `helm`, `helm_info`, and `helm_repository` modules.
|
||||||
|
- PR #81: Rename repository to `community.kubernetes`.
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- PR #78: Update GitHub Actions workflow for better CI stability.
|
||||||
|
- PR #69: k8s_log no longer attempts to parse log as JSON.
|
||||||
|
- PR #85: Make sure extra files are not included in built collection.
|
||||||
|
|
||||||
## 0.10.0
|
## 0.10.0
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|||||||
@@ -27,9 +27,9 @@ Click on the name of a plugin or module to view that content's documentation:
|
|||||||
- [k8s_info](https://docs.ansible.com/ansible/latest/modules/k8s_info_module.html)
|
- [k8s_info](https://docs.ansible.com/ansible/latest/modules/k8s_info_module.html)
|
||||||
- [k8s_scale](https://docs.ansible.com/ansible/latest/modules/k8s_scale_module.html)
|
- [k8s_scale](https://docs.ansible.com/ansible/latest/modules/k8s_scale_module.html)
|
||||||
- [k8s_service](https://docs.ansible.com/ansible/latest/modules/k8s_service_module.html)
|
- [k8s_service](https://docs.ansible.com/ansible/latest/modules/k8s_service_module.html)
|
||||||
- [helm](https://docs.ansible.com/ansible/latest/modules/helm_module.html)
|
- [helm](https://github.com/ansible-collections/community.kubernetes/blob/master/plugins/modules/helm.py)
|
||||||
- [helm_info](https://docs.ansible.com/ansible/latest/modules/helm_info_module.html)
|
- [helm_info](https://github.com/ansible-collections/community.kubernetes/blob/master/plugins/modules/helm_info.py)
|
||||||
- [helm_repository](https://docs.ansible.com/ansible/latest/modules/helm_repository_module.html)
|
- [helm_repository](https://github.com/ansible-collections/community.kubernetes/blob/master/plugins/modules/helm_repository.py)
|
||||||
|
|
||||||
## Installation and Usage
|
## Installation and Usage
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible
|
|||||||
---
|
---
|
||||||
collections:
|
collections:
|
||||||
- name: community.kubernetes
|
- name: community.kubernetes
|
||||||
version: 0.10.0
|
version: 0.11.0
|
||||||
```
|
```
|
||||||
|
|
||||||
### Installing the OpenShift Python Library
|
### Installing the OpenShift Python Library
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ tags:
|
|||||||
- openshift
|
- openshift
|
||||||
- okd
|
- okd
|
||||||
- cluster
|
- cluster
|
||||||
version: 0.10.0
|
version: 0.11.0
|
||||||
build_ignore:
|
build_ignore:
|
||||||
- .DS_Store
|
- .DS_Store
|
||||||
- '*.tar.gz'
|
- '*.tar.gz'
|
||||||
|
|||||||
Reference in New Issue
Block a user