Skip to content

Commit 537dbb8

Browse files
committed
chore(release): 1.33.0
1 parent 6b33daa commit 537dbb8

12 files changed

+24
-25
lines changed

CHANGELOG.md

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

3+
<a id='changelog-1.33.0'></a>
4+
5+
## 1.33.0 — 2024-10-29
6+
7+
### Changed
8+
9+
- The `--debug` option now automatically turns on verbose mode.
10+
11+
- The `--use-gitignore` option now also applies to single files passed as argument.
12+
13+
- RPM packages now depend on `git-core` instead of `git`, reducing the number of dependencies to install (#983).
14+
15+
### Fixed
16+
17+
- When using the `--debug` option, the log output no longer overlaps with the progress bars.
18+
19+
- The ggshield pre-commit hook no longer crashes when merging files with spaces in their names (#991).
20+
21+
- RPM packages now work correctly on RHEL 8.8 (#984).
22+
323
<a id='changelog-1.32.2'></a>
424

525
## 1.32.2 — 2024-10-16

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

changelog.d/20240930_104625_aurelien.gateau_ui_refactor.md

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

changelog.d/20241010_171735_aurelien.gateau_fix_install_global.md

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

changelog.d/20241014_131933_aurelien.gateau_use_ui_verbose.md

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

changelog.d/20241022_155052_jonathan.griffe_gitignore_paths.md

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

changelog.d/20241028_113440_jonathan.griffe_fix_precommit_git_merge_filename_with_spaces.md

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

changelog.d/20241028_140533_aurelien.gateau_use_manylinux.md

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

0 commit comments

Comments
 (0)