From 70976e1633515b270d10cd3c199e48e85268d06f Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Thu, 3 Aug 2023 16:35:25 +0000 Subject: [PATCH] chore(release): Publish Images - s3-client@1.0.6 --- s3-client/CHANGELOG.md | 11 +++++++++++ s3-client/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/s3-client/CHANGELOG.md b/s3-client/CHANGELOG.md index 8eb6254f2..01b664cbf 100644 --- a/s3-client/CHANGELOG.md +++ b/s3-client/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.6](https://github.com/SocialGouv/docker/compare/s3-client@1.0.5...s3-client@1.0.6) (2023-08-03) + + +### Bug Fixes + +* **s3:** use env vars ([#1037](https://github.com/SocialGouv/docker/issues/1037)) ([d0e157f](https://github.com/SocialGouv/docker/commit/d0e157fe53e525794364d7e3360193295b6ba650)) + + + + + ## [1.0.5](https://github.com/SocialGouv/docker/compare/s3-client@1.0.4...s3-client@1.0.5) (2023-08-02) diff --git a/s3-client/package.json b/s3-client/package.json index 5ca63b7f5..d70fbe77b 100644 --- a/s3-client/package.json +++ b/s3-client/package.json @@ -1,6 +1,6 @@ { "name": "s3-client", - "version": "1.0.5", + "version": "1.0.6", "packageManager": "yarn@3.5.1", "scripts": { "build": "docker build -t ${SG_DOCKER_IMAGE:-'socialgouv_docker_psql'} .",