Skip to content

Commit e4f4582

Browse files
committed
chore(release): 1.43.0
1 parent 998953f commit e4f4582

6 files changed

+14
-128
lines changed

CHANGELOG.md

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

3+
<a id='changelog-1.43.0'></a>
4+
5+
## 1.43.0 — 2025-08-27
6+
7+
### Fixed
8+
9+
- Fixed PyInstaller deprecation warning when running PyInstaller-based ggshield.
10+
11+
- Scanning git repositories can no longer fail with git "dubious ownership" errors.
12+
13+
- Extended the range of API error status codes supported by ggshield so the UI correctly displays them.
14+
315
<a id='changelog-1.42.0'></a>
416

517
## 1.42.0 — 2025-07-29

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

changelog.d/20250819_142137_salome.voltz_scrt_5808_pyinstaller_deprecation_warning.md

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

changelog.d/20250820_163548_salome.voltz_scrt_5812_investigate_ggshield_running_into_an_ownership_issue_in_git.md

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

changelog.d/20250826_171614_salome.voltz_scrt_5812_investigate_ggshield_running_into_an_ownership_issue_in_git.md

Lines changed: 0 additions & 42 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.42.0"
1+
__version__ = "1.43.0"

0 commit comments

Comments
 (0)