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

chore(release): 7.0.0 [skip ci]

# [7.0.0](https://gitlab.com/to-be-continuous/s3/compare/6.0.0...7.0.0) (2023-09-26)

* feat!: support environment auto-stop ([80fc31b2](https://gitlab.com/to-be-continuous/s3/commit/80fc31b29d1097162628037f802a67537cc0787a))

### BREAKING CHANGES

* now review environments will auto stop after 4 hours
by default. Configurable (see doc).
parent 752547e1
Loading
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
# [7.0.0](https://gitlab.com/to-be-continuous/s3/compare/6.0.0...7.0.0) (2023-09-26)


* feat!: support environment auto-stop ([80fc31b](https://gitlab.com/to-be-continuous/s3/commit/80fc31b29d1097162628037f802a67537cc0787a))


### BREAKING CHANGES

* now review environments will auto stop after 4 hours
by default. Configurable (see doc).

# [6.0.0](https://gitlab.com/to-be-continuous/s3/compare/5.2.0...6.0.0) (2023-08-28)


+3 −3
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/s3'
    ref: '6.0.0'
    ref: '7.0.0'
    file: '/templates/gitlab-ci-s3.yml'
```

@@ -311,11 +311,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/s3'
    ref: '6.0.0'
    ref: '7.0.0'
    file: '/templates/gitlab-ci-s3.yml'
  # Vault variant
  - project: 'to-be-continuous/s3'
    ref: '6.0.0'
    ref: '7.0.0'
    file: '/templates/gitlab-ci-s3-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ variables:
.s3-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "s3", "6.0.0" ]
      command: ["--service", "s3", "7.0.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -468,7 +468,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "s3", "6.0.0" ]
      command: ["--service", "s3", "7.0.0" ]
  before_script:
    - *s3-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"