Skip to content

Commit f842edc

Browse files
committed
chore(release): 1.29.0
1 parent f58c2da commit f842edc

13 files changed

Lines changed: 41 additions & 103 deletions

CHANGELOG.md

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,46 @@
11
# Changelog
22

3+
<a id='changelog-1.29.0'></a>
4+
5+
## 1.29.0 — 2024-06-25
6+
7+
### Removed
8+
9+
- The `--all` option of the `ggshield sca scan ci` and `ggshield iac scan ci` commands has been removed.
10+
11+
### Added
12+
13+
- `ggshield secret scan path` now provides a `--use-gitignore` option to honor `.gitignore` and related files (#801).
14+
15+
- A new secret scan command, `ggshield secret scan changes`, has been added to scan changes between the current state of a repository checkout and its default branch.
16+
17+
- GGShield is now available as a standalone executable on Windows.
18+
19+
### Changed
20+
21+
- The behavior of the `ggshield sca scan ci` and `ggshield iac scan ci` commands have changed. These commands are now expected to run in merge-request CI pipelines only, and will compute the diff exactly associated with the merge request.
22+
23+
### Deprecated
24+
25+
- Running `ggshield sca scan ci` or `ggshield iac scan ci` outside of a merge request CI pipeline is now deprecated.
26+
27+
### Fixed
28+
29+
- Errors thrown during `ggshield auth login` flow with an invalid instance URL are handled and the stack trace is no longer displayed on the console.
30+
31+
- Patch symbols at the start of lines are now always displayed, even for single line secrets.
32+
33+
- The `ggshield auth login` command now respects the `--allow-self-signed` flag.
34+
35+
- GGShield now exits with a proper error message instead of crashing when it receives an HTTP response without `Content-Type` header.
36+
337
<a id='changelog-1.28.0'></a>
438

539
## 1.28.0 — 2024-05-29
640

741
### Added
842

9-
- The SCA config `ignored_vulnerabilities` option now supports taking a CVE id as identifier.
43+
- The SCA config `ignored_vulnerabilities` option now supports taking a CVE ID as identifier.
1044

1145
<a id='changelog-1.27.0'></a>
1246

@@ -22,7 +56,7 @@
2256

2357
- We now provide signed .pkg files for macOS.
2458

25-
- Add `This feature is still in beta, its behavior may change in future versions` warning to iac scan all
59+
- Add a `This feature is still in beta, its behavior may change in future versions` warning to `ggshield iac scan all` command.
2660

2761
### Changed
2862

@@ -238,7 +272,7 @@
238272

239273
### Removed
240274

241-
- ggshield now refuses to install on python < 3.8
275+
- ggshield now refuses to install on python < 3.8.
242276

243277
### Added
244278

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

changelog.d/20240515_144740_salome.voltz_scrt_4125_add_an_option_to_make_ggshield_secret_scan_path_honor.md

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

changelog.d/20240520_164203_samuel.guillaume_secret_scan_change.md

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

changelog.d/20240527_155007_salome.voltz_scrt_4543_ggshield_auth_login_flow_errors_are_not_handled_when.md

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

changelog.d/20240604_110454_fnareoh_refacto_censor_lines.md

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

changelog.d/20240604_115221_mathias.millet_sca_1670_refactor_ggshield_scan_ci_commands.md

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

changelog.d/20240606_114213_james.sinclair_auth_login_allow_self_signed.md

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

0 commit comments

Comments
 (0)