Commit 81ae4d95 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent c3c4a398
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
# [4.0.0](https://gitlab.com/to-be-continuous/s3/compare/3.0.0...4.0.0) (2022-12-01)


### Bug Fixes

* document S3_DEPLOY_ARGS variable ([122c090](https://gitlab.com/to-be-continuous/s3/commit/122c09019f3190ec6c0d8221dc69499272fefbec))
* leave stderr logs on loging ([c115bfe](https://gitlab.com/to-be-continuous/s3/commit/c115bfe6ea2ed3d67002f7fb7c1932709d228cbc))
* normalize prefix ([3341dd1](https://gitlab.com/to-be-continuous/s3/commit/3341dd158e67df27ef8f33b5e225bc62c6c3cfa9))


### Features

* change default deploy args (sync instead of put) ([11a7335](https://gitlab.com/to-be-continuous/s3/commit/11a7335351b09aebf1404021c22f56df8d8e7971))
* change default website create args ([e51a9d9](https://gitlab.com/to-be-continuous/s3/commit/e51a9d96fc5426dfe5b854f2958ef28e4f7c16db))
* multi S3 providers support ([6a12e39](https://gitlab.com/to-be-continuous/s3/commit/6a12e394a9bb92cba63b1b39b0df2a62873ca0ee))
* shared bucket support ([255906e](https://gitlab.com/to-be-continuous/s3/commit/255906e0e110091c5ad07511d3b30843e23b005a))


### BREAKING CHANGES

* - S3_ROOT_PATH replaced with S3_PREFIX
- S3_REGION is now required to enable bucket creation

# [3.0.0](https://gitlab.com/to-be-continuous/s3/compare/2.3.0...3.0.0) (2022-08-05)


+3 −3
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/s3'
    ref: '3.0.0'
    ref: '4.0.0'
    file: '/templates/gitlab-ci-s3.yml'
```

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

variables:
+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@ variables:
.s3-base:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "s3", "3.0.0" ]
      command: ["--service", "s3", "4.0.0" ]
    - name: "$CI_REGISTRY/to-be-continuous/tools/vault-secrets-provider:master"
      alias: "vault-secrets-provider"
+1 −1
Original line number Diff line number Diff line
@@ -432,7 +432,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "s3", "3.0.0" ]
      command: ["--service", "s3", "4.0.0" ]
  before_script:
    - *s3-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"