Releases: wave-k8s/wave
Releases · wave-k8s/wave
V0.4.0
Notable changes:
- Kubernetes dependencies have been upgraded to version 1.14
- Optional ConfigMaps and Secrets are now correctly handled across all references in Deployments, DaemonSets and StatefulSets
Full changes since V0.3.0:
- Update Controller runtime to v0.2.0-beta.4 (#60, @JoelSpeed)
- Use image entrypoint for manager container definition (#57, @zerok)
- Allow optional ConfigMap / Secrets (#61, @theobarberbany)
Thanks to all who contributed to this release!
V0.3.0
Notable changes:
- This release introduces support for both StatefulSets and Daemonsets
- Local development experience has been greatly improved
- CI tasks have been moved from Wercker to Prow
Full changes since V0.2.0:
- Fix a typo (#34, @andyedwardsdfdl)
- Add JUnit reporters to test suite (#41, @icelynjennings)
- Improve Makefile for building, linting and testing (#40, @JoelSpeed)
- Add
podController
interface to allow extension of Wave for non-Deployment types (#38, @SteveKMin) - Fix a build issue intoduced in #40 (#42, @JoelSpeed)
- Fix Kustomize build sample (#39, @meganwalker-ibm)
- Remove wercker config (#43, @JoelSpeed)
- Fix linting configuration (#45, @JoelSpeed)
- Improve local development experience (#47, @mthssdrbrg)
- Add a
--version
flag (#48, @mthssdrbrg) - Add support for StatefulSets (#44, @SteveKMin)
- Fix flaking tests using
UpdateWithFunc
(#49, @JoelSpeed) - Add support for DaemonSets (#50, @JoelSpeed)
Thanks to all who contributed to this release!
V0.2.0
Changes since V0.1.0:
- Refactor core logic into separate package for easier testing (#20, @JoelSpeed)
- Fix typos in comments and flags(#23, #32, #29, @edwardstudy, @icelynjennings)
- Add project logo (#24, @JoelSpeed)
- Fix Dockerfile for building on Quay (#25, @JoelSpeed)
- Fix example config (#30, #31, @mthssdrbrg)
- Handle
env
section in Deployment yaml that was previously being ignored (#34, @andyedwardsdfdl)
Thanks to all who contributed
V0.1.0 - Initial Release
Initial release of Wave config controller.