Commit 61ec77ec authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.4.1 [skip ci]

parent 817245a7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.4.1](https://gitlab.com/to-be-continuous/gcloud/compare/1.4.0...1.4.1) (2021-10-07)


### Bug Fixes

* use master or main for production env ([0f43e16](https://gitlab.com/to-be-continuous/gcloud/commit/0f43e16d0acf7219065c3dab392c9ddfbfe211e3))

## [1.4.0](https://gitlab.com/to-be-continuous/gcloud/compare/1.3.0...1.4.0) (2021-09-03)

### Features
+2 −2
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/gcloud'
    ref: '1.4.0'
    ref: '1.4.1'
    file: '/templates/gitlab-ci-gcloud.yml'
```

@@ -223,7 +223,7 @@ Let's imagine a backend service:
include:
  # Include Google Cloud template
  - project: 'to-be-continuous/gcloud'
    ref: '1.4.0'
    ref: '1.4.1'
    file: '/templates/gitlab-ci-gcloud.yml'
  ...

+2 −2
Original line number Diff line number Diff line
@@ -306,7 +306,7 @@ stages:
    fi
  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update gcloud "1.4.0"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update gcloud "1.4.1"; fi

  # export tool functions (might be used in after_script)
  export -f log_info log_warn log_error assert_defined awkenvsubst
@@ -322,7 +322,7 @@ stages:
  image: $GCP_CLI_IMAGE
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "gcloud", "1.4.0" ]
      command: ["--service", "gcloud", "1.4.1" ]
  before_script:
    - *gcp-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"