Skip to content

Commit

Permalink
chore(release): 0.4.1 (#57)
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 Feb 27, 2024
1 parent 1aaf728 commit 5021031
Show file tree
Hide file tree
Showing 4 changed files with 26 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.4.0"}
{".":"0.4.1"}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.4.1](https://github.com/nobbs/kubectl-mapr-ticket/compare/v0.4.0...v0.4.1) (2024-02-27)


### Bug Fixes

* **deps:** update golang.org/x/exp digest to 2c58cdc ([#58](https://github.com/nobbs/kubectl-mapr-ticket/issues/58)) ([2fcef6d](https://github.com/nobbs/kubectl-mapr-ticket/commit/2fcef6d0fe90146dd0d8f31a8b7503fd90608137))
* **deps:** update golang.org/x/exp digest to 814bf88 ([#63](https://github.com/nobbs/kubectl-mapr-ticket/issues/63)) ([1aaf728](https://github.com/nobbs/kubectl-mapr-ticket/commit/1aaf728f56ef8c9bbe5797b8d24768ba4e3e8737))
* **deps:** update golang.org/x/exp digest to ec58324 ([#60](https://github.com/nobbs/kubectl-mapr-ticket/issues/60)) ([702c0d0](https://github.com/nobbs/kubectl-mapr-ticket/commit/702c0d06ee36af965b04904afd938012fbaf613f))
* **deps:** update kubernetes packages to v0.29.2 ([#61](https://github.com/nobbs/kubectl-mapr-ticket/issues/61)) ([6023551](https://github.com/nobbs/kubectl-mapr-ticket/commit/60235512ccd920d393b4b29a46ddb86bd49f0198))


### Tests

* add more tests for various code paths ([#55](https://github.com/nobbs/kubectl-mapr-ticket/issues/55)) ([4931b3d](https://github.com/nobbs/kubectl-mapr-ticket/commit/4931b3db67d17fcd318fc88ddbf86cd556cf5899))


### Miscellaneous Chores

* **deps:** update codecov/codecov-action action to v4 ([#56](https://github.com/nobbs/kubectl-mapr-ticket/issues/56)) ([d05da5e](https://github.com/nobbs/kubectl-mapr-ticket/commit/d05da5ef238dc225d4961aa23ea1cd697679ccc8))
* **deps:** update dependency golang to v1.22.0 ([#62](https://github.com/nobbs/kubectl-mapr-ticket/issues/62)) ([629f544](https://github.com/nobbs/kubectl-mapr-ticket/commit/629f544f16fed058c2d853d5c76ce235bbf8be00))
* **deps:** update golangci/golangci-lint-action action to v4 ([#59](https://github.com/nobbs/kubectl-mapr-ticket/issues/59)) ([da53337](https://github.com/nobbs/kubectl-mapr-ticket/commit/da533373138702e25d4486460787d62119ca406d))

## [0.4.0](https://github.com/nobbs/kubectl-mapr-ticket/compare/v0.3.0...v0.4.0) (2024-01-27)


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

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

Example installation of `v0.4.0` for Apple Silicon (ARM64) macOS:
Example installation of `v0.4.1` for Apple Silicon (ARM64) macOS:

```console
$ curl -LO https://github.com/nobbs/kubectl-mapr-ticket/releases/download/v0.4.0/kubectl-mapr-ticket-arm64-darwin.tar.gz
$ curl -LO https://github.com/nobbs/kubectl-mapr-ticket/releases/download/v0.4.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 pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

const (
// the version of the compiled binary
version = "0.4.0" // x-release-please-version
version = "0.4.1" // x-release-please-version
)

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

0 comments on commit 5021031

Please sign in to comment.