Skip to content

Commit 7e327c6

Browse files
committed
fix: Add missing full stops in changelogs
1 parent 8e3e7b5 commit 7e327c6

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

crates/k8s-version/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
88

99
### Changed
1010

11-
- Bump rust-toolchain to 1.79.0 ([#822])
11+
- Bump rust-toolchain to 1.79.0 ([#822]).
1212

1313
[#822]: https://github.com/stackabletech/operator-rs/pull/822
1414

crates/stackable-certs/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
88

99
### Changed
1010

11-
- Bump rust-toolchain to 1.79.0 ([#822])
11+
- Bump rust-toolchain to 1.79.0 ([#822]).
1212

1313
[#822]: https://github.com/stackabletech/operator-rs/pull/822
1414

@@ -34,7 +34,7 @@ All notable changes to this project will be documented in this file.
3434
### Changed
3535

3636
- Implement `PartialEq` for most _Snafu_ Error enums ([#757]).
37-
- Update Rust to 1.77 ([#759])
37+
- Update Rust to 1.77 ([#759]).
3838

3939
[#757]: https://github.com/stackabletech/operator-rs/pull/757
4040
[#759]: https://github.com/stackabletech/operator-rs/pull/759

crates/stackable-operator-derive/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
88

99
### Changed
1010

11-
- Bump rust-toolchain to 1.79.0 ([#822])
11+
- Bump rust-toolchain to 1.79.0 ([#822]).
1212

1313
[#822]: https://github.com/stackabletech/operator-rs/pull/822
1414

@@ -24,7 +24,7 @@ All notable changes to this project will be documented in this file.
2424

2525
### Changed
2626

27-
- Update Rust to 1.77 ([#759])
27+
- Update Rust to 1.77 ([#759]).
2828
- Bump GitHub workflow actions ([#772]).
2929
- Revert `zeroize` version bump ([#772]).
3030

crates/stackable-operator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ All notable changes to this project will be documented in this file.
1919
- [kube#1494](https://github.com/kube-rs/kube/pull/1494)
2020
- [kube#1504](https://github.com/kube-rs/kube/pull/1504)
2121
- Upgrade opentelemetry crates ([#811]).
22-
- Bump rust-toolchain to 1.79.0 ([#822])
22+
- Bump rust-toolchain to 1.79.0 ([#822]).
2323
- BREAKING: Convert `podOverrides` and `affinity` fields to take any arbitrary
2424
YAML input, rather than using the underlying schema. With this change, one of
2525
the larger CRDs, like the Druid CRD went down in size from `2.4MB` to `288K`

crates/stackable-telemetry/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file.
1212
- Use OpenTelemetry Context in Axum instrumentation layer, adjust log and span level, simplify trace config ([#811]).
1313
- tracing: Upgrade opentelemetry crates, simplify trace config, fix shutdown conditions, use new way to shutdown LoggerProvider.
1414
- instrumentation/axum: demote event severity for errors easily caused by clients, replace parent span context if given in http header and link to previous trace contexts.
15-
- Bump rust-toolchain to 1.79.0 ([#822])
15+
- Bump rust-toolchain to 1.79.0 ([#822]).
1616

1717
[#801]: https://github.com/stackabletech/operator-rs/pull/801
1818
[#811]: https://github.com/stackabletech/operator-rs/pull/811

crates/stackable-versioned/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ All notable changes to this project will be documented in this file.
1717
- Change from derive macro to attribute macro to be able to generate code
1818
_in place_ instead of _appending_ new code ([#793]).
1919
- Improve action chain generation ([#784]).
20-
- Bump rust-toolchain to 1.79.0 ([#822])
20+
- Bump rust-toolchain to 1.79.0 ([#822]).
2121

2222
[#784]: https://github.com/stackabletech/operator-rs/pull/784
2323
[#790]: https://github.com/stackabletech/operator-rs/pull/790

crates/stackable-webhook/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.
99
## Changed
1010

1111
- Remove instrumentation of long running functions, add more granular instrumentation of futures. Adjust span and event levels ([#811]).
12-
- Bump rust-toolchain to 1.79.0 ([#822])
12+
- Bump rust-toolchain to 1.79.0 ([#822]).
1313

1414
### Fixed
1515

@@ -58,7 +58,7 @@ All notable changes to this project will be documented in this file.
5858
### Changed
5959

6060
- Implement `PartialEq` for most _Snafu_ Error enums ([#757]).
61-
- Update Rust to 1.77 ([#759])
61+
- Update Rust to 1.77 ([#759]).
6262

6363
[#757]: https://github.com/stackabletech/operator-rs/pull/757
6464
[#759]: https://github.com/stackabletech/operator-rs/pull/759

0 commit comments

Comments
 (0)