Skip to content

Releases: nikhilsbhat/helm-images

v0.0.7

25 Sep 13:24
Compare
Choose a tag to compare

Changelog

  • 1fdf6c4 Add sample helm chart used for testing the plugin
  • d13c565 Add support for fetching images from installed release
  • 0af75f5 Fix golang ci lint issues
  • f212feb Fix installion sript while installing via git
  • 5622131 Run go mod tidy
  • bcfd188 Update plugin version to 0.0.7

v0.0.6

02 Sep 17:33
Compare
Choose a tag to compare

Changelog

  • 7990a5e Add support for more kubnernetes workloads - ReplicaSet - CronJob - Job
  • 574f5f2 Fix golang ci lint issues
  • 10cfd56 Fix missing command isOld
  • e31f3a3 Fix not listing all images when multiple images are present in the workloads - change the logic of retrieving images from the workloads - with the initial support for Deployment/StatefulSet/DaemonSet
  • b91ccb8 Include installation script as part of release artifact
  • 2a9dc0b Update install-binary.sh to support installation of higher version of plugin
  • 3a75169 Update plugin installation script

v0.0.5

25 Sep 14:45
Compare
Choose a tag to compare

Changelog

02da9e0 Fix duplicate printing & plugin install script

v0.0.4

24 Sep 11:51
Compare
Choose a tag to compare

Changelog

3d0f386 Add readme
8a50464 Add support to print out data in json/yaml format
b4413e6 Fixes for the feedback from goreportcard

v0.0.3

04 Sep 10:50
Compare
Choose a tag to compare

Changelog

067deb9 Fix version & Fixed test cases

v0.0.2

03 Sep 19:55
Compare
Choose a tag to compare

Changelog

f68ba4f Add support to fetch only unique images
2f821d8 Add working plugin install script
6f1b2b8 Fix bin when plugin is installed in script
0669e1d Fix duplicate plugin installation
dc349c6 Use better approach to split templates

v0.0.1

02 Sep 16:09
Compare
Choose a tag to compare

Changelog

83a0825 Add initial code for helm-images helm plugins
fcd6582 Fix install script
bc91ddc Fix plugin install script & update goreleaser config
6f0dbfa Refactor install script
5c94b31 Update permissions for install-binary.sh