From 3c6931c7b508d91ea2c1de7bf7bdda55afe1d812 Mon Sep 17 00:00:00 2001 From: Spyros Synodinos <138458697+ssyno@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:41:57 +0300 Subject: [PATCH] Change ownership to Team Shield (#361) --- CHANGELOG.md | 4 ++++ CODEOWNERS | 2 +- helm/athena/Chart.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd209b4..6264e2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Changed ownership to Team Shield + ## [1.12.4] - 2024-08-13 ### Added diff --git a/CODEOWNERS b/CODEOWNERS index 7bce3f9..fbfcf99 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1,2 @@ # generated by giantswarm/github actions - changes will be overwritten -* @giantswarm/team-bigmac +* @giantswarm/team-shield diff --git a/helm/athena/Chart.yaml b/helm/athena/Chart.yaml index a745eff..8319c62 100644 --- a/helm/athena/Chart.yaml +++ b/helm/athena/Chart.yaml @@ -6,7 +6,7 @@ home: https://github.com/giantswarm/athena version: [[ .Version ]] appVersion: [[ .AppVersion ]] annotations: - application.giantswarm.io/team: bigmac + application.giantswarm.io/team: shield application.giantswarm.io/readme: https://raw.githubusercontent.com/giantswarm/athena/v[[ .Version ]]/README.md application.giantswarm.io/values-schema: https://raw.githubusercontent.com/giantswarm/athena/v[[ .Version ]]/helm/athena/values.schema.json config.giantswarm.io/version: 1.x.x