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

chore(release): 5.0.0 [skip ci]

# [5.0.0](https://gitlab.com/to-be-continuous/s3/compare/4.1.1...5.0.0) (2023-04-05)

### Features

* **deploy:** redesign deployment strategy ([320f7bcd](https://gitlab.com/to-be-continuous/s3/commit/320f7bcd3af0a9307c902daa5ca0104cd90a557d))

### BREAKING CHANGES

* **deploy:** $AUTODEPLOY_TO_PROD no longer supported (replaced by $S3_PROD_DEPLOY_STRATEGY - see doc)
parent 322ba889
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [5.0.0](https://gitlab.com/to-be-continuous/s3/compare/4.1.1...5.0.0) (2023-04-05)


### Features

* **deploy:** redesign deployment strategy ([320f7bc](https://gitlab.com/to-be-continuous/s3/commit/320f7bcd3af0a9307c902daa5ca0104cd90a557d))


### BREAKING CHANGES

* **deploy:** $AUTODEPLOY_TO_PROD no longer supported (replaced by $S3_PROD_DEPLOY_STRATEGY - see doc)

## [4.1.1](https://gitlab.com/to-be-continuous/s3/compare/4.1.0...4.1.1) (2023-01-27)


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

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

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