Releases: gini/dexter
Releases · gini/dexter
0.5.4
What's Changed
- Bump golang.org/x/net from 0.23.0 to 0.33.0 by @dependabot in #57
- Bump k8s.io/apimachinery from 0.24.1 to 0.32.0 by @dependabot in #62
- Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.3 by @dependabot in #61
- Bump golang.org/x/oauth2 from 0.0.0-20220524215830-622c5d57e401 to 0.25.0 by @dependabot in #58
- Bump github.com/spf13/cobra from 1.4.0 to 1.8.1 by @dependabot in #59
- Bump k8s.io/client-go from 0.24.1 to 0.32.0 by @dependabot in #60
Full Changelog: 0.5.3...0.5.4
0.5.3
What's Changed
- Add flag to make HTTP timeout configurable by @felixfriedrich in #49
- Bump golang.org/x/net from 0.0.0-20220531201128-c960675eff93 to 0.7.0 by @dependabot in #46
- fix goreleaser incompatibility by @andrewsav-bt in #52
- fix&bring the CI update to date, document the release workflow by @danielpodwysocki-gini in #53
- Bump golang.org/x/net from 0.7.0 to 0.23.0 by @dependabot in #55
- Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 by @dependabot in #54
- bumped golang.org/x/crypto from v0.21.0 to v0.31.0 by @s-winkelhofer in #56
Full Changelog: 0.5.2...0.5.3
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