Skip to content

Tags: CircleCI-Public/gcp-cli-orb

Tags

v3.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
added macOS support (#89)

* feature: add macos support

* fix: fixing to correct parameter name resource_class

* fix: adding macos with multiple xcodes tested

* fix: specifying multiple executors for macos tests

* fix: testing in multiple macos versions gcp cli 400 and 500

* fix: fixing test invocation for macos

* fix: fixing test alias names for macos

* fix: showing the verson of gcp cli installed

* fix: making sure every image is different

* fix: updating example setup with current orb version

v3.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/fix gcloud in path windows (#86)

* fix: checking if post-steps are indicative of an issue while verifying gcloud version

* fix: checking $PATH and where gcloud is located

* fix: fixing typo

* fix: fixing tests to really check that glcoud is present independently of the interpreter used in windows

* fix: fixing some issues with some reused aliases

* fix: installing glcoud in a directory found by the PATH env var in all CLI

* fix: creating wrapper for gcloud in windows

* fix: fix here doc

* fix: moving heredoc finisher to first line

* fix: fixing gcloud wrapper

* fix: wrapping gcloud

* fix: creating wrapper for all gcloud commands

* fix: wrapping only some gcloud commands

* fix: removing shellcheck warning

* fix: abandonning wrappers and coming back to copying files into available directory in PATH

* fix: making sure that gcloud works from bash and sh

* fix: trying to install properly to stop depending on manual cp commands

* fix: changing install repository if windows

* fix: fixed confusion between windows and no windows for installation directory

* fix: including path.bash.inc into .profile. Hardcoding gcp-cli installation directory

* fix: keeping mktemp to crate temp dir to download gcp-cli files

* fix: use path.inc file in .bashrc for the command to be available to bash

* fix: adding gcp cli bin directory to .profile to fix sh invocation

* fix: adding tests to configure gcloud auth against docker repositories

* fix: fixing route to docker.config file

* fix: testing setup of gcp-cli tool in multiple executors including windows

* fix: specifying executor as a parameter in setup jobs

* fix: updating alias

* fix: referincing alias of job in publish required jobs

* fix: adding tests to push and pull docker images to gcr

* fix: indenting the yaml file correctly

* fix: escaping heredoc start characters

* fix: specifying versions for oidc tests

* fix: removing bash.exe from shell

* fix: specifying version to install-components and oidc tests

* fix: specifying versions in install-components test

* fix: using a random number to prevent concurrent issues with tests interacting with gcr

* fix: removing and organizing some tests

* fix: preparing win tests for docker

* fix: removing windows docker push tests

* fix: removing docker push to gcr from windows

v3.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: add --quiet flag for installing gcloud components (#85)

Co-authored-by: Tadashi Nemoto <tadashi.nemoto0713@gmail.com>

v3.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Windows support (#83)

* Windows support

* Support Windows sort utility

* Additional executors

v3.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: skip installation if installed version is newer (#77)

v3.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: retry download when decompression fails (#75)

v3.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: change installation path (#63)

* fix: change gcloud's installation dir

* refactor: group commands instead of using "&&"

v3.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat!: v3.0.0 - OIDC Support, Install Command Improvements (#61)

Co-authored-by: Eric Ribeiro <ericribeiro@outlook.com.br>

v2.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Bump default Google Cloud SDK to 383.0.0 (#42)

Co-authored-by: Eric Ribeiro <ericribeiro@outlook.com.br>

v2.4.0

View this orb release in the orb registry:

https://circleci.com/orbs/registry/orb/circleci/gcp-cli?version=2.4.0

View this orb release using the CircleCI CLI:

`circleci orb source circleci/gcp-cli@2.4.0`