Skip to content

v1.2.1

Choose a tag to compare

@sk9-devops sk9-devops released this 14 Aug 17:53
· 3 commits to main since this release
88c9ff3

v1.2.1

This patch release keeps the public install and documentation experience aligned after the v1.2.0 release. It does not rewrite or replace v1.2.0; it gives the merged documentation and release-reference cleanup its own clean release marker.

Changed

  • Updated active install references from v1.2.0 to v1.2.1 across README, docs site, generated install manifest, Kustomize config, GitOps examples, issue template, and image publishing workflow default.
  • Clarified ALB IngressGroup and direct Ingress-name targeting language across repository documentation.
  • Clarified planned Helm examples so users do not mistake them for a currently published chart.
  • Extended hack/bump-release.ps1 so future release bumps update the full active release surface more consistently.

Fixed

  • Removed stale release wording, Kubebuilder placeholder comments, and an outdated ServiceMonitor patch reference from documentation and configuration.

Install

Pinned cluster-scoped install:

kubectl apply -f https://raw.githubusercontent.com/k8s-operators-devops/app-maintenance-operator/v1.2.1/deploy/install.yaml

Pinned namespace-scoped install:

kubectl apply -k https://github.com/k8s-operators-devops/app-maintenance-operator/config/namespaced?ref=v1.2.1

Operational Notes

  • The release image tag is ghcr.io/k8s-operators-devops/app-maintenance-operator:v1.2.1.
  • No API-breaking changes are included.
  • Dependabot changes are not included in this patch release.
  • v1.2.0 remains immutable and available as its original release/tag.

Full Changelog: v1.2.0...v1.2.1