Skip to content

Commit

Permalink
Update module go.mongodb.org/mongo-driver to v1.17.0 (#449)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and ssyno authored Sep 18, 2024
1 parent 97eb8d2 commit b9a1ad2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nancy-ignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# pkg:golang/k8s.io/[email protected]
CVE-2020-8561 until=2024-09-01
CVE-2020-8561 until=2024-12-01
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# generated by giantswarm/github actions - changes will be overwritten
* @giantswarm/team-bigmac
* @giantswarm/team-shield
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
2 changes: 1 addition & 1 deletion helm/organization-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b9a1ad2

Please sign in to comment.