Skip to content

Commit 70049ca

Browse files
authored
fix: Use native CA certificates (#351)
* fix: Use native CA certificates * chore(stackablectl): update changelog * chore: set pre-release version This is not usually done at this stage, but we want to produce a pre-release for testing, and it should not show the stable version. * chore: Set PR number in the Changelog
1 parent 31cc9dd commit 70049ca

File tree

6 files changed

+22
-9
lines changed

6 files changed

+22
-9
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ phf = "0.11"
3838
phf_codegen = "0.11"
3939
rand = "0.8"
4040
regex = "1.10"
41-
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
41+
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls-native-roots"] }
4242
rstest = "0.22"
4343
semver = { version = "1.0", features = ["serde"] }
4444
serde = { version = "1.0", features = ["derive"] }

extra/man/stackablectl.1

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/stackablectl/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Fixes
8+
9+
- Use `rustls-native-certs` so that `stackablectl` can be used in environments with internal PKI ([#351]).
10+
11+
[#351]: https://github.com/stackabletech/stackable-cockpit/pull/351
12+
713
## [24.11.3] - 2025-01-27
814

915
### Added

rust/stackablectl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "stackablectl"
33
description = "Command line tool to interact with the Stackable Data Platform"
44
# See <project-root>/Cargo.toml
5-
version = "24.11.3"
5+
version = "24.11.4-native-certs"
66
authors.workspace = true
77
license.workspace = true
88
edition.workspace = true

0 commit comments

Comments
 (0)