Skip to content

Commit

Permalink
chore(release): 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please-nobbs[bot] authored Mar 14, 2024
1 parent d2db01c commit bb2b4ab
Show file tree
Hide file tree
Showing 4 changed files with 19 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.1"}
{".":"0.4.2"}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.4.2](https://github.com/nobbs/kubectl-mapr-ticket/compare/v0.4.1...v0.4.2) (2024-03-14)


### Bug Fixes

* **deps:** update golang.org/x/exp digest to c7f7c64 ([#69](https://github.com/nobbs/kubectl-mapr-ticket/issues/69)) ([d2db01c](https://github.com/nobbs/kubectl-mapr-ticket/commit/d2db01cb2292d4fc8a1a5976454389e3a729d79c))
* **deps:** update k8s.io/utils digest to 4693a02 ([#68](https://github.com/nobbs/kubectl-mapr-ticket/issues/68)) ([026cf9e](https://github.com/nobbs/kubectl-mapr-ticket/commit/026cf9e4d22565e5b89c6d8366ef786850c313d8))
* **deps:** update module github.com/nobbs/mapr-ticket-parser to v0.1.4 ([#67](https://github.com/nobbs/kubectl-mapr-ticket/issues/67)) ([a2de740](https://github.com/nobbs/kubectl-mapr-ticket/commit/a2de74015485329975943a49676596633ceed5d5))
* **deps:** update module github.com/stretchr/testify to v1.9.0 ([#64](https://github.com/nobbs/kubectl-mapr-ticket/issues/64)) ([f4480cd](https://github.com/nobbs/kubectl-mapr-ticket/commit/f4480cdd36601595d47f9555356328479e0ad84a))


### Miscellaneous Chores

* **deps:** update dependency golang to v1.22.1 ([#65](https://github.com/nobbs/kubectl-mapr-ticket/issues/65)) ([517a274](https://github.com/nobbs/kubectl-mapr-ticket/commit/517a2742220b637d1a67a9a8f68544d010c8e4fa))

## [0.4.1](https://github.com/nobbs/kubectl-mapr-ticket/compare/v0.4.0...v0.4.1) (2024-02-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.1` for Apple Silicon (ARM64) macOS:
Example installation of `v0.4.2` for Apple Silicon (ARM64) macOS:

```console
$ curl -LO https://github.com/nobbs/kubectl-mapr-ticket/releases/download/v0.4.1/kubectl-mapr-ticket-arm64-darwin.tar.gz
$ curl -LO https://github.com/nobbs/kubectl-mapr-ticket/releases/download/v0.4.2/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.1" // x-release-please-version
version = "0.4.2" // x-release-please-version
)

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

0 comments on commit bb2b4ab

Please sign in to comment.