Skip to content

v0.2.4

Compare
Choose a tag to compare
@nikhilsbhat nikhilsbhat released this 03 Apr 16:46
· 7 commits to main since this release
2fc151d

Changelog

  • 2a06f5e Add support for showing diff before applying the updates to all the resources that the CLI supports
  • fd0d618 Fix permission denied erros while invoking gocd-cli auth-config store
  • 1fe7ba6 Modify the update methods to accept no arguments, as the current arguments are not utilized by the methods
  • 77c287a Move approvals to CheckDiffAndAllow over invoking them wherever we use them.
  • a07c474 Rename package render to query
  • 1cc5235 Transfer the 'pkg/diff' module to 'github.com/nikhilsbhat/common/diff' to enhance its accessibility for others. Then, incorporate this package into the current context.
  • 5ecea85 Update github.com/nikhilsbhat/common to v0.0.5
  • 47788c7 Update goreleaser config file and modify the command used in makefile as per the updated goreleaser
  • 2fc151d Update readme with more information
  • 1f5154d WIP - Add support for showing diff before applying the changes