Skip to content

Releases: Katenary/katenary

v3.0.0-rc6

13 Aug 08:49
3.0.0-rc6
9f75f87

Choose a tag to compare

What's Changed

Full Changelog: 3.0.0-rc5...3.0.0-rc6

Common packages and setup

Others packages and architectures, tarball, Freebsd packages, Arch Linux package... Please expand the assets list below.

You may also use tarball, change architectures

v3.0.0-rc5

15 Jul 12:09
3.0.0-rc5
327e0aa

Choose a tag to compare

What's Changed

There is now packages:

  • rpm
  • debian
  • arch (zst package)
  • windows setup (find katenary-windows-setup.exe in the list below)
  • freebsd
  • tar for all unix version excpted osx

Full Changelog: 3.0.0-rc4...3.0.0-rc5

v3.0.0-rc4

07 Jul 11:58
3.0.0-rc4
1f406dc

Choose a tag to compare

Recompile to fix Windows binary.

See upx/upx#437 and #130 to understand the problems.

What's Changed

Full Changelog: 3.0.0-rc3...3.0.0-rc4

v3.0.0-rc3

04 Jul 13:28
3.0.0-rc3
8c509b5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0-rc2...3.0.0-rc3

v3.0.0-rc2

03 Dec 13:59
3.0.0-rc2
58d1e8e

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0-rc1...3.0.0-rc2

Release Candidate 1 for 3.0.0

26 Nov 23:16
v3.0.0-rc1
10b7a49

Choose a tag to compare

This version is a complete rewrite, no-compatible with v2.

What's Changed

  • Complete rewrite
  • The generated Helm Chart is, or "should be", complete and no need for changes for a large majority of compose projects
  • We are now able to manage static files in configMaps (to use only with configuration content, do not use this to manage sources)
  • Add nice features as capturing values from a service environment to link them in another one - or share an emptyDir and use a command to synchronize files
  • Many fixes on how the compose files are managed
  • A new way to manage values is using a katenary.yaml instead of using labels (labels override the values from katenary.yaml)
  • And so much to say that the documentation will tell you, which makes version 2 prehistoric 😉

Thanks to all contributors!

Important: some features may change from this release to the next one, especially concerning the katenary.yaml file.

New Contributors

Full Changelog: 2.0.0-beta2...v3.0.0-rc1

v2.0.0-beta2

24 May 09:25
8cf3ff9

Choose a tag to compare

This release fixes some problems

  • Fix the problem with environment as secret #17
  • Fix problems with local volumes to configmap
  • Trim space on port label (#14)
  • Ignore comment prefix in envfiles (#15)

Thanks to @adrian-salas

v2.0.0-beta1

08 May 08:07
418a0a8

Choose a tag to compare

This release uses https://github.com/compose-spec/compose-go to enhance syntax support

Add labels:

  • volume-from (with same-pod) to avoid volume repetition
  • ignore to ignore a service
  • mapenv (replaces the env-to-service) to map environment to helm variable (as a template string)
  • secret-vars declares 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-service label is DEPRECATED and IGNORED (a warning appears on the console to help to fix)

1.0.0-rc7

01 Apr 15:51

Choose a tag to compare

Fixes for env_file with a single string (not recommended but that fails for some people)

see #8

1.0.0-rc6

01 Apr 15:44

Choose a tag to compare

Fixed 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