Skip to content

Releases: alessandropitocchi/lazyhelm

lazyhelm v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Nov 10:57

Changelog

  • b79c5da Merge pull request #5 from alessandropitocchi/kubernetes-int
  • c0e89aa feat: add horizontal scroll to release detail view
  • 3895eea feat: add kubernetes integration
  • cb4e009 feat: add release history
  • e1ce424 feat: add search in release list
  • e9457c7 feat: complete cluster release ui
  • b06ff11 feat: display release notes in detail view
  • 014a21b feat: enable export values from releases
  • b6e9f5d feat: implement diff between revisions
  • 44310c6 feat: show kubectl context in cluster releases
  • 2e26346 fix: added brew installation info in goreleaser
  • 3543555 fix: cluster releases navigation and context display
  • 5b30ab7 fix: enable copy yaml path in release values
  • f56f5fa fix: enable search in release values
  • b46ad0b fix: improved gif
  • e930f86 fix: remove h/l keybinding conflict for horizontal scroll
  • 25ef36b fix: sort namespaces alphabetically
  • 9bc7200 fix: update readme
  • 0417716 fix: updated readme with cluster release info

Installation

Homebrew (macOS/Linux)

brew tap alessandropitocchi/lazyhelm
brew install lazyhelm

Or in one command:

brew install alessandropitocchi/lazyhelm/lazyhelm

Using Go

go install github.com/alessandropitocchi/lazyhelm/cmd/lazyhelm@v0.3.0

Using install script

curl -sSL https://raw.githubusercontent.com/alessandropitocchi/lazyhelm/main/install.sh | bash

Manual

Download the appropriate binary for your platform from the assets below.

lazyhelm v0.2.2

Choose a tag to compare

@github-actions github-actions released this 10 Nov 18:57
b43e570

Changelog

  • e48ad3f Merge pull request #2 from alessandropitocchi/menu-creation
  • 947c974 Merge pull request #3 from alessandropitocchi/add-repo-update
  • b43e570 Merge pull request #4 from alessandropitocchi/addrepofix
  • 3412aa2 feat: added helm repo update function to update local repo
  • 70ca95c feat: added main menu
  • 60dbe9c feat: change palette
  • 3e3d915 fix: added gif in README
  • 3fa96ab fix: fixed bug with deletion of a filtered repo, feat: add additional menu in browse repository (browse local and search on artifact)
  • 1308f97 fix: fixed search in repo
  • ebce49b fix: improve help screen

Installation

Using Go

go install github.com/alessandropitocchi/lazyhelm/cmd/lazyhelm@v0.2.2

Using install script

curl -sSL https://raw.githubusercontent.com/alessandropitocchi/lazyhelm/main/install.sh | bash

Manual

Download the appropriate binary for your platform from the assets below.

lazyhelm v0.2.1

Choose a tag to compare

@github-actions github-actions released this 08 Nov 23:32

Changelog

  • a6d8d19 Merge branch 'main' of github.com:alessandropitocchi/lazyhelm
  • aa9f2f6 Merge pull request #1 from alessandropitocchi/artifacthub-int
  • 95f81dc Update README.md
  • 485cab0 Update README.md
  • 751b5d4 feat: added brew install method
  • ab7ce34 feat: updated readme
  • e301782 fix: pass HOMEBREW_TAP_GITHUB_TOKEN to GoReleaser

Installation

Using Go

go install github.com/alessandropitocchi/lazyhelm/cmd/lazyhelm@v0.2.1

Using install script

curl -sSL https://raw.githubusercontent.com/alessandropitocchi/lazyhelm/main/install.sh | bash

Manual

Download the appropriate binary for your platform from the assets below.

lazyhelm v0.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Nov 23:10

Changelog

  • d9d476b added license
  • 8bc6ad5 changed readme
  • a9ff929 feat: add Artifact Hub integration (WIP)
  • e39efb9 feat: add search in AH results and repository removal
  • dec55ba feat: complete Artifact Hub UI integration
  • a843b28 feat: improve Artifact Hub UX with separate views and smart repo add
  • f79ac92 fix: add window resize handling for Artifact Hub lists
  • 1b09983 fix: changed colors
  • 6bb9c41 fix: resolve Artifact Hub values and repo URL issues

Installation

Using Go

go install github.com/alessandropitocchi/lazyhelm/cmd/lazyhelm@v0.2.0

Using install script

curl -sSL https://raw.githubusercontent.com/alessandropitocchi/lazyhelm/main/install.sh | bash

Manual

Download the appropriate binary for your platform from the assets below.

lazyhelm v0.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Nov 16:18

Changelog

  • da93255 fix: disable Homebrew tap until token is configured
  • 491d92b fix: resolve installation issues and add version flag

Installation

Using Go

go install github.com/alessandropitocchi/lazyhelm/cmd/lazyhelm@v0.1.1

Using install script

curl -sSL https://raw.githubusercontent.com/alessandropitocchi/lazyhelm/main/install.sh | bash

Manual

Download the appropriate binary for your platform from the assets below.

lazyhelm v0.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Nov 15:02

Changelog

  • 579fe4c Initial commit
  • 79da1dd Merge branch 'main' of github.com:alessandropitocchi/lazyhelm
  • ba02e65 feat: initial release with full installation support
  • 897e553 first commit
  • 0cdd351 removed build

Installation

Using Go

go install github.com/alessandropitocchi/lazyhelm/cmd/lazyhelm@v0.1.0

Using install script

curl -sSL https://raw.githubusercontent.com/alessandropitocchi/lazyhelm/main/install.sh | bash

Manual

Download the appropriate binary for your platform from the assets below.