elastic / apm-k8s-attacher

Elastic APM Attacher for Kubernetes
https://www.elastic.co/guide/en/apm/attacher/current/apm-attacher.html
Apache License 2.0
7 stars 12 forks source link

release v0.5.0; ensure "latest" Docker tag is pushed; use versioned Docker tag in the Chart #96

Closed trentm closed 10 months ago

trentm commented 10 months ago

Fixes: https://github.com/elastic/apm-k8s-attacher/issues/42 Fixes: https://github.com/elastic/apm-k8s-attacher/issues/95

trentm commented 10 months ago

Tagged. Release CI run: https://github.com/elastic/apm-k8s-attacher/actions/runs/7532271129

trentm commented 10 months ago

The v0.5.0 and latest docker tags are the same image:

% docker pull docker.elastic.co/observability/apm-attacher:v0.5.0
v0.5.0: Pulling from observability/apm-attacher
661ff4d9561e: Already exists
fbafe6599ec7: Pull complete
2f9716fad2d8: Pull complete
a9116d0b4538: Pull complete
Digest: sha256:72a62ef042c11bf9a7c7853fc4353159019aedb49880992f962ce3c3d2e140c2
Status: Downloaded newer image for docker.elastic.co/observability/apm-attacher:v0.5.0
docker.elastic.co/observability/apm-attacher:v0.5.0

% docker pull docker.elastic.co/observability/apm-attacher:latest
latest: Pulling from observability/apm-attacher
Digest: sha256:72a62ef042c11bf9a7c7853fc4353159019aedb49880992f962ce3c3d2e140c2
Status: Downloaded newer image for docker.elastic.co/observability/apm-attacher:latest
docker.elastic.co/observability/apm-attacher:latest
trentm commented 10 months ago

Helm caches have updated:

% helm search repo elastic/apm-attacher
NAME                    CHART VERSION   APP VERSION DESCRIPTION
elastic/apm-attacher    0.5.0                       A Helm chart installing the Elastic APM Kuberne...