-
1.0.0-rc5 Pre-Release
released this
2022-04-01 14:58:13 +00:00 | 386 commits to master since this releaseSame as 1.0.0-rc4 but fixes HeathCheck command
Downloads
-
1.0.0-rc4 Stable
released this
2022-04-01 08:47:58 +00:00 | 387 commits to master since this releaseFix some problems:
- commands can now be string or array
- same for
env_files
- environment can now be written with "equal" form or object form
- if the image name is not set in one service, Katenary stops and ask to add an image name
- the chart directory is no emptied only if there is no common errors (some others error can happen)
- env files were not written as configMap, this is a regression, it's now fixed
Downloads
-
1.0.0-rc3 Stable
released this
2022-03-31 12:17:15 +00:00 | 399 commits to master since this release- Add the "update" command to upgrade katenary
- Fix command generation from the docker-compose to the containers in the helm chart
- Use cobra v1.4.0
- Everything to start katenary command line is now in the "cmd" package
Downloads
-
0.2.0-alpha2 - Fixed version Stable
released this
2022-02-17 11:24:18 +00:00 | 405 commits to master since this releaseThis version fixes problem on generating empty dirs volume and add the ability to use subPath
Full Changelog: https://github.com/metal3d/katenary/compare/0.2.0-alpha...0.2.0-alpha2
Downloads
-
0.2.0-alpha Stable
released this
2022-02-16 17:32:51 +00:00 | 417 commits to master since this releaseUse Cobra to have subcommands and completion.
- based on old katenary version previous version for generating helm chart
- added the ability to assign containers in the same pod as others service
- fixed a lot of conditions to apply ingress following the version of kubernetes
- added a possibility to force a volume to be "emptyDir"
- and many others things
Full Changelog: https://github.com/metal3d/katenary/commits/0.2.0-alpha
Downloads