Skip to content

Commit 12d4cbd

Browse files
author
Garance Gourdel
committed
chore(release): 1.30.1
1 parent 988137a commit 12d4cbd

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

CHANGELOG.md

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

3-
<a id='changelog-1.30.0'></a>
3+
<a id='changelog-1.30.1'></a>
44

5-
## 1.30.0 — 2024-07-30
5+
## 1.30.1 — 2024-07-30
66

77
### Added
88

@@ -14,6 +14,12 @@
1414

1515
- ggshield now has the ability to display custom remediation messages on pre-commit, pre-push and pre-receive. These messages are defined in the platform and fetched from the `/metadata` endpoint of the API. If no messages are set up on the platform, default remediation messages will be displayed as before.
1616

17+
<a id='changelog-1.30.0'></a>
18+
19+
## 1.30.0 — 2024-07-30
20+
21+
Yanked: release process issue.
22+
1723
<a id='changelog-1.29.0'></a>
1824

1925
## 1.29.0 — 2024-06-25

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.30.0'
17+
image: 'docker://gitguardian/ggshield:v1.30.1'
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.30.0'
17+
image: 'docker://gitguardian/ggshield:v1.30.1'
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.30.0'
19+
image: 'docker://gitguardian/ggshield:v1.30.1'
2020
entrypoint: '/app/docker/actions-secret-entrypoint.sh'
2121
args:
2222
- ${{ inputs.args }}

ggshield/__init__.py

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

0 commit comments

Comments
 (0)