Skip to content

Commit 4510cb1

Browse files
feat: Add the product "opensearch" (#400)
* feat: Add the product "opensearch" * chore: Fix Rustdoc warning * chore: Fix cargo deny warnings * chore: Fix clippy warnings * chore: Format source code * chore: Update the Rust toolchain in the pre-commit action * chore: Update Rust toolchain * chore: Regenerate man page * chore: Regenerate completions * chore: Regenerate stackablectl README * chore: Regenerate docs * chore: Regenerate Cargo.nix * chore: Update Rust version in all GitHub actions * chore: Update the Rust version for cargo-rustfmt in the pre-commit action * chore: Box error sources implicitly
1 parent 974f767 commit 4510cb1

File tree

48 files changed

+4604
-2809
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+4604
-2809
lines changed

.github/workflows/pr_cockpit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- "go.sum"
1616

1717
env:
18-
RUST_VERSION: 1.85.0
18+
RUST_VERSION: 1.87.0
1919
GO_VERSION: '^1.22.5'
2020
CARGO_TERM_COLOR: always
2121
CARGO_INCREMENTAL: "0"

.github/workflows/pr_general.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Pull Request General
44
on: workflow_call
55

66
env:
7-
RUST_VERSION: 1.85.0
7+
RUST_VERSION: 1.87.0
88
GO_VERSION: '^1.22.5'
99
CARGO_TERM_COLOR: always
1010
CARGO_INCREMENTAL: "0"

.github/workflows/pr_pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
CARGO_TERM_COLOR: always
9-
RUST_TOOLCHAIN_VERSION: "nightly-2025-01-15"
9+
RUST_TOOLCHAIN_VERSION: "nightly-2025-05-26"
1010
HADOLINT_VERSION: "v1.17.6"
1111
NIX_VERSION: "2.25.2"
1212

.github/workflows/pr_stackablectl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- "extra/**"
1515

1616
env:
17-
RUST_VERSION: 1.85.0
17+
RUST_VERSION: 1.87.0
1818
GO_VERSION: '^1.22.5'
1919
CARGO_TERM_COLOR: always
2020
CARGO_INCREMENTAL: "0"

.github/workflows/release_stackablectl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- "stackablectl-[0-9]+.[0-9]+.[0-9]+**"
88

99
env:
10-
RUST_VERSION: 1.85.0
10+
RUST_VERSION: 1.87.0
1111
CARGO_TERM_COLOR: always
1212
CARGO_INCREMENTAL: "0"
1313
CARGO_PROFILE_DEV_DEBUG: "0"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ repos:
104104
name: cargo-rustfmt
105105
language: system
106106
# Pinning to a specific rustc version, so that we get consistent formatting
107-
entry: cargo +nightly-2025-01-15 fmt --all -- --check
107+
entry: cargo +nightly-2025-05-26 fmt --all -- --check
108108
stages: [pre-commit]
109109
pass_filenames: false

0 commit comments

Comments
 (0)