Skip to content

v1.1.1

Choose a tag to compare

@sk9-devops sk9-devops released this 10 Aug 19:00
· 8 commits to main since this release
a23f983

v1.1.1

This patch release locks in the install-documentation polish, release-reference alignment, Google crawling metadata, and prioritized dependency updates that landed after v1.1.0.

Highlights

  • Clarified global scoped and namespace scoped installation guidance in the README.
  • Added Helm command examples for operator installation and scheduled Maintenance resource creation.
  • Updated pinned install, GitOps, issue-template, generated manifest, and publishing workflow references for v1.1.1.
  • Replaced the basic fixed-response HTML samples with a polished ALB-safe maintenance page.
  • Added GitHub Pages crawling metadata with docs/robots.txt, docs/sitemap.xml, canonical URL metadata, and social preview metadata.

Security

  • Includes prioritized Dependabot updates already merged through PR #26: OpenTelemetry, Kubernetes/controller-runtime dependencies, and GitHub Actions.

Fixed

  • Clarified that operator watch scope belongs in deployment configuration, not in the Maintenance custom resource spec.
  • Ensured the generated install manifest and kustomize source manifests consistently point to the v1.1.1 image and operator version.

Upgrading from v1.1.0

No breaking API changes are included.

Pinned global scoped install:

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

Pinned namespace scoped install:

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

Container image:

ghcr.io/k8s-operators-devops/app-maintenance-operator:v1.1.1

Operational Notes

  • The release tag points to the protected main commit validated by required checks.
  • The tag-triggered image publishing workflow builds the linux/amd64 and linux/arm64 image.
  • Google Search Console sitemap processing can lag even when the public sitemap endpoint returns 200 application/xml.

Full Changelog: v1.1.0...v1.1.1