Logo
Explore Help
Register Sign In
Katenary/katenary
2
0
Fork 0
You've already forked katenary
Code Issues 9 Pull Requests 1 Actions Packages Projects 4 Releases 17 Wiki Activity

17 Releases 22 Tags

RSS Feed
  • releases/3.0.0-rc9 9bd1ebb59a
    Compare

    3.0.0-rc9 / Fixes dependency problems
    All checks were successful
    Build release binaries and packages / build-packages (amd64, windows) (push) Successful in 2m0s
    Details
    Build release binaries and packages / build-packages (amd64, darwin) (push) Successful in 2m30s
    Details
    Build release binaries and packages / build-packages (arm64, freebsd) (push) Successful in 3m1s
    Details
    Build and push OCI image / build (push) Successful in 2m15s
    Details
    Build release binaries and packages / build-packages (amd64, freebsd) (push) Successful in 4m55s
    Details
    Build release binaries and packages / build-packages (amd64, linux) (push) Successful in 5m2s
    Details
    Build release binaries and packages / build-packages (arm64, linux) (push) Successful in 2m48s
    Details
    Stable

    metal3d released this 2025-09-23 10:35:23 +00:00 | 0 commits to master since this release

    What's new?

    This release addresses several key issues to improve stability and usability. Notably, it includes fixes related to dependency management, ensuring that depends-on relationships are correctly handled and optimized for faster deployment. Additionally, improvements have been made to error messaging, providing clearer guidance when commands fail, especially in scenarios where Katenary encounters issues.

    Overall, this release emphasizes stability and clarity, with targeted fixes that resolve previous issues and improve the robustness of the system.

    Install

    • Use the package page to configure your distribution repository (deb, rpm, arch...).
    • macOS and Windows users can get the setup.exe file in "Generic" packages (brew package in progress).

    Notable changes

    • @metal3d in commit 614a1df5ba: Fixes how depends-on relationships are managed, including renaming and static file handling, leading to faster deployment pro
      cesses. (Addresses #174 and #173)
    • @metal3d in commit f0436ebce1: Improves error messaging when Katenary fails, providing clearer guidance instead of generic command errors.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • releases/3.0.0-rc8 b8333eacf2
    Compare

    3.0.0-rc8 / The next possible version
    All checks were successful
    Go-Tests / tests (push) Successful in 2m45s
    Details
    Go-Tests / sonar (push) Successful in 1m2s
    Details
    Build release binaries and packages / build-packages (amd64, darwin) (push) Successful in 1m34s
    Details
    Build release binaries and packages / build-packages (amd64, freebsd) (push) Successful in 2m47s
    Details
    Build release binaries and packages / build-packages (amd64, windows) (push) Successful in 2m53s
    Details
    Build release binaries and packages / build-packages (amd64, linux) (push) Successful in 3m18s
    Details
    Build release binaries and packages / build-packages (arm64, freebsd) (push) Successful in 2m42s
    Details
    Build release binaries and packages / build-packages (arm64, linux) (push) Successful in 1m44s
    Details
    Build and push OCI image / build (push) Successful in 1m54s
    Details
    Stable

    metal3d released this 2025-09-23 07:02:59 +00:00 | 3 commits to master since this release

    What's new?

    This release addresses several important fixes and improvements across the project. Notably, it resolves issues related to volume mounting, ensuring that files from the project root are correctly handled, which enhances reliability in various deployment scenarios. The versioning system has been refined to better support release tags, preventing build inconsistencies and streamlining the release process. Additionally, the repository references and documentation have been updated to reflect the new project location, improving clarity and accessibility for users and contributors.

    The update also includes enhancements to the build and packaging workflows, making them more robust and easier to maintain. These changes contribute to a more stable and predictable development environment, reducing potential errors during CI/CD processes. Overall, this release emphasizes stability and clarity, with fixes that improve the core functionality and user experience.

    Furthermore, the project now leverages newer dependencies and tools, such as Go 1.25, to ensure compatibility and security. The modifications also include better logging and output management, which facilitate troubleshooting and monitoring. These improvements collectively support ongoing development and deployment efforts, making the project more reliable and easier to work with.

    Installation

    You can now use packages for major distributions (Fedora, Alma, Rocky, Red Hat, Debian, Ubuntu, Arch...) - follow steps in https://repo.katenary.io/Katenary/katenary/packages

    You can also use Docker or Podman, see https://repo.katenary.io/Katenary/-/packages/container/katenary/latest (mount your project in /app and use correct UID, documentation is comming soon)

    Windows users can use https://repo.katenary.io/Katenary/-/packages/generic/katenary/3.0.0-rc8/files/281 (setup installer)

    Notable changes

    • @metal3d #03b4d5c: Fix volume mounting for files from project root, ensuring correct volume name generation.
    • @metal3d #debe43c: Improve version prefix handling to prevent build issues with versioning.
    • @metal3d #ef1ff27: Update repository references and documentation to reflect the new project URL.
    • @metal3d #f539be8: Transition to Go 1.25, enhancing build stability and security.
    • @metal3d #9479212: Refine CI/CD workflows for better build and package management.
    • @metal3d #6cd1c92: Enhance documentation with clearer instructions and package information.
    • @metal3d #8e54d61: Remove obsolete references and streamline project branding.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 3.0.0-rc6 9f75f874d1
    Compare

    v3.0.0-rc6 Stable

    metal3d released this 2025-08-13 08:26:13 +00:00 | 38 commits to master since this release

    What's Changed

    • fix(katenaryfile): Fix parsing katenary file by @metal3d in https://github.com/Katenary/katenary/pull/145
    • fix(katenaryfile): Schema is broken without json annotation by @metal3d in https://github.com/Katenary/katenary/pull/146
    • fix(configmap): File from the root of project ends by a dash by @metal3d in https://github.com/Katenary/katenary/pull/154
    • Develop by @metal3d in https://github.com/Katenary/katenary/pull/155
    • feat(refacto): move everything in internal package by @metal3d in https://github.com/Katenary/katenary/pull/156
    • Features/oci image by @metal3d in https://github.com/Katenary/katenary/pull/157
    • feat(oci): Use Buildah by @metal3d in https://github.com/Katenary/katenary/pull/158
    • Features/buildah build by @metal3d in https://github.com/Katenary/katenary/pull/159

    Full Changelog: https://github.com/Katenary/katenary/compare/3.0.0-rc5...3.0.0-rc6

    Common packages and setup

    • Podman / Docker : podman pull ghcr.io/katenary/katenary:3.0.0-rc6 or docker pull ghcr.io/katenary/katenary:3.0.0-rc6
    • Mac / Linux Brew: brew install katenary/tap/katenary
    • Windows: https://github.com/Katenary/katenary/releases/download/3.0.0-rc6/katenary-windows-setup.exe
    • Fedora / Rocky / Alma / Red Hat: https://github.com/Katenary/katenary/releases/download/3.0.0-rc6/katenary-3.0.0_rc6-1.x86_64.rpm
    • Debian / Ubuntu: https://github.com/Katenary/katenary/releases/download/3.0.0-rc6/katenary_3.0.0-rc6_amd64.deb
      Also:
    • Linux binary file : https://github.com/Katenary/katenary/releases/download/3.0.0-rc6/katenary-linux-amd64 (to be placed in your $PATH like ~/.local/bin or /usr/local/bin)

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

    You may also use tarball, change architectures

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • katenary-3.0.0_rc6-1.aarch64.rpm
      12 MiB
      2025-08-13 08:39:56 +00:00
    • katenary-3.0.0.rc6-1-arm64.pkg.tar.zst
      12 MiB
      2025-08-13 08:39:53 +00:00
    • katenary-3.0.0.rc6-1-x86_64.pkg.tar.zst
      6.6 MiB
      2025-08-13 08:39:55 +00:00
    • katenary-3.0.0_rc6-1.x86_64.rpm
      6.5 MiB
      2025-08-13 08:39:57 +00:00
    • katenary_3.0.0-rc6_amd64.deb
      6.5 MiB
      2025-08-13 08:39:59 +00:00
    • katenary_3.0.0-rc6_arm64.deb
      12 MiB
      2025-08-13 08:40:00 +00:00
    • katenary-darwin-amd64
      14 MiB
      2025-08-13 08:40:01 +00:00
    • katenary-darwin-amd64.asc
      687 B
      2025-08-13 08:40:03 +00:00
    • katenary.exe
      29 MiB
      2025-08-13 08:39:50 +00:00
    • katenary.exe.asc
      687 B
      2025-08-13 08:39:53 +00:00
    • katenary-freebsd-3.0.0-rc6.amd64.tar
      20 MiB
      2025-08-13 08:40:03 +00:00
    • katenary-freebsd-3.0.0-rc6.amd64.txz
      4.8 MiB
      2025-08-13 08:40:07 +00:00
    • katenary-freebsd-3.0.0-rc6.arm64.tar
      27 MiB
      2025-08-13 08:40:08 +00:00
    • katenary-freebsd-3.0.0-rc6.arm64.txz
      10 MiB
      2025-08-13 08:40:10 +00:00
    • katenary-freebsd-amd64
      20 MiB
      2025-08-13 08:40:11 +00:00
    • katenary-freebsd-amd64.asc
      687 B
      2025-08-13 08:40:12 +00:00
    • katenary-freebsd-arm64
      27 MiB
      2025-08-13 08:40:13 +00:00
    • katenary-freebsd-arm64.asc
      687 B
      2025-08-13 08:40:16 +00:00
    • katenary-linux-3.0.0-rc6.amd64.tar
      6.7 MiB
      2025-08-13 08:40:16 +00:00
    • katenary-linux-3.0.0-rc6.arm64.tar
      13 MiB
      2025-08-13 08:40:18 +00:00
    • katenary-linux-amd64
      6.7 MiB
      2025-08-13 08:40:19 +00:00
    • katenary-linux-amd64.asc
      687 B
      2025-08-13 08:40:20 +00:00
    • katenary-linux-arm64
      13 MiB
      2025-08-13 08:40:20 +00:00
    • katenary-linux-arm64.asc
      687 B
      2025-08-13 08:40:22 +00:00
    • katenary-windows-setup.exe
      14 MiB
      2025-08-13 08:40:22 +00:00
    • katenary-windows-setup.exe.asc
      687 B
      2025-08-13 08:40:24 +00:00
  • 3.0.0-rc5 327e0aa799
    Compare

    v3.0.0-rc5 Stable

    metal3d released this 2025-07-15 11:59:22 +00:00 | 62 commits to master since this release

    What's Changed

    • Develop by @metal3d in https://github.com/Katenary/katenary/pull/131
    • fix(deployment): Missed the command from compose file by @metal3d in https://github.com/Katenary/katenary/pull/135
    • Develop by @metal3d in https://github.com/Katenary/katenary/pull/134
    • Develop by @metal3d in https://github.com/Katenary/katenary/pull/137
    • Develop by @metal3d in https://github.com/Katenary/katenary/pull/138
    • fix(doc): Fix documentation linkg by @metal3d in https://github.com/Katenary/katenary/pull/139
    • Develop by @metal3d in https://github.com/Katenary/katenary/pull/140
    • Develop by @metal3d in https://github.com/Katenary/katenary/pull/141
    • chore(make): manpage requirements are now in requirements by @metal3d in https://github.com/Katenary/katenary/pull/142

    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: https://github.com/Katenary/katenary/compare/3.0.0-rc4...3.0.0-rc5

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • katenary-3.0.0_rc5-1.aarch64.rpm
      12 MiB
      2025-07-15 12:03:35 +00:00
    • katenary-3.0.0.rc5-1-arm64.pkg.tar.zst
      12 MiB
      2025-07-15 12:03:33 +00:00
    • katenary-3.0.0.rc5-1-x86_64.pkg.tar.zst
      6.5 MiB
      2025-07-15 12:03:34 +00:00
    • katenary-3.0.0_rc5-1.x86_64.rpm
      6.5 MiB
      2025-07-15 12:03:36 +00:00
    • katenary_3.0.0-rc5_amd64.deb
      6.5 MiB
      2025-07-15 12:03:39 +00:00
    • katenary_3.0.0-rc5_arm64.deb
      12 MiB
      2025-07-15 12:03:40 +00:00
    • katenary-darwin-amd64
      14 MiB
      2025-07-15 12:03:41 +00:00
    • katenary-darwin-amd64.asc
      687 B
      2025-07-15 12:03:42 +00:00
    • katenary-darwin-arm64
      27 MiB
      2025-07-17 12:18:24 +00:00
    • katenary-darwin-arm64.asc
      687 B
      2025-07-17 12:18:27 +00:00
    • katenary.exe
      28 MiB
      2025-07-15 12:03:30 +00:00
    • katenary.exe.asc
      687 B
      2025-07-15 12:03:32 +00:00
    • katenary-freebsd-3.0.0-rc5.amd64.tar
      19 MiB
      2025-07-15 12:03:42 +00:00
    • katenary-freebsd-3.0.0-rc5.amd64.txz
      4.8 MiB
      2025-07-15 12:03:44 +00:00
    • katenary-freebsd-3.0.0-rc5.arm64.tar
      27 MiB
      2025-07-15 12:03:45 +00:00
    • katenary-freebsd-3.0.0-rc5.arm64.txz
      10 MiB
      2025-07-15 12:03:46 +00:00
    • katenary-freebsd-amd64
      19 MiB
      2025-07-15 12:03:48 +00:00
    • katenary-freebsd-amd64.asc
      687 B
      2025-07-15 12:03:50 +00:00
    • katenary-freebsd-arm64
      27 MiB
      2025-07-15 12:03:50 +00:00
    • katenary-freebsd-arm64.asc
      687 B
      2025-07-15 12:03:52 +00:00
    • katenary-linux-3.0.0-rc5.amd64.tar
      6.7 MiB
      2025-07-15 12:03:52 +00:00
    • katenary-linux-3.0.0-rc5.arm64.tar
      13 MiB
      2025-07-15 12:03:53 +00:00
    • katenary-linux-amd64
      6.7 MiB
      2025-07-15 12:03:55 +00:00
    • katenary-linux-amd64.asc
      687 B
      2025-07-15 12:03:56 +00:00
    • katenary-linux-arm64
      13 MiB
      2025-07-15 12:03:56 +00:00
    • katenary-linux-arm64.asc
      687 B
      2025-07-15 12:03:58 +00:00
    • katenary-windows-setup.exe
      14 MiB
      2025-07-15 12:03:58 +00:00
    • katenary-windows-setup.exe.asc
      687 B
      2025-07-15 12:03:59 +00:00
  • 3.0.0-rc4 1f406dc558
    Compare

    v3.0.0-rc4 Stable

    metal3d released this 2025-07-07 11:51:13 +00:00 | 109 commits to master since this release

    Recompile to fix Windows binary.

    See https://github.com/upx/upx/issues/437 and #130 to understand the problems.

    What's Changed

    • feat(doc): regenerate the package docs by @metal3d in https://github.com/metal3d/katenary/pull/127
    • Feat change actions by @metal3d in https://github.com/metal3d/katenary/pull/128
    • Many fixes on code quality and CI by @metal3d in https://github.com/metal3d/katenary/pull/129
    • fix(build): Windows is a shame by @metal3d in https://github.com/metal3d/katenary/pull/130

    Full Changelog: https://github.com/metal3d/katenary/compare/3.0.0-rc3...3.0.0-rc4

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • katenary-darwin-amd64
      14 MiB
      2025-07-07 11:55:39 +00:00
    • katenary-darwin-amd64.asc
      687 B
      2025-07-07 11:55:41 +00:00
    • katenary.exe
      28 MiB
      2025-07-07 11:55:36 +00:00
    • katenary.exe.asc
      687 B
      2025-07-07 11:55:39 +00:00
    • katenary-freebsd-amd64
      19 MiB
      2025-07-07 11:55:41 +00:00
    • katenary-freebsd-amd64.asc
      687 B
      2025-07-07 11:55:42 +00:00
    • katenary-freebsd-arm64
      27 MiB
      2025-07-07 11:55:43 +00:00
    • katenary-freebsd-arm64.asc
      687 B
      2025-07-07 11:55:44 +00:00
    • katenary-linux-amd64
      6.7 MiB
      2025-07-07 11:55:44 +00:00
    • katenary-linux-amd64.asc
      687 B
      2025-07-07 11:55:45 +00:00
    • katenary-linux-arm64
      13 MiB
      2025-07-07 11:55:46 +00:00
    • katenary-linux-arm64.asc
      687 B
      2025-07-07 11:55:47 +00:00
  • 3.0.0-rc3 8c509b5bff
    Compare

    v3.0.0-rc3 Stable

    metal3d released this 2025-07-04 13:08:40 +00:00 | 135 commits to master since this release

    What's Changed

    • chore(presentation): Update README by @metal3d in https://github.com/metal3d/katenary/pull/94
    • Add SecretName in TLS + adapt github actions by @metal3d in https://github.com/metal3d/katenary/pull/95
    • Fixing docs by @metal3d in https://github.com/metal3d/katenary/pull/96
    • Enhance tests by @metal3d in https://github.com/metal3d/katenary/pull/101
    • chore(deps): bump k8s.io/apimachinery from 0.32.0 to 0.32.1 by @dependabot in https://github.com/metal3d/katenary/pull/105
    • chore(deps): bump github.com/invopop/jsonschema from 0.12.0 to 0.13.0 by @dependabot in https://github.com/metal3d/katenary/pull/103
    • chore(deps): bump k8s.io/api from 0.32.0 to 0.32.1 by @dependabot in https://github.com/metal3d/katenary/pull/104
    • Develop by @metal3d in https://github.com/metal3d/katenary/pull/108
    • Fix example of docker-compose.yml by @GSergeevich in https://github.com/metal3d/katenary/pull/114
    • Develop by @metal3d in https://github.com/metal3d/katenary/pull/117
    • Develop by @metal3d in https://github.com/metal3d/katenary/pull/118
    • Develop by @metal3d in https://github.com/metal3d/katenary/pull/119
    • Develop by @metal3d in https://github.com/metal3d/katenary/pull/120
    • Merge branch 'master' into develop by @metal3d in https://github.com/metal3d/katenary/pull/126

    New Contributors

    • @GSergeevich made their first contribution in https://github.com/metal3d/katenary/pull/114

    Full Changelog: https://github.com/metal3d/katenary/compare/3.0.0-rc2...3.0.0-rc3

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • katenary-darwin-amd64
      14 MiB
      2025-07-04 13:28:35 +00:00
    • katenary-darwin-amd64.asc
      687 B
      2025-07-04 13:28:36 +00:00
    • katenary.exe
      22 MiB
      2025-07-07 10:56:10 +00:00
    • katenary.exe.asc
      687 B
      2025-07-07 10:56:12 +00:00
    • katenary-freebsd-amd64
      19 MiB
      2025-07-04 13:28:36 +00:00
    • katenary-freebsd-amd64.asc
      687 B
      2025-07-04 13:28:37 +00:00
    • katenary-freebsd-arm64
      27 MiB
      2025-07-04 13:28:38 +00:00
    • katenary-freebsd-arm64.asc
      687 B
      2025-07-04 13:28:40 +00:00
    • katenary-linux-amd64
      6.7 MiB
      2025-07-04 13:28:40 +00:00
    • katenary-linux-amd64.asc
      687 B
      2025-07-04 13:28:41 +00:00
    • katenary-linux-arm64
      13 MiB
      2025-07-04 13:28:41 +00:00
    • katenary-linux-arm64.asc
      687 B
      2025-07-04 13:28:42 +00:00
  • 3.0.0-rc2 58d1e8e450
    Compare

    v3.0.0-rc2 Stable

    metal3d released this 2024-12-03 13:53:34 +00:00 | 185 commits to master since this release

    What's Changed

    • Merge Develop to prepare V3 by @metal3d in https://github.com/metal3d/katenary/pull/77
    • Develop by @metal3d in https://github.com/metal3d/katenary/pull/78
    • Develop by @metal3d in https://github.com/metal3d/katenary/pull/79
    • Add katenary schema, cleanup and refactorization by @metal3d in https://github.com/metal3d/katenary/pull/81
    • Some fixes on "same-pod" and volumes + add some tests by @metal3d in https://github.com/metal3d/katenary/pull/82
    • test(codecov): remove codecov by @metal3d in https://github.com/metal3d/katenary/pull/85
    • Add "values-from" and more tests by @metal3d in https://github.com/metal3d/katenary/pull/86
    • Add schema to the root, fix test coverage by @metal3d in https://github.com/metal3d/katenary/pull/87
    • Enhance doc, description, examples by @metal3d in https://github.com/metal3d/katenary/pull/88
    • Use develop branch please by @metal3d in https://github.com/metal3d/katenary/pull/90
    • Fix binary data, Add tests, Error management by @metal3d in https://github.com/metal3d/katenary/pull/91
    • doc(refresh): Refresh doc after changing functions by @metal3d in https://github.com/metal3d/katenary/pull/92

    Full Changelog: https://github.com/metal3d/katenary/compare/v3.0.0-rc1...3.0.0-rc2

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • katenary-darwin-amd64
      27 MiB
      2024-12-03 13:59:07 +00:00
    • katenary-darwin-amd64.asc
      687 B
      2024-12-03 13:59:09 +00:00
    • katenary.exe
      21 MiB
      2024-12-03 13:59:04 +00:00
    • katenary.exe.asc
      687 B
      2024-12-03 13:59:07 +00:00
    • katenary-freebsd-amd64
      19 MiB
      2024-12-03 13:59:09 +00:00
    • katenary-freebsd-amd64.asc
      687 B
      2024-12-03 13:59:10 +00:00
    • katenary-freebsd-arm64
      26 MiB
      2024-12-03 13:59:10 +00:00
    • katenary-freebsd-arm64.asc
      687 B
      2024-12-03 13:59:12 +00:00
    • katenary-linux-amd64
      19 MiB
      2024-12-03 13:59:12 +00:00
    • katenary-linux-amd64.asc
      687 B
      2024-12-03 13:59:14 +00:00
    • katenary-linux-arm64
      26 MiB
      2024-12-03 13:59:14 +00:00
    • katenary-linux-arm64.asc
      687 B
      2024-12-03 13:59:16 +00:00
  • v3.0.0-rc1 10b7a49bbf
    Compare

    Release Candidate 1 for 3.0.0 Stable

    metal3d released this 2024-11-26 23:04:06 +00:00 | 212 commits to master since this release

    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

    • @iThom made their first contribution in https://github.com/metal3d/katenary/pull/22
    • @samzong made their first contribution in https://github.com/metal3d/katenary/pull/40
    • @YoranSys made their first contribution in https://github.com/metal3d/katenary/pull/32

    Full Changelog: https://github.com/metal3d/katenary/compare/2.0.0-beta2...v3.0.0-rc1

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • katenary-darwin-amd64
      27 MiB
      2024-11-26 23:20:21 +00:00
    • katenary-darwin-amd64.asc
      687 B
      2024-11-26 23:20:23 +00:00
    • katenary.exe
      21 MiB
      2024-11-26 23:20:19 +00:00
    • katenary.exe.asc
      687 B
      2024-11-26 23:20:21 +00:00
    • katenary-freebsd-amd64
      19 MiB
      2024-11-26 23:20:24 +00:00
    • katenary-freebsd-amd64.asc
      687 B
      2024-11-26 23:20:25 +00:00
    • katenary-freebsd-arm64
      26 MiB
      2024-11-26 23:20:26 +00:00
    • katenary-freebsd-arm64.asc
      687 B
      2024-11-26 23:20:28 +00:00
    • katenary-linux-amd64
      19 MiB
      2024-11-26 23:20:28 +00:00
    • katenary-linux-amd64.asc
      687 B
      2024-11-26 23:20:30 +00:00
    • katenary-linux-arm64
      26 MiB
      2024-11-26 23:20:30 +00:00
    • katenary-linux-arm64.asc
      687 B
      2024-11-26 23:20:32 +00:00
  • 2.0.0-beta2 8cf3ff9f73
    Compare

    v2.0.0-beta2 Stable

    metal3d released this 2022-05-24 09:19:10 +00:00 | 392 commits to master since this release

    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

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • katenary-darwin-amd64
      12 MiB
      2022-05-24 09:21:32 +00:00
    • katenary.exe
      9.0 MiB
      2022-05-24 09:21:29 +00:00
    • katenary-freebsd-amd64
      8.2 MiB
      2022-05-24 09:21:34 +00:00
    • katenary-freebsd-arm64
      11 MiB
      2022-05-24 09:21:36 +00:00
    • katenary-linux-amd64
      8.2 MiB
      2022-05-24 09:21:38 +00:00
    • katenary-linux-arm64
      11 MiB
      2022-05-24 09:21:39 +00:00
  • 2.0.0-beta1 418a0a8029
    Compare

    v2.0.0-beta1 Stable

    metal3d released this 2022-05-08 08:00:48 +00:00 | 401 commits to master since this release

    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)
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • katenary-darwin-amd64
      12 MiB
      2022-05-08 08:06:52 +00:00
    • katenary.exe
      9.0 MiB
      2022-05-08 08:06:49 +00:00
    • katenary-freebsd-amd64
      8.2 MiB
      2022-05-08 08:06:53 +00:00
    • katenary-freebsd-arm64
      11 MiB
      2022-05-08 08:06:54 +00:00
    • katenary-linux-amd64
      8.2 MiB
      2022-05-08 08:06:55 +00:00
    • katenary-linux-arm64
      11 MiB
      2022-05-08 08:06:56 +00:00
First Previous 1 2 Next Last
Powered by Gitea Version: 1.24.5 Page: 527ms Template: 34ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API