Fixes #48: Update CHANGELOG and set up release 0.3.0. (#49)

This commit is contained in:
Jeff Geerling
2020-10-12 14:53:02 -05:00
committed by GitHub
parent 5b2ec65cc6
commit 874cf9f171
8 changed files with 47 additions and 5 deletions

View File

@@ -44,3 +44,20 @@ releases:
name: openshift_auth
namespace: ''
release_date: '2020-09-24'
0.3.0:
changes:
major_changes:
- Add openshift_process module for template rendering and optional application
of rendered resources (https://github.com/ansible-collections/community.okd/pull/44).
- Add openshift_route module for creating routes from services (https://github.com/ansible-collections/community.okd/pull/40).
fragments:
- 40-openshift_route.yml
- 44-openshift_process.yml
modules:
- description: Process an OpenShift template.openshift.io/v1 Template
name: openshift_process
namespace: ''
- description: Expose a Service as an OpenShift Route.
name: openshift_route
namespace: ''
release_date: '2020-10-12'

View File

@@ -0,0 +1,3 @@
---
major_changes:
- Add openshift_route module for creating routes from services (https://github.com/ansible-collections/community.okd/pull/40).

View File

@@ -0,0 +1,3 @@
---
major_changes:
- Add openshift_process module for template rendering and optional application of rendered resources (https://github.com/ansible-collections/community.okd/pull/44).