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

chore(release): 7.1.0 [skip ci]

parent ac51e612
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [7.1.0](https://gitlab.com/to-be-continuous/s3/compare/7.0.1...7.1.0) (2023-12-8)


### Features

* use centralized service images (gitlab.com) ([604b602](https://gitlab.com/to-be-continuous/s3/commit/604b602c53c04cdd86b9979a4daca7625dc559ca))

## [7.0.1](https://gitlab.com/to-be-continuous/s3/compare/7.0.0...7.0.1) (2023-10-16)


+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: '7.0.1'
    ref: '7.1.0'
    file: '/templates/gitlab-ci-s3.yml'
```

@@ -311,11 +311,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/s3'
    ref: '7.0.1'
    ref: '7.1.0'
    file: '/templates/gitlab-ci-s3.yml'
  # Vault variant
  - project: 'to-be-continuous/s3'
    ref: '7.0.1'
    ref: '7.1.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", "7.0.1" ]
      command: ["--service", "s3", "7.1.0" ]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -476,7 +476,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "s3", "7.0.1" ]
      command: ["--service", "s3", "7.1.0" ]
  before_script:
    - !reference [.s3-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"