Skip to content

Commit

Permalink
chore(release): 1.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fnareoh committed Jul 30, 2024
1 parent 988137a commit 12d4cbd
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

<a id='changelog-1.30.0'></a>
<a id='changelog-1.30.1'></a>

## 1.30.0 — 2024-07-30
## 1.30.1 — 2024-07-30

### Added

Expand All @@ -14,6 +14,12 @@

- 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.

<a id='changelog-1.30.0'></a>

## 1.30.0 — 2024-07-30

Yanked: release process issue.

<a id='changelog-1.29.0'></a>

## 1.29.0 — 2024-06-25
Expand Down
2 changes: 1 addition & 1 deletion actions/iac/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ branding:
color: 'blue'
runs:
using: 'docker'
image: 'docker://gitguardian/ggshield:v1.30.0'
image: 'docker://gitguardian/ggshield:v1.30.1'
entrypoint: '/app/docker/actions-iac-entrypoint.sh'
args:
- ${{ inputs.args }}
2 changes: 1 addition & 1 deletion actions/sca/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ branding:
color: 'blue'
runs:
using: 'docker'
image: 'docker://gitguardian/ggshield:v1.30.0'
image: 'docker://gitguardian/ggshield:v1.30.1'
entrypoint: '/app/docker/actions-sca-entrypoint.sh'
args:
- ${{ inputs.args }}
2 changes: 1 addition & 1 deletion actions/secret/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:

runs:
using: 'docker'
image: 'docker://gitguardian/ggshield:v1.30.0'
image: 'docker://gitguardian/ggshield:v1.30.1'
entrypoint: '/app/docker/actions-secret-entrypoint.sh'
args:
- ${{ inputs.args }}
2 changes: 1 addition & 1 deletion ggshield/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.30.0"
__version__ = "1.30.1"

0 comments on commit 12d4cbd

Please sign in to comment.