From 0b3377339818ca321721c29d051d1dc5d9d519bb Mon Sep 17 00:00:00 2001 From: Samuel Guillaume Date: Thu, 27 Jul 2023 11:16:47 +0200 Subject: [PATCH] chore(release): 1.17.3 --- CHANGELOG.md | 8 ++++ actions/iac/action.yml | 2 +- actions/secret/action.yml | 2 +- ...1_samuel.guillaume_pin_pyyaml_gte_6_0_1.md | 41 ------------------- ggshield/__init__.py | 2 +- 5 files changed, 11 insertions(+), 44 deletions(-) delete mode 100644 changelog.d/20230727_102601_samuel.guillaume_pin_pyyaml_gte_6_0_1.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b5f0604a8..96964bf241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog + + +## 1.17.3 — 2023-07-27 + +### Fixed + +- Pin PyYAML>=6.0.1 to fix building (see https://github.com/yaml/pyyaml/pull/702) + ## 1.17.2 — 2023-06-28 diff --git a/actions/iac/action.yml b/actions/iac/action.yml index 948ce7739e..45122195a6 100644 --- a/actions/iac/action.yml +++ b/actions/iac/action.yml @@ -21,7 +21,7 @@ branding: color: 'blue' runs: using: 'docker' - image: 'docker://gitguardian/ggshield:v1.17.2' + image: 'docker://gitguardian/ggshield:v1.17.3' entrypoint: '/app/docker/actions-iac-entrypoint.sh' args: - ${{ inputs.args }} diff --git a/actions/secret/action.yml b/actions/secret/action.yml index a132b76402..00fd5a1d42 100644 --- a/actions/secret/action.yml +++ b/actions/secret/action.yml @@ -21,7 +21,7 @@ inputs: runs: using: 'docker' - image: 'docker://gitguardian/ggshield:v1.17.2' + image: 'docker://gitguardian/ggshield:v1.17.3' entrypoint: '/app/docker/actions-secret-entrypoint.sh' args: - ${{ inputs.args }} diff --git a/changelog.d/20230727_102601_samuel.guillaume_pin_pyyaml_gte_6_0_1.md b/changelog.d/20230727_102601_samuel.guillaume_pin_pyyaml_gte_6_0_1.md deleted file mode 100644 index f4773acdab..0000000000 --- a/changelog.d/20230727_102601_samuel.guillaume_pin_pyyaml_gte_6_0_1.md +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - -### Fixed - -- Pin PyYAML>=6.0.1 to fix building (see https://github.com/yaml/pyyaml/pull/702) - - diff --git a/ggshield/__init__.py b/ggshield/__init__.py index 0daeee7b70..66942597d9 100644 --- a/ggshield/__init__.py +++ b/ggshield/__init__.py @@ -1 +1 @@ -__version__ = "1.17.2" +__version__ = "1.17.3"