Skip to content

Commit

Permalink
Bump cloud-sql-connectors/cloud-sql-proxy from 2.10.0-alpine to 2.10.…
Browse files Browse the repository at this point in the history
…1-alpine (#1040)

* Bump cloud-sql-connectors/cloud-sql-proxy

Bumps [cloud-sql-connectors/cloud-sql-proxy](https://github.com/GoogleCloudPlatform/cloud-sql-proxy) from 2.10.0-alpine to 2.10.1-alpine.
- [Release notes](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/cloud-sql-proxy@v2.10.0...v2.10.1)

---
updated-dependencies:
- dependency-name: cloud-sql-connectors/cloud-sql-proxy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .ko.yaml

Signed-off-by: Bob Callaway <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Bob Callaway <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bob Callaway <[email protected]>
  • Loading branch information
dependabot[bot] and bobcallaway authored Mar 21, 2024
1 parent 188e05a commit dc6b945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ko.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
defaultBaseImage: gcr.io/distroless/static-debian12:nonroot
baseImageOverrides:
github.com/sigstore/scaffolding/cmd/cloudsqlproxy: gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.10.0-alpine
github.com/sigstore/scaffolding/cmd/cloudsqlproxy: gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.10.1-alpine

builds:
- id: ctlog-createctconfig
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# !!!!!!!!!!!!!!
#
# If dependabot proposes an update to the container listed below, you should also update the value listed in '.ko.yaml' and cut a new release of scaffolding
FROM gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.10.0-alpine as cloud-sql-proxy
FROM gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.10.1-alpine as cloud-sql-proxy
ENV FOO=BAR

0 comments on commit dc6b945

Please sign in to comment.