Releases: gini/dexter
Releases · gini/dexter
0.5.2
0.5.1
0.5.0
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
Changes
- support setting build time default provider
- fix verbose logging
- improve error handling
v0.4.0
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
Changes
- support Azure OIDC provider
- extract the configuration from kube config (autopilot mode)
Contributors 🎉
v0.2.3
Changes
- Fix version and git commit hash injection
v0.2.2
v0.2.1
Changes
- Introduce new commandline flag
--kube-config
to support alternative config file locations