Hi.
Will there be any further upgrades to the AWX Operator? The last version was released in July 2024 (v2.19.1). I know that updates were temporarily paused due to the transition from SemVer to CalVer, so I’m wondering whether version 2.19.1 will be upgradeable, or if this is the final version of the AWX Operator.
2.19.1 has a problem:
Failed to pull image “gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0”: rpc error: code = NotFound desc = failed to pull and unpack image “gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0”: failed to resolve reference “gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0”: Artifact Registry documentation | Google Cloud Documentation not found
Possible fix:
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Find the latest tag here: https://github.com/ansible/awx-operator/releases
- github.com/ansible/awx-operator/config/default?ref=2.19.1
# Set the image tags to match the git version from above
images:
- name: quay.io/ansible/awx-operator
newTag: 2.19.1
- name: gcr.io/kubebuilder/kube-rbac-proxy 👈👈👈
newName: quay.io/brancz/kube-rbac-proxy 👈👈👈
# Specify a custom namespace in which to install AWX
namespace: awx
Is there any newer version? Version 2.19.1 is almost 2 years old.