Releases: ivaltryek/kube-nimble
Releases · ivaltryek/kube-nimble
v0.7.3
What's Changed
Other Changes
- chore(deps): bump rustls from 0.21.10 to 0.21.11 by @dependabot in #36
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
Exciting New Features 🎉
- Add support to dry run nimble object by @ivaltryek in #34
# Usage
nmexport --resource examples/deployment-env.yaml
Other Changes
- chore(deps): bump mio from 0.8.10 to 0.8.11 by @dependabot in #35
New Contributors
- @dependabot made their first contribution in #35
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
Other Changes
- chore: fix logging messages by @ivaltryek in #32
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
Exciting New Features 🎉
- Add Support for Ingress Object by @ivaltryek in #30
Other Changes
- Bump version from v0.6.0 to v0.7.0 by @ivaltryek in #31
News
- Now with the support of Ingress Object, this project can be considered to use in production, hence the first ever stable release.
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
Exciting New Features 🎉
- Add Support for HPA Object by @ivaltryek in #28
Other Changes
- docs: update readme by @ivaltryek in #26
Breaking Changes
- Removed
replicas
field fromdeployment
spec to respect HPA's configuration. Now by default deployment will have only 1 replica and if you want to create multi replica deployment, I suggest to use HPA withmin
field.
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
Exciting New Features 🎉
- Add support for Service K8s object by @ivaltryek in #24
Other Changes
- Bump version v0.4.0 to v0.5.0 by @ivaltryek in #25
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
Exciting New Features 🎉
- Add support for Env in ContainerSpec by @ivaltryek in #19
- Add support for envFrom field in ContainerSpec by @ivaltryek in #20
Other Changes
- chore(docs): restructure code files and missing comments by @ivaltryek in #21
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
Exciting New Features 🎉
- Add support for probes in container by @ivaltryek in #15
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
Exciting New Features 🎉
- feat: add support for dynamic labeling and container name by @ivaltryek in #4
- feat: add support for annotations field by @ivaltryek in #9
- feat: add support for multi container deployment by @ivaltryek in #12
- feat: add support for resources by @ivaltryek in #14
Other Changes
- chore: make logs more readable and reduce noise by @ivaltryek in #6
New Contributors
- @ivaltryek made their first contribution in #4
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Full Changelog: https://github.com/ivaltryek/kube-nimble/commits/v0.1.0