Releases: dealroadshow/k8s-framework
Releases · dealroadshow/k8s-framework
v1.7.1
v1.7.0
What's Changed
- feat: set default revisionHistoryLimit to 1 by @yafanasiev in #88
Full Changelog: v1.6.2...v1.7.0
v1.6.2
What's Changed
- revert: topology mode annotation by @yurii-kryvosheia in #86
- fix: bump release by @yurii-kryvosheia in #87
Full Changelog: v1.6.1...v1.6.2
v1.6.1
This release fixes StatefulSetMaker class
v1.6.0
This release adapts K8S Framework to K8S resource classes of version v1.33+
v1.5.2
This release fixes a bug in HostPathVolumeBuilder initialization.
v1.5.1
This release introduces a small bugfix for HostPathVolumeBuilder initialization
v1.5.0
This releases adds missing HostPathVolumeBuilder, e.g. allows to define hostPath volumes through the standard VolumesConfigurator API.
v1.4.0
What's Changed
- feat: enable traffic distribution by @yurii-kryvosheia in #79
New Contributors
- @yurii-kryvosheia made their first contribution in #79
Full Changelog: v1.3.0...v1.4.0
v1.3.0
This release adds a concept of full-name-aware manifests, e.g. manifests, that know their full name. Such manifests are not named externally, and their full name is derived from them as is.