Skip to content

Commit 66269d0

Browse files
committed
chore(release): 1.32.2
1 parent 3668b10 commit 66269d0

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
<a id='changelog-1.32.2'></a>
4+
5+
## 1.32.2 — 2024-10-16
6+
7+
### Fixed
8+
9+
- Fixed a regression introduced in ggshield 1.32.1, which made `ggshield install -m global` crash (#972).
10+
311
<a id='changelog-1.32.1'></a>
412

513
## 1.32.1 — 2024-10-01

actions/iac/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ branding:
1414
color: 'blue'
1515
runs:
1616
using: 'docker'
17-
image: 'docker://gitguardian/ggshield:v1.32.1'
17+
image: 'docker://gitguardian/ggshield:v1.32.2'
1818
entrypoint: '/app/docker/actions-iac-entrypoint.sh'
1919
args:
2020
- ${{ inputs.args }}

actions/sca/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ branding:
1414
color: 'blue'
1515
runs:
1616
using: 'docker'
17-
image: 'docker://gitguardian/ggshield:v1.32.1'
17+
image: 'docker://gitguardian/ggshield:v1.32.2'
1818
entrypoint: '/app/docker/actions-sca-entrypoint.sh'
1919
args:
2020
- ${{ inputs.args }}

actions/secret/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ inputs:
1616

1717
runs:
1818
using: 'docker'
19-
image: 'docker://gitguardian/ggshield:v1.32.1'
19+
image: 'docker://gitguardian/ggshield:v1.32.2'
2020
entrypoint: '/app/docker/actions-secret-entrypoint.sh'
2121
args:
2222
- ${{ inputs.args }}

changelog.d/20241010_171735_aurelien.gateau_fix_install_global.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

ggshield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.32.1"
1+
__version__ = "1.32.2"

0 commit comments

Comments
 (0)