Skip to content

Commit

Permalink
chore(release): 0.2.1 (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please-nobbs[bot] <131695263+release-please-nobbs[bot]@users.noreply.github.com>
  • Loading branch information
release-please-nobbs[bot] authored Jan 8, 2024
1 parent cc43942 commit 84ed2de
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.2.0"}
{".":"0.2.1"}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.1](https://github.com/nobbs/kubectl-mapr-ticket/compare/v0.2.0...v0.2.1) (2024-01-08)


### Bug Fixes

* add option to sort secrets by number of PVCs using them ([#36](https://github.com/nobbs/kubectl-mapr-ticket/issues/36)) ([cc43942](https://github.com/nobbs/kubectl-mapr-ticket/commit/cc439424f037a503b83a92985dc2cb4b436e9b8c))
* set namespace correctly for `used-by` command ([#33](https://github.com/nobbs/kubectl-mapr-ticket/issues/33)) ([b6163fa](https://github.com/nobbs/kubectl-mapr-ticket/commit/b6163fa064c274078ed4e171e0fa369191ed69c0)), closes [#31](https://github.com/nobbs/kubectl-mapr-ticket/issues/31)


### Documentation

* add shell completion instructions ([#34](https://github.com/nobbs/kubectl-mapr-ticket/issues/34)) ([d7e47fb](https://github.com/nobbs/kubectl-mapr-ticket/commit/d7e47fb7d4a0ab5ede5d32a937735e74dc146fb9)), closes [#32](https://github.com/nobbs/kubectl-mapr-ticket/issues/32)
* use curl instead of wget ([d7e47fb](https://github.com/nobbs/kubectl-mapr-ticket/commit/d7e47fb7d4a0ab5ede5d32a937735e74dc146fb9))

## [0.2.0](https://github.com/nobbs/kubectl-mapr-ticket/compare/v0.1.2...v0.2.0) (2024-01-07)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ You can download the latest release binaries from the [releases page](https://gi

<!-- x-release-please-start-version -->

Example installation of `v0.2.0` for Apple Silicon (ARM64) macOS:
Example installation of `v0.2.1` for Apple Silicon (ARM64) macOS:

```console
$ curl -LO https://github.com/nobbs/kubectl-mapr-ticket/releases/download/v0.2.0/kubectl-mapr-ticket-arm64-darwin.tar.gz
$ curl -LO https://github.com/nobbs/kubectl-mapr-ticket/releases/download/v0.2.1/kubectl-mapr-ticket-arm64-darwin.tar.gz
$ tar -xvf kubectl-mapr-ticket-arm64-darwin.tar.gz
$ mv ./kubectl-mapr-ticket /usr/local/bin
$ kubectl mapr-ticket --help
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

const (
// the version of the compiled binary
version = "0.2.0" // x-release-please-version
version = "0.2.1" // x-release-please-version
)

// Version is a struct to hold the version information
Expand Down

0 comments on commit 84ed2de

Please sign in to comment.