Skip to content

Commit

Permalink
chore(deps): update cft/developer-tools docker tag to v1.16 (terrafor…
Browse files Browse the repository at this point in the history
…m-google-modules#107)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
2 people authored and jelinek-wgs committed Jun 13, 2024
1 parent 17846c1 commit 7f7a51c
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Make will use bash instead of sh
SHELL := /usr/bin/env bash

DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.10
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.16
DOCKER_IMAGE_DEVELOPER_TOOLS := cft/developer-tools
REGISTRY_URL := gcr.io/cloud-foundation-cicd

Expand Down
4 changes: 2 additions & 2 deletions build/int.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ steps:
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do destroy']
- id: create-oidc
waitFor:
- prepare
- destroy
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
args: ['/bin/bash', '-c', 'cd test/integration && RUN_STAGE=init go test -v -run TestOIDCSimple ./... -p 1']
- id: converge-oidc
Expand All @@ -58,4 +58,4 @@ tags:
- 'integration'
substitutions:
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.10'
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.16'
2 changes: 1 addition & 1 deletion build/lint.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ tags:
- 'lint'
substitutions:
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.10'
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.16'
2 changes: 1 addition & 1 deletion examples/gh-org-runner-mig-native-simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ $ terraform apply
| mig\_name | The name of the MIG |
| service\_account | Service account email for GCE |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
2 changes: 1 addition & 1 deletion examples/gh-runner-gke-dind/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ $ kustomize build . | kubectl apply -f -
| location | Cluster location |
| service\_account | The default service account used for running nodes. |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
2 changes: 1 addition & 1 deletion examples/gh-runner-gke-simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ $ kustomize build . | kubectl apply -f -
| service\_account | The default service account used for running nodes. |
| subnet\_name | Name of VPC |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
2 changes: 1 addition & 1 deletion examples/gh-runner-mig-container-vm-dind/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ $ terraform apply
| mig\_instance\_group | The instance group url of the created MIG |
| mig\_name | The name of the MIG |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
2 changes: 1 addition & 1 deletion examples/gh-runner-mig-container-vm-simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ $ terraform apply
| mig\_name | The name of the MIG |
| service\_account | Service account email for GCE |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
2 changes: 1 addition & 1 deletion examples/gh-runner-mig-native-packer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ $ terraform apply
| mig\_name | The name of the MIG |
| service\_account | Service account email for GCE |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
2 changes: 1 addition & 1 deletion examples/gh-runner-mig-native-simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ $ terraform apply
| mig\_name | The name of the MIG |
| service\_account | Service account email for GCE |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
2 changes: 1 addition & 1 deletion examples/oidc-simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ This example showcases how to configure [Workload Identity Federation](https://c
| provider\_name | Provider name |
| sa\_email | Example SA email |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
2 changes: 1 addition & 1 deletion modules/gh-oidc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
| pool\_name | Pool name |
| provider\_name | Provider name |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion modules/gh-runner-gke/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This example shows how to deploy a simple GKE Self Hosted Runner.
| service\_account | The default service account used for running nodes. |
| subnet\_name | Name of VPC |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion modules/gh-runner-mig-container-vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This example shows how to deploy a Self Hosted Runner on MIG Container VMs.
| service\_account | Service account email for GCE |
| subnet\_name | Name of VPC |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion modules/gh-runner-mig-vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This example shows how to deploy a MIG Self Hosted Runner with an image pre-bake
| service\_account | Service account email for GCE |
| subnet\_name | Name of VPC |

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

## Requirements

Expand Down

0 comments on commit 7f7a51c

Please sign in to comment.