Skip to content

Commit

Permalink
chore(deps): update cft/developer-tools docker tag to v1.23.3 (#749)
Browse files Browse the repository at this point in the history
* chore(deps): update cft/developer-tools docker tag to v1.23.3

* Update release-please-config.json

---------

Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
renovate-bot and apeabody authored Dec 23, 2024
1 parent 2a31513 commit 8264a66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@
"package-name": "anthos-bm-gcp-terraform",
"component": "anthos-bm-gcp-terraform",
"bump-minor-pre-major": true,
"changelog-path": "CHANGELOG.md",
"release-as": "0.15.4"
"changelog-path": "CHANGELOG.md"
},
"anthos-attached-clusters": {
"release-type": "terraform-module",
"package-name": "anthos-attached-clusters",
"component": "anthos-attached-clusters",
"bump-minor-pre-major": true,
"changelog-path": "CHANGELOG.md",
"release-as": "0.1.0"
"changelog-path": "CHANGELOG.md"
}
}
}
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SHELL := /usr/bin/env bash

# release images are available at:
# console.cloud.google.com/gcr/images/cloud-foundation-cicd/global/cft/developer-tools?project=cloud-foundation-cicd
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.22.17
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23.3
DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
REGISTRY_URL := gcr.io/cloud-foundation-cicd

Expand Down
2 changes: 1 addition & 1 deletion build/int.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ tags:
- 'integration'
substitutions:
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools-krm'
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.22.17'
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.23.3'
options:
machineType: 'N1_HIGHCPU_8'

0 comments on commit 8264a66

Please sign in to comment.