Skip to content

Releases: vivantehealth/gcloud-workload-identity-action

v3.2.6

31 Oct 20:01
7903431
Compare
Choose a tag to compare

Use system gcloud by default (#12)

  • use system gcloud by default

this is faster by about 20 seconds per job. this is a breaking change for any job that installs custom gcloud components, which at the moment does not appear to include any repos. this will also mean that the latest gcloud is not always installed if the default github actions runner does not have the latest version

this may be a breaking change when ubuntu/latest starts to refer to 24.04. see actions/runner-images#7101 (comment) and https://github.com/search?q=repo%3Aactions%2Frunner-images%20google-cloud&type=code

  • update readme repo name

What's Changed

Full Changelog: v3.2.5...v3.2.6

v3.2.5

16 Sep 19:26
8f94d47
Compare
Choose a tag to compare

remove only_auth param (#11)

revert optional only_auth param since it is breaking some builds and not as useful as was hoped
bump #patch

What's Changed

Full Changelog: v3.2.4...v3.2.5

v3.2.4

14 Sep 00:10
b9a8c7d
Compare
Choose a tag to compare

Skip gcloud sdk (#10)

fixing conditional for skipping gcloud sdk
#patch

What's Changed

Full Changelog: v3.2.3...v3.2.4

v3.2.3

13 Sep 23:09
a04bf3e
Compare
Choose a tag to compare

trying to fix syntax error

Full Changelog: v3.2.2...v3.2.3

v3.2.2

13 Sep 23:08
872af7a
Compare
Choose a tag to compare

trying to fix syntax error

Full Changelog: v3.2.1...v3.2.2

v3.2.1

13 Sep 22:59
dd01f86
Compare
Choose a tag to compare

fix only_auth input and condition

bump #patch

Full Changelog: v3.2.0...v3.2.1

v3.2.0

11 Sep 22:38
b23c133
Compare
Choose a tag to compare

Allow skipping setup of gcloud SDK, which takes a while and may not be needed for certain processes, like terraform

Full Changelog: v3.1.2...v3.2.0

v3.1.2

03 May 19:43
637ab79
Compare
Choose a tag to compare

Create dependabot.yml (#9)

  • Create dependabot.yml

  • Update action.yml

  • Update publish-action.yml

What's Changed

Full Changelog: v3.1.1...v3.1.2

v3.1.1

25 Apr 14:09
58ded15
Compare
Choose a tag to compare

Merge pull request #8 from vivantehealth/update-dependency

bump #patch

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

23 May 19:51
adb26d9
Compare
Choose a tag to compare

copy auth step outputs

bump #minor

Full Changelog: v3.0.1...v3.1.0