diff --git a/check-cluster-images/CHANGELOG.md b/check-cluster-images/CHANGELOG.md index 2eab81524..4a878e0fb 100644 --- a/check-cluster-images/CHANGELOG.md +++ b/check-cluster-images/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.1.4](https://github.com/SocialGouv/docker/compare/check-cluster-images@1.1.3...check-cluster-images@1.1.4) (2023-08-02) + + +### Bug Fixes + +* **deps:** pin dependencies ([#1024](https://github.com/SocialGouv/docker/issues/1024)) ([ba5be96](https://github.com/SocialGouv/docker/commit/ba5be962e8a81720a662076ab96996e06eac42b9)) + + + + + ## [1.1.3](https://github.com/SocialGouv/docker/compare/check-cluster-images@1.1.2...check-cluster-images@1.1.3) (2023-07-17) diff --git a/check-cluster-images/package.json b/check-cluster-images/package.json index 8e8c0fe98..5897880fb 100644 --- a/check-cluster-images/package.json +++ b/check-cluster-images/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.3", + "version": "1.1.4", "name": "check-cluster-images", "packageManager": "yarn@3.5.1", "scripts": { diff --git a/s3-client/CHANGELOG.md b/s3-client/CHANGELOG.md index fecb82a24..8eb6254f2 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.5](https://github.com/SocialGouv/docker/compare/s3-client@1.0.4...s3-client@1.0.5) (2023-08-02) + + +### Bug Fixes + +* **deps:** pin dependencies ([#1024](https://github.com/SocialGouv/docker/issues/1024)) ([ba5be96](https://github.com/SocialGouv/docker/commit/ba5be962e8a81720a662076ab96996e06eac42b9)) + + + + + ## [1.0.4](https://github.com/SocialGouv/docker/compare/s3-client@1.0.3...s3-client@1.0.4) (2023-08-02) diff --git a/s3-client/package.json b/s3-client/package.json index 4b90f3587..5ca63b7f5 100644 --- a/s3-client/package.json +++ b/s3-client/package.json @@ -1,6 +1,6 @@ { "name": "s3-client", - "version": "1.0.4", + "version": "1.0.5", "packageManager": "yarn@3.5.1", "scripts": { "build": "docker build -t ${SG_DOCKER_IMAGE:-'socialgouv_docker_psql'} .",