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 Jul 7, 2024
1 parent 017ccd8 commit 9d20add
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.1"}
{".":"0.4.2"}
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.2](https://github.com/nobbs/kubectl-mapr-ticket/compare/v0.4.1...v0.4.2) (2024-07-07)


### Bug Fixes

* **deps:** update golang.org/x/exp digest to a85f2c6 ([#71](https://github.com/nobbs/kubectl-mapr-ticket/issues/71)) ([26087b5](https://github.com/nobbs/kubectl-mapr-ticket/commit/26087b514154e0893f880223e545819083155885))
* **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 golang.org/x/exp digest to fe59bbe ([#73](https://github.com/nobbs/kubectl-mapr-ticket/issues/73)) ([ef832a5](https://github.com/nobbs/kubectl-mapr-ticket/commit/ef832a5f5688da6f124921c322a66fbabc7cccde))
* **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 kubernetes packages to v0.29.3 ([#70](https://github.com/nobbs/kubectl-mapr-ticket/issues/70)) ([b870df0](https://github.com/nobbs/kubectl-mapr-ticket/commit/b870df02b26c5b2682334877c66380201866a6ff))
* **deps:** update kubernetes packages to v0.29.4 ([#75](https://github.com/nobbs/kubectl-mapr-ticket/issues/75)) ([6e97b54](https://github.com/nobbs/kubectl-mapr-ticket/commit/6e97b547002e98cef279416a1b914b417353a05f))
* **deps:** update module github.com/charmbracelet/log to v0.4.0 ([#72](https://github.com/nobbs/kubectl-mapr-ticket/issues/72)) ([e5db852](https://github.com/nobbs/kubectl-mapr-ticket/commit/e5db85202b7e80df30b438fbfc449c877b723d82))
* **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/nobbs/mapr-ticket-parser to v0.1.6 ([#76](https://github.com/nobbs/kubectl-mapr-ticket/issues/76)) ([017ccd8](https://github.com/nobbs/kubectl-mapr-ticket/commit/017ccd857da782de0b6a14a1cd5c59a5172aa515))
* **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))
* **deps:** update dependency golang to v1.22.2 ([#74](https://github.com/nobbs/kubectl-mapr-ticket/issues/74)) ([434e401](https://github.com/nobbs/kubectl-mapr-ticket/commit/434e40104596b697b6b878648954fc9fc4122e9b))

## [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 9d20add

Please sign in to comment.