-
v2.0.0-beta1 Stable
released this
2022-05-08 08:00:48 +00:00 | 406 commits to master since this releaseThis release uses https://github.com/compose-spec/compose-go to enhance syntax support
Add labels:
volume-from(withsame-pod) to avoid volume repetitionignoreto ignore a servicemapenv(replaces theenv-to-service) to map environment to helm variable (as a template string)secret-varsdeclares variables as secret values
Many improvements of generated helm chart (better version check in ingress, values.yaml file now set environment)
Warning:
- the
env-to-servicelabel is DEPRECATED and IGNORED (a warning appears on the console to help to fix)
Downloads
-
1.0.0-rc7 Stable
released this
2022-04-01 15:49:10 +00:00 | 407 commits to master since this releaseFixes for
env_filewith a single string (not recommended but that fails for some people)see #8
Downloads
-
1.0.0-rc6 Stable
released this
2022-04-01 15:39:41 +00:00 | 408 commits to master since this releaseFixed problems with health check commands.
Still fixed:
- array and string are now well supported for several directives (see #8)
- env files are well set to configMaps
- see tag 1.0.0-rc4 for others fixes
Downloads
-
1.0.0-rc5 Pre-Release
released this
2022-04-01 14:58:13 +00:00 | 409 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 | 410 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 | 422 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 | 428 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 | 440 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