Commit 8f41f29c authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.0.1 [skip ci]

parent d6bb6f57
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.0.1](https://gitlab.com/to-be-continuous/aws/compare/1.0.0...1.0.1) (2021-10-17)


### Bug Fixes

* support export functions to fail ([3d8d411](https://gitlab.com/to-be-continuous/aws/commit/3d8d4110bcac354fb387a798805431209aab084d))

# 1.0.0 (2021-10-09)


+2 −2
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/aws'
    ref: '1.0.0'
    ref: '1.0.1'
    file: '/templates/gitlab-ci-aws.yml'
```

@@ -249,7 +249,7 @@ It enables review, staging and production environments.
include:
  # Include AWS template
  - project: 'to-be-continuous/aws'
    ref: '1.0.0'
    ref: '1.0.1'
    file: '/templates/gitlab-ci-aws.yml'
  ...

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

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update aws "1.0.0"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update aws "1.0.1"; fi

  unscope_variables
  eval_all_secrets
@@ -331,7 +331,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
      command: ["--service", "aws", "1.0.0" ]
      command: ["--service", "aws", "1.0.1" ]
  before_script:
    - *aws-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"