Skip to content

Releases: gini/dexter

0.5.2

28 Jun 09:10
3d29a3b
Compare
Choose a tag to compare

Changelog

  • 69f97b2 Better handling of errors in rendering
  • 72ee0e1 Build dexter for windows
  • 3d29a3b Debug output and build with goreleaser (#43)
  • a4b021c Embed default config in goreleaser build hook
  • 8f565fc Update dependencies

0.5.1

22 Feb 12:18
Compare
Choose a tag to compare

Changelog

0.5.0

21 Feb 15:44
Compare
Choose a tag to compare

Changelog

  • b55f73f Adding write-email command line parameter
  • e3cc195 Ensure that a custom kube-config.yaml will not break releases in goreleaser
  • 377677a Fix missing check if template flag was set
  • 92546c6 I did not mean to change go.mod, reverting
  • d5c2fe4 Integreate dkerwin's suggestion to use Infof instead of info/sprintf
  • 6cd4754 Introduce new flag to fetch initial kube config template via HTTP. Also fixes some typos and switches the build to Go 1.15
  • 25d8cc1 Merge pull request #35 from andrewsav-datacom/write-email
  • 4f5b9c1 Merge pull request #38 from andrewsav-datacom/fix_race
  • cfa3927 Merge pull request #39 from gini/download_kube_config_template
  • 0e0d944 Merge pull request #41 from gini/new_template_mechanism
  • 7f87f64 Switch to a template machanism that embeds the config directly
  • 5dd327d fix race condtion
  • b0a55a7 more tabs vs spaces
  • ac2b100 tabs vs spaces

v0.4.1

27 Nov 13:12
Compare
Choose a tag to compare

Changes

  • support setting build time default provider
  • fix verbose logging
  • improve error handling

v0.4.0

25 Nov 20:10
29238e1
Compare
Choose a tag to compare

Changes

  • split oidc providers in dedicated subcommands
  • rework provider code to allow easy extension with new providers
  • robust homedir determination
  • set user identifier in kube config
  • build with go 1.13
  • return command error in execute function

Contributors 🎉

v0.3.0

09 Apr 12:52
8a03b77
Compare
Choose a tag to compare

Changes

  • support Azure OIDC provider
  • extract the configuration from kube config (autopilot mode)

Contributors 🎉

v0.2.3

01 Mar 15:06
7ad412c
Compare
Choose a tag to compare

Changes

  • Fix version and git commit hash injection

v0.2.2

28 Feb 12:32
fc53254
Compare
Choose a tag to compare

Changes

  • Build dexter with go 1.12

v0.2.1

18 Dec 16:55
94f701d
Compare
Choose a tag to compare

Changes

  • Introduce new commandline flag --kube-config to support alternative config file locations

v0.2.0

30 Nov 08:56
300c19a
Compare
Choose a tag to compare

Changes

  • Build binaries with go v1.11.x
  • Use go modules
  • Fix open url in Windows

Contributors 🎉