Skip to content

Releases: nikhilsbhat/helm-drift

v0.0.9

12 Mar 04:18
4c70b7a
Compare
Choose a tag to compare

Changelog

  • c74b558 Add support for passing more flags while rendering helm template
  • 907f749 Bump github.com/containerd/containerd from 1.6.18 to 1.6.26
  • 25cd5cd Bump github.com/docker/docker
  • 64bc6a9 Bump github.com/docker/docker
  • c195194 Bump golang.org/x/crypto from 0.14.0 to 0.17.0
  • 06032ff Fail if multiple kubeconfig files are set.
  • 95eeaac Fix the prerequisite validation
  • 8021a58 Merge pull request #12 from nikhilsbhat/dependabot/go_modules/github.com/docker/docker-24.0.7incompatible
  • 048fa96 Merge pull request #13 from nikhilsbhat/dependabot/go_modules/golang.org/x/crypto-0.17.0
  • 46f5301 Merge remote-tracking branch 'origin/dependabot/go_modules/github.com/containerd/containerd-1.6.26'
  • 3566545 Merge remote-tracking branch 'origin/dependabot/go_modules/github.com/docker/docker-20.10.24incompatible'
  • b010963 Update clin docs with newer flags
  • 5f59247 Update helm package version
  • 4c70b7a Update plugin version to 0.0.9

v0.0.8

29 Oct 16:50
5f4b9d2
Compare
Choose a tag to compare

Changelog

  • 407b5c7 Update plugin version to 0.0.8
  • 5f4b9d2 Adding fix for 'install on debian arm64 fails (tries to use aarch64 instead of arm64)'
  • 042f31b Bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4
  • 38f62fd Bump golang.org/x/net from 0.7.0 to 0.17.0
  • 4136f8e Bump google.golang.org/grpc from 1.53.0 to 1.56.3
  • a0056a3 Fix golangci liint issues
  • 6eba848 Fix golangci lint issues
  • ca2d476 Merge branch '10'
  • 18477c2 Merge branch '11'
  • 633446f Merge branch '6'
  • 49849bd Merge branch '8'
  • b26d56e Update readme with custom-diff suggestion.
  • af4f3f6 fix(drift): correctly support kube context and kubeconfig
  • 6c6aeae fix(drift): helm hook check

v0.0.7

27 Jul 04:45
b92fd9a
Compare
Choose a tag to compare

Changelog

  • 311763e Add support to ignore helm hooks while identifying the drifts
  • e5d31d4 Bump google.golang.org/grpc from 1.49.0 to 1.53.0
  • e1aa295 Merge remote-tracking branch 'remotes/origin/dependabot/go_modules/google.golang.org/grpc-1.53.0'
  • e320c93 Update Caveats in Readme
  • b92fd9a Update plugin version to 0.0.7

v0.0.6

13 Jun 17:17
38a41fc
Compare
Choose a tag to compare

Changelog

  • 53d1185 Bump github.com/docker/distribution
  • d46c051 Fix namespace handling for the manifests
  • 7e4f793 Move error handling to method GetDrift, GetAllDrift from command
  • 38a41fc Remove existing support for progress bar.
  • 18dfdf0 Update plugin version to 0.0.6
  • bea8bd1 Update the dummy CRD in the sample helm chart

v0.0.5

02 May 16:31
fa59f0d
Compare
Choose a tag to compare

Changelog

  • 612efa9 Add initial support for progress bar
  • f84cc7a Add support for skipping certain kubernetes kind (add flag --skip)
  • 040cd2f Dropping charts used for testing
  • 61f2055 Handle the scenario when not all manifests are rendered to disk.
  • 91dc86d Optimize k8s package and add doc to package command.
  • 5ef7d44 Update auto completion for plugin with newer flag
  • b236d71 Update document with new flag
  • fa59f0d Update plugin version to 0.0.5

v0.0.4

15 Apr 13:07
caf7757
Compare
Choose a tag to compare

Changelog

  • 362fd01 Add support to limit drift detection based on kubernetes resource kind/name
  • 2d7986a Update document with newer flags
  • caf7757 Update plugin version to 0.0.4
  • adf370d Use goroutines to parallelize things while identifying drifts

v0.0.3

09 Apr 05:55
600be32
Compare
Choose a tag to compare

Changelog

v0.0.2

27 Mar 18:32
e35ce4f
Compare
Choose a tag to compare

Changelog

  • eed64c0 Fix setContext, wrong flag was being set earlier
  • 7babd0b Pritty print the responses and add helm hook to example chart
  • 0698812 Update document with more flags
  • e35ce4f Upgrade plugin version to 0.0.2

v0.0.1

26 Mar 05:27
cb134a8
Compare
Choose a tag to compare

Changelog

  • 572d79d Add artifact hub metadata file
  • 1041630 Add support for skipping tests for identifying drift
  • dd1ed34 Add support to adding namespace to kubectl diff
  • 2e2c7ee Add support to print the summary in table format
  • ad36ede Add task to clean the residue(tempates) of last run if --skip-cleaning flag was enabled
  • 15fc4c0 Better handle the exit codes of kubectl diff
  • cb134a8 Fix script install-binary
  • c554f1b Initital commit of drift helm plugin
  • e670318 Introduce renderer and use renderer to print drifts
  • 9c56a86 Update README with updated usage
  • 093a1e3 Update artifact repo ID and fix artifact repo url in readme
  • 90c94c9 Update readme with more examples