Skip to content

Commit

Permalink
Prepare kubert v0.21.0 (#212)
Browse files Browse the repository at this point in the history
* ci: Configure release name
* README improvement
  • Loading branch information
olix0r committed Dec 10, 2023
1 parent a487ccd commit e809fb6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-prometheus-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- if: needs.meta.outputs.mode == 'release'
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
with:
name: ${{ needs.meta.outputs.version }}
name: kubert-prometheus-process ${{ needs.meta.outputs.version }}
generate_release_notes: true

crate:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- if: needs.meta.outputs.mode == 'release'
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
with:
name: ${{ needs.meta.outputs.version }}
name: kubert ${{ needs.meta.outputs.version }}
generate_release_notes: true

crate:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# kubert

/ˈkuː.bərt/

Rust Kubernetes runtime helpers. Based on [`kube-rs`][krs].

![kubert](https://user-images.githubusercontent.com/240738/154825590-5a94ca46-a453-4037-a738-26663b2c8630.png)
Expand Down
2 changes: 1 addition & 1 deletion kubert/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kubert"
version = "0.20.0"
version = "0.21.0"
edition = "2021"
license = "Apache-2.0"
description = "Kubernetes runtime helpers. Based on kube-rs."
Expand Down

0 comments on commit e809fb6

Please sign in to comment.