summaryrefslogtreecommitdiffstats
path: root/collections-debian-merged/ansible_collections/community/okd/changelogs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 20:03:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 20:03:01 +0000
commita453ac31f3428614cceb99027f8efbdb9258a40b (patch)
treef61f87408f32a8511cbd91799f9cececb53e0374 /collections-debian-merged/ansible_collections/community/okd/changelogs
parentInitial commit. (diff)
downloadansible-a453ac31f3428614cceb99027f8efbdb9258a40b.tar.xz
ansible-a453ac31f3428614cceb99027f8efbdb9258a40b.zip
Adding upstream version 2.10.7+merged+base+2.10.8+dfsg.upstream/2.10.7+merged+base+2.10.8+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'collections-debian-merged/ansible_collections/community/okd/changelogs')
-rw-r--r--collections-debian-merged/ansible_collections/community/okd/changelogs/changelog.yaml70
-rw-r--r--collections-debian-merged/ansible_collections/community/okd/changelogs/config.yaml30
-rw-r--r--collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/1-initial-content.yml3
-rw-r--r--collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/11-dockerfile-tests.yml3
-rw-r--r--collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/12-dockerfile-tests.yml3
-rw-r--r--collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/13-makefile-tests.yml3
-rw-r--r--collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/15-ci-documentation.yml3
-rw-r--r--collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/16-inventory-plugin-tests.yml3
-rw-r--r--collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/18-openshift-connection-plugin.yml3
-rw-r--r--collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/20-downstream-build-scripts.yml3
-rw-r--r--collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/27-route-api-group.yml3
-rw-r--r--collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/33-add-k8s_auth.yml3
-rw-r--r--collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/36-contribution-guide.yml3
-rw-r--r--collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/40-openshift_route.yml3
-rw-r--r--collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/44-openshift_process.yml3
-rw-r--r--collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/51-redhat-openshift-ah-release.yml3
-rw-r--r--collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/7-molecule-tests.yml3
-rw-r--r--collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/8-stale-bot.yml3
18 files changed, 148 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/community/okd/changelogs/changelog.yaml b/collections-debian-merged/ansible_collections/community/okd/changelogs/changelog.yaml
new file mode 100644
index 00000000..51173e30
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/okd/changelogs/changelog.yaml
@@ -0,0 +1,70 @@
+ancestor: null
+releases:
+ 0.1.0:
+ changes:
+ major_changes:
+ - Add custom k8s module, integrate better Molecule tests (https://github.com/ansible-collections/community.okd/pull/7).
+ - Add downstream build scripts to build redhat.openshift (https://github.com/ansible-collections/community.okd/pull/20).
+ - Add openshift connection plugin, update inventory plugin to use it (https://github.com/ansible-collections/community.okd/pull/18).
+ - Initial content migration from community.kubernetes (https://github.com/ansible-collections/community.okd/pull/3).
+ minor_changes:
+ - Add incluster Makefile target for CI (https://github.com/ansible-collections/community.okd/pull/13).
+ - Add tests for inventory plugin (https://github.com/ansible-collections/community.okd/pull/16).
+ - CI Documentation for working with Prow (https://github.com/ansible-collections/community.okd/pull/15).
+ - Docker container can run as an arbitrary user (https://github.com/ansible-collections/community.okd/pull/12).
+ - Dockerfile now is properly set up to run tests in a rootless container (https://github.com/ansible-collections/community.okd/pull/11).
+ - Integrate stale bot for issue queue maintenance (https://github.com/ansible-collections/community.okd/pull/14).
+ fragments:
+ - 1-initial-content.yml
+ - 11-dockerfile-tests.yml
+ - 12-dockerfile-tests.yml
+ - 13-makefile-tests.yml
+ - 15-ci-documentation.yml
+ - 16-inventory-plugin-tests.yml
+ - 18-openshift-connection-plugin.yml
+ - 20-downstream-build-scripts.yml
+ - 7-molecule-tests.yml
+ - 8-stale-bot.yml
+ release_date: '2020-09-04'
+ 0.2.0:
+ changes:
+ major_changes:
+ - openshift_auth - new module (migrated from k8s_auth in community.kubernetes)
+ (https://github.com/ansible-collections/community.okd/pull/33).
+ minor_changes:
+ - Add a contribution guide (https://github.com/ansible-collections/community.okd/pull/37).
+ - Use the API Group APIVersion for the `Route` object (https://github.com/ansible-collections/community.okd/pull/27).
+ fragments:
+ - 27-route-api-group.yml
+ - 33-add-k8s_auth.yml
+ - 36-contribution-guide.yml
+ modules:
+ - description: Authenticate to OpenShift clusters which require an explicit login
+ step
+ 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'
+ 1.0.0:
+ changes:
+ minor_changes:
+ - Released version 1 to Automation Hub as redhat.openshift (https://github.com/ansible-collections/community.okd/issues/51).
+ fragments:
+ - 51-redhat-openshift-ah-release.yml
+ release_date: '2020-11-12'
diff --git a/collections-debian-merged/ansible_collections/community/okd/changelogs/config.yaml b/collections-debian-merged/ansible_collections/community/okd/changelogs/config.yaml
new file mode 100644
index 00000000..b661a632
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/okd/changelogs/config.yaml
@@ -0,0 +1,30 @@
+---
+changelog_filename_template: ../CHANGELOG.rst
+changelog_filename_version_depth: 0
+changes_file: changelog.yaml
+changes_format: combined
+keep_fragments: true
+mention_ancestor: true
+new_plugins_after_name: removed_features
+notesdir: fragments
+prelude_section_name: release_summary
+prelude_section_title: Release Summary
+sections:
+- - major_changes
+ - Major Changes
+- - minor_changes
+ - Minor Changes
+- - breaking_changes
+ - Breaking Changes / Porting Guide
+- - deprecated_features
+ - Deprecated Features
+- - removed_features
+ - Removed Features (previously deprecated)
+- - security_fixes
+ - Security Fixes
+- - bugfixes
+ - Bugfixes
+- - known_issues
+ - Known Issues
+title: OKD Collection
+trivial_section_name: trivial
diff --git a/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/1-initial-content.yml b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/1-initial-content.yml
new file mode 100644
index 00000000..5343685e
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/1-initial-content.yml
@@ -0,0 +1,3 @@
+---
+major_changes:
+ - Initial content migration from community.kubernetes (https://github.com/ansible-collections/community.okd/pull/3).
diff --git a/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/11-dockerfile-tests.yml b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/11-dockerfile-tests.yml
new file mode 100644
index 00000000..c7107c98
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/11-dockerfile-tests.yml
@@ -0,0 +1,3 @@
+---
+minor_changes:
+ - Dockerfile now is properly set up to run tests in a rootless container (https://github.com/ansible-collections/community.okd/pull/11).
diff --git a/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/12-dockerfile-tests.yml b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/12-dockerfile-tests.yml
new file mode 100644
index 00000000..4dff8dfb
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/12-dockerfile-tests.yml
@@ -0,0 +1,3 @@
+---
+minor_changes:
+ - Docker container can run as an arbitrary user (https://github.com/ansible-collections/community.okd/pull/12).
diff --git a/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/13-makefile-tests.yml b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/13-makefile-tests.yml
new file mode 100644
index 00000000..23335316
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/13-makefile-tests.yml
@@ -0,0 +1,3 @@
+---
+minor_changes:
+ - Add incluster Makefile target for CI (https://github.com/ansible-collections/community.okd/pull/13).
diff --git a/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/15-ci-documentation.yml b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/15-ci-documentation.yml
new file mode 100644
index 00000000..6e9c46ff
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/15-ci-documentation.yml
@@ -0,0 +1,3 @@
+---
+minor_changes:
+ - CI Documentation for working with Prow (https://github.com/ansible-collections/community.okd/pull/15).
diff --git a/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/16-inventory-plugin-tests.yml b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/16-inventory-plugin-tests.yml
new file mode 100644
index 00000000..ed0f828e
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/16-inventory-plugin-tests.yml
@@ -0,0 +1,3 @@
+---
+minor_changes:
+ - Add tests for inventory plugin (https://github.com/ansible-collections/community.okd/pull/16).
diff --git a/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/18-openshift-connection-plugin.yml b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/18-openshift-connection-plugin.yml
new file mode 100644
index 00000000..010dfb0c
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/18-openshift-connection-plugin.yml
@@ -0,0 +1,3 @@
+---
+major_changes:
+ - Add openshift connection plugin, update inventory plugin to use it (https://github.com/ansible-collections/community.okd/pull/18).
diff --git a/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/20-downstream-build-scripts.yml b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/20-downstream-build-scripts.yml
new file mode 100644
index 00000000..64007b7f
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/20-downstream-build-scripts.yml
@@ -0,0 +1,3 @@
+---
+major_changes:
+ - Add downstream build scripts to build redhat.openshift (https://github.com/ansible-collections/community.okd/pull/20).
diff --git a/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/27-route-api-group.yml b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/27-route-api-group.yml
new file mode 100644
index 00000000..540cff3e
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/27-route-api-group.yml
@@ -0,0 +1,3 @@
+---
+minor_changes:
+ - Use the API Group APIVersion for the `Route` object (https://github.com/ansible-collections/community.okd/pull/27).
diff --git a/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/33-add-k8s_auth.yml b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/33-add-k8s_auth.yml
new file mode 100644
index 00000000..ea9c17af
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/33-add-k8s_auth.yml
@@ -0,0 +1,3 @@
+---
+major_changes:
+ - openshift_auth - new module (migrated from k8s_auth in community.kubernetes) (https://github.com/ansible-collections/community.okd/pull/33).
diff --git a/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/36-contribution-guide.yml b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/36-contribution-guide.yml
new file mode 100644
index 00000000..d5365819
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/36-contribution-guide.yml
@@ -0,0 +1,3 @@
+---
+minor_changes:
+ - Add a contribution guide (https://github.com/ansible-collections/community.okd/pull/37).
diff --git a/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/40-openshift_route.yml b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/40-openshift_route.yml
new file mode 100644
index 00000000..1b4ab370
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/40-openshift_route.yml
@@ -0,0 +1,3 @@
+---
+major_changes:
+ - Add openshift_route module for creating routes from services (https://github.com/ansible-collections/community.okd/pull/40).
diff --git a/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/44-openshift_process.yml b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/44-openshift_process.yml
new file mode 100644
index 00000000..059f6e4c
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/44-openshift_process.yml
@@ -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).
diff --git a/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/51-redhat-openshift-ah-release.yml b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/51-redhat-openshift-ah-release.yml
new file mode 100644
index 00000000..08ce61a1
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/51-redhat-openshift-ah-release.yml
@@ -0,0 +1,3 @@
+---
+minor_changes:
+ - Released version 1 to Automation Hub as redhat.openshift (https://github.com/ansible-collections/community.okd/issues/51).
diff --git a/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/7-molecule-tests.yml b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/7-molecule-tests.yml
new file mode 100644
index 00000000..3f884c6e
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/7-molecule-tests.yml
@@ -0,0 +1,3 @@
+---
+major_changes:
+ - Add custom k8s module, integrate better Molecule tests (https://github.com/ansible-collections/community.okd/pull/7).
diff --git a/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/8-stale-bot.yml b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/8-stale-bot.yml
new file mode 100644
index 00000000..c20ae11e
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/community/okd/changelogs/fragments/8-stale-bot.yml
@@ -0,0 +1,3 @@
+---
+minor_changes:
+ - Integrate stale bot for issue queue maintenance (https://github.com/ansible-collections/community.okd/pull/14).