Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update cft/developer-tools docker tag to v1.16 #107

Merged
merged 5 commits into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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