Releases: dealroadshow/k8s-framework
Releases · dealroadshow/k8s-framework
v0.13.1
v0.13.0
Changes
- Added
EnvConfigurator::addFrom()
method, for simpler configuration ofenvFrom
section in container
v0.12.0
New features
- Added
ContainerMakerInterface
, which allows to replaceContainerMaker
instance with instance of another class. ManifestInterface::kind()
method made final in all base classes, likeAbstractDeployment
v0.11.1
Fixes
- Added
|AbstractApp
toAbstractManifest::$app
property type
v0.11.0
New features:
- Added
ManifestMethodMiddlewareInterface::afterMethodCall()
method. - Method
ManifestInterface::fileNameWithoutExtension()
implemented inAbstractManifest
. - Added
ManifestInterface::kind()
method. - Added method
AbstractApp::readFile()
.
v0.10.2
This release has a fix for DefaultNamesHelper
, that allows apps to have empty manifest name prefix
v0.10.1
This releases has a fix for class ManifestMiddlewareService
v0.10.0
New features:
- Manifest methods middlewares, which allow to intercept call to any method of any manifest.
v0.9.0
Starting from this release, dealroadshow/k8s-framework
requires PHP 8.0 or higher.
This release uses newer version of dealroadshow/k8s-resources
and makes updates due to updates in resources lib.
v0.8.1
Add image from string method