Skip to content

Releases: cisco-sso/kdk

0.9.9

28 Sep 04:48
Compare
Choose a tag to compare

Changelog

23be54e Added dnsmasq systemd unit to help ingress DNS
1425746 Fixed crash on update check when no valid kdk config available
38f24e6 Fixed minor typo
6e2b0ed Removed all traces of windows from the install script
e753c0b Reverted .gitignore changes
ff31a6d Trying to appease goreleaser complaining about dirty state
5692422 Updated Readme

0.9.8

26 Sep 18:31
Compare
Choose a tag to compare

Changelog

0b91abd Added a windows powershell install script
736e55c Address code review comments
7b9d0f8 Got rid of unnecessary os package
2b747b9 Make update work for Darwin, Linux, and Windows(powershell)
807db7e Re-enabled docker pull on kdk ssh if image not present

0.9.7

24 Sep 23:02
Compare
Choose a tag to compare

Changelog

91e8eb0 Fixed docker update pull race condition

0.9.6

24 Sep 18:59
Compare
Choose a tag to compare

Changelog

573cfe6 Re-enabled streaming output for docker pull

0.9.5

24 Sep 18:15
Compare
Choose a tag to compare

Changelog

23f5a0e Added 'tags' target to Makefile
dbc35f4 Added gosources target to print go source file names
e35e495 Fix version check race condition
a558dfa Fixed typo logic inversion for set debug level
438c21f Live code review fixes
60368f9 Removed SkipUpdate Flag
5366130 Replaced passing of debug bool with setting loglevel of debug
d5c5231 Reworked Update command, warning and code
31abc63 Used package logrus logger rather than passing it around

0.9.4

20 Sep 22:54
Compare
Choose a tag to compare

Changelog

b69b3bc Added stderr debugging statements
a584820 Fixed bash check to check for 'unset' or 'empty' string
4d410d8 Only build docker and bin when files change
be62fc0 Removed unnecessary install step to speed build

0.9.3

20 Sep 21:01
Compare
Choose a tag to compare

Changelog

195c85a Fixed TravisCI to not run build twice on Tag
cf30b5d Use TravisCI publish/deploy decision mechanism

0.9.2

20 Sep 16:48
Compare
Choose a tag to compare

Changelog

a58bf89 Enabled multi-stage docker build-cache, via workarounds
865ad60 Made kdk binary build before docker image
e86e7cf Reduced number of platforms to build

0.9.1

19 Sep 19:26
Compare
Choose a tag to compare

Changelog

e7ce0b1 Fixed bug with trimming clean version number
b0decb2 Resolved code review comments in PR70
097fe0a Split checks into docker checks and go checks

0.9.0

19 Sep 17:59
Compare
Choose a tag to compare

Changelog

35885b9 Add layers to Dockerfile
ae9acf7 Added goreleaser and make pkg
f618831 TravisCI integration: Build and Push, both Executable and Docker Image