Skip to content

Commit 46fb4a5

Browse files
shahidhkclaudecodedmart
authored
Release ClickHouse v1.1.2 (#47)
* Release ClickHouse v1.1.2 - Pin Docker base image to ubuntu:24.04 to address CVE-2025-68973 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Update cargo audit --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Brandon Martin <brandon@codedmart.com>
1 parent deb662e commit 46fb4a5

File tree

6 files changed

+449
-534
lines changed

6 files changed

+449
-534
lines changed

.cargo/audit.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[advisories]
2+
ignore = ["RUSTSEC-2025-0134"]
3+
4+
[output]
5+
quiet = true

.github/workflows/deploy-stage.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,18 @@ jobs:
4545
uses: docker/build-push-action@v5
4646
with:
4747
context: .
48+
load: true
4849
push: ${{ startsWith(github.ref, 'refs/tags/v') }}
4950
tags: ${{ steps.meta.outputs.tags }}
5051
labels: ${{ steps.meta.outputs.labels }}
52+
- name: Run Trivy vulnerability scanner
53+
uses: aquasecurity/trivy-action@0.32.0
54+
with:
55+
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
56+
format: json
57+
output: trivy-results.json
58+
severity: CRITICAL,HIGH
59+
scanners: vuln
5160

5261
build-cli-binaries:
5362
name: build the CLI binaries

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.2] - 2026-01-22
11+
- Pin Docker base image to ubuntu:24.04 to address CVE-2025-68973
12+
1013
## [1.1.1] - 2025-08-25
1114
- Improve error reporting of malformed column data types in configuration and introspection
1215

0 commit comments

Comments
 (0)