Skip to content

Latest commit

 

History

History
282 lines (185 loc) · 8.84 KB

File metadata and controls

282 lines (185 loc) · 8.84 KB

OKD Collection Release Notes

This release drops support for ansible-lint < 25.1.2 and removes deprecated openshift inventory plugin.

This patch updates the k8s dependency version to the 5.x range and modifies tests to handle the manual creation of service account tokens.

This is a bug fix release

  • openshift_auth - fix issue where openshift_auth module sometimes does not delete the auth token. Based on stale PR (openshift/community.okd#194).

In this major release we have removed support for ansible-core<2.15.

  • connection/oc - added support of local enviroment variable that will be used for oc and may be requried for establishing connections ifself (openshift/community.okd#225).
  • inventory/openshift.py - Defer removal of k8s inventory plugin to version 5.0.0 (openshift/community.okd#224).
  • k8s - Support for merge_type=json has been removed in version 4.0.0. Please use kubernetes.core.k8s_json_patch instead (openshift/community.okd#226).

This patch release fixes an issue in building the downstream collection.

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.

  • openshift_adm_groups_sync - initialize OpenshiftGroupSync attributes early to avoid Attribute error (openshift/community.okd#155).
  • openshift_auth - Review the way the discard process is working, add openshift algorithm to convert token to resource object name (openshift/community.okd#176).
  • openshift_adm_prune_builds - Prune old completed and failed builds
  • openshift_build - Start a new build or Cancel running, pending, or new builds.
  • openshift_adm_migrate_template_instances - Update TemplateInstances to point to the latest group-version-kinds
  • openshift_adm_prune_auth - Removes references to the specified roles, clusterroles, users, and groups
  • openshift_adm_prune_deployments - Remove old completed and failed deployment configs
  • openshift_adm_prune_images - Remove unreferenced images
  • openshift_import_image - Import the latest image information from a tag in a container image registry.
  • openshift_registry_info - Display information about the integrated registry.
  • Added documentation for the community.okd collection.
  • openshift - inventory plugin supports FQCN redhat.openshift.
  • openshift_process - Process an OpenShift template.openshift.io/v1 Template
  • openshift_route - Expose a Service as an OpenShift Route.
  • openshift_auth - Authenticate to OpenShift clusters which require an explicit login step