Skip to content

Releases: dealroadshow/k8s-framework

v0.13.1

13 Dec 18:04
Compare
Choose a tag to compare

This release fixes bug in EnvConfigurator class: $mustExist parameter for addFrom method became optional, as it supposed to be.

v0.13.0

13 Dec 17:56
Compare
Choose a tag to compare

Changes

  • Added EnvConfigurator::addFrom() method, for simpler configuration of envFrom section in container

v0.12.0

13 Dec 16:55
Compare
Choose a tag to compare

New features

  • Added ContainerMakerInterface, which allows to replace ContainerMaker instance with instance of another class.
  • ManifestInterface::kind() method made final in all base classes, like AbstractDeployment

v0.11.1

13 Dec 15:30
Compare
Choose a tag to compare

Fixes

  • Added |AbstractApp to AbstractManifest::$app property type

v0.11.0

13 Dec 15:09
Compare
Choose a tag to compare

New features:

  • Added ManifestMethodMiddlewareInterface::afterMethodCall() method.
  • Method ManifestInterface::fileNameWithoutExtension() implemented in AbstractManifest.
  • Added ManifestInterface::kind() method.
  • Added method AbstractApp::readFile().

v0.10.2

09 Dec 21:22
5df720d
Compare
Choose a tag to compare

This release has a fix for DefaultNamesHelper, that allows apps to have empty manifest name prefix

v0.10.1

09 Dec 21:12
45cd73b
Compare
Choose a tag to compare

This releases has a fix for class ManifestMiddlewareService

v0.10.0

09 Dec 21:01
bcdd1a4
Compare
Choose a tag to compare

New features:

  • Manifest methods middlewares, which allow to intercept call to any method of any manifest.

v0.9.0

07 Dec 22:35
Compare
Choose a tag to compare

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

25 Nov 15:42
Compare
Choose a tag to compare

Add image from string method