Skip to content

Commit 7a0ef47

Browse files
chore(release): 1.38.0
1 parent 11cf9c6 commit 7a0ef47

8 files changed

+24
-17
lines changed

CHANGELOG.md

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

3+
<a id='changelog-1.38.0'></a>
4+
5+
## 1.38.0 — 2025-03-27
6+
7+
### Removed
8+
9+
- Removed support for python 3.8.
10+
11+
### Added
12+
13+
- ggshield now uses the system certificates instead of the bundled ones. Note that this only works with Python >= 3.10 (#1067).
14+
15+
### Changed
16+
17+
- Pre-receive hook isn't blocking anymore when GitGuardian server is temporarily unavailable (return 5xx status code).
18+
19+
### Fixed
20+
21+
- Files with emojis in their name are now handled properly.
22+
23+
- Fix ggshield crashing on Windows when doing big merges (#1032).
24+
325
<a id='changelog-1.37.0'></a>
426

527
## 1.37.0 — 2025-03-03

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

changelog.d/20250303_151712_severine.bonnechere_dont_block_push_on_server_503.md

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

changelog.d/20250306_155222_severine.bonnechere_scrt_5358_ggshield_error_with_emojis_in_file_name.md

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

changelog.d/20250310_144245_severine.bonnechere_handle_longpaths.md

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

changelog.d/20250319_112122_jonathan.griffe_remove_python_3_9_support.md

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

changelog.d/20250321_152657_aurelien.gateau_support_host_certs.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.37.0"
1+
__version__ = "1.38.0"

0 commit comments

Comments
 (0)