From b9a1ad2689d172e9333926bee153cef4d517937f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:39:55 +0300 Subject: [PATCH] Update module go.mongodb.org/mongo-driver to v1.17.0 (#449) * Update module go.mongodb.org/mongo-driver to v1.17.0 * nancy ignore update * ownership change --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Spyros Synodinos --- .nancy-ignore | 2 +- CHANGELOG.md | 4 ++++ CODEOWNERS | 2 +- go.mod | 2 +- helm/organization-operator/Chart.yaml | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.nancy-ignore b/.nancy-ignore index 4a106a22..7a534b7f 100644 --- a/.nancy-ignore +++ b/.nancy-ignore @@ -1,2 +1,2 @@ # pkg:golang/k8s.io/apiserver@v0.30.1 -CVE-2020-8561 until=2024-09-01 +CVE-2020-8561 until=2024-12-01 diff --git a/CHANGELOG.md b/CHANGELOG.md index 894c77a2..eeb40ab1 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 + +- Ownership change to Shield + ## [2.0.1] - 2024-08-13 ### Changed diff --git a/CODEOWNERS b/CODEOWNERS index 7bce3f97..fbfcf99b 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/go.mod b/go.mod index cbea2cbf..63f2e49e 100644 --- a/go.mod +++ b/go.mod @@ -108,6 +108,6 @@ replace ( github.com/microcosm-cc/bluemonday => github.com/microcosm-cc/bluemonday v1.0.27 github.com/nats-io/nats-server/v2 => github.com/nats-io/nats-server/v2 v2.10.19 github.com/valyala/fasthttp => github.com/valyala/fasthttp v1.55.0 - go.mongodb.org/mongo-driver => go.mongodb.org/mongo-driver v1.16.1 + go.mongodb.org/mongo-driver => go.mongodb.org/mongo-driver v1.17.0 golang.org/x/text => golang.org/x/text v0.14.0 ) diff --git a/helm/organization-operator/Chart.yaml b/helm/organization-operator/Chart.yaml index cbf1e07d..8a9d2367 100644 --- a/helm/organization-operator/Chart.yaml +++ b/helm/organization-operator/Chart.yaml @@ -6,5 +6,5 @@ home: "https://github.com/giantswarm/organization-operator" name: "organization-operator" version: "2.0.1" annotations: - application.giantswarm.io/team: "bigmac" + application.giantswarm.io/team: "shield" config.giantswarm.io/version: 1.x.x