diff options
Diffstat (limited to 'ansible_collections/community/okd/changelogs')
3 files changed, 41 insertions, 108 deletions
diff --git a/ansible_collections/community/okd/changelogs/.plugin-cache.yaml b/ansible_collections/community/okd/changelogs/.plugin-cache.yaml deleted file mode 100644 index 223920534..000000000 --- a/ansible_collections/community/okd/changelogs/.plugin-cache.yaml +++ /dev/null @@ -1,92 +0,0 @@ -objects: {} -plugins: - become: {} - cache: {} - callback: {} - cliconf: {} - connection: - oc: - description: Execute tasks in pods running on OpenShift. - name: oc - version_added: null - httpapi: {} - inventory: - openshift: - description: OpenShift inventory source - name: openshift - version_added: null - lookup: {} - module: - k8s: - description: Manage OpenShift objects - name: k8s - namespace: '' - version_added: null - openshift_adm_groups_sync: - description: Sync OpenShift Groups with records from an external provider. - name: openshift_adm_groups_sync - namespace: '' - version_added: 2.1.0 - openshift_adm_migrate_template_instances: - description: Update TemplateInstances to point to the latest group-version-kinds - name: openshift_adm_migrate_template_instances - namespace: '' - version_added: 2.2.0 - openshift_adm_prune_auth: - description: Removes references to the specified roles, clusterroles, users, - and groups - name: openshift_adm_prune_auth - namespace: '' - version_added: 2.2.0 - openshift_adm_prune_builds: - description: Prune old completed and failed builds - name: openshift_adm_prune_builds - namespace: '' - version_added: 2.3.0 - openshift_adm_prune_deployments: - description: Remove old completed and failed deployment configs - name: openshift_adm_prune_deployments - namespace: '' - version_added: 2.2.0 - openshift_adm_prune_images: - description: Remove unreferenced images - name: openshift_adm_prune_images - namespace: '' - version_added: 2.2.0 - openshift_auth: - description: Authenticate to OpenShift clusters which require an explicit login - step - name: openshift_auth - namespace: '' - version_added: 0.2.0 - openshift_build: - description: Start a new build or Cancel running, pending, or new builds. - name: openshift_build - namespace: '' - version_added: 2.3.0 - openshift_import_image: - description: Import the latest image information from a tag in a container image - registry. - name: openshift_import_image - namespace: '' - version_added: 2.2.0 - openshift_process: - description: Process an OpenShift template.openshift.io/v1 Template - name: openshift_process - namespace: '' - version_added: 0.3.0 - openshift_registry_info: - description: Display information about the integrated registry. - name: openshift_registry_info - namespace: '' - version_added: 2.2.0 - openshift_route: - description: Expose a Service as an OpenShift Route. - name: openshift_route - namespace: '' - version_added: 0.3.0 - netconf: {} - shell: {} - strategy: {} - vars: {} -version: 2.3.0 diff --git a/ansible_collections/community/okd/changelogs/changelog.yaml b/ansible_collections/community/okd/changelogs/changelog.yaml index 12184d712..82cd00add 100644 --- a/ansible_collections/community/okd/changelogs/changelog.yaml +++ b/ansible_collections/community/okd/changelogs/changelog.yaml @@ -199,3 +199,28 @@ releases: name: openshift_build namespace: '' release_date: '2023-02-03' + 3.0.0: + changes: + breaking_changes: + - Bump minimum Python suupported version to 3.9 (https://github.com/openshift/community.okd/pull/202). + - Remove support for ansible-core < 2.14 (https://github.com/openshift/community.okd/pull/202). + deprecated_features: + - openshift - the ``openshift`` inventory plugin has been deprecated and will + be removed in release 4.0.0 (https://github.com/ansible-collections/kubernetes.core/issues/31). + release_summary: This major release drops support for ansible-core versions + lower than 2.14 and Python versions lower than 3.9. It also deprecates ``openshift`` + inventory plugin. + fragments: + - 20230206-deprecate-openshift-inventory.yml + - 20231107-move-sanity-and-units-to-gha.yml + release_date: '2023-11-20' + 3.0.1: + changes: + release_summary: 'This patch release fixes an issue in building the downstream + collection. + + ' + fragments: + - downstream-gitignore.yml + - release_summary.yml + release_date: '2023-11-30' diff --git a/ansible_collections/community/okd/changelogs/config.yaml b/ansible_collections/community/okd/changelogs/config.yaml index 1a31c10ed..4e6bb5e98 100644 --- a/ansible_collections/community/okd/changelogs/config.yaml +++ b/ansible_collections/community/okd/changelogs/config.yaml @@ -10,21 +10,21 @@ 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 + - - 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 |