Skip to content

Releases: stefanprodan/timoni

v0.25.2

06 Aug 13:59
v0.25.2
9fba645
Compare
Choose a tag to compare

Timoni's CUE engine has been updated to v0.14.0.
To support the development of Timoni going forward please consider becoming a sponsor on GitHub.

What's Changed

Full Changelog: v0.25.1...v0.25.2

v0.25.1

11 Jun 13:44
v0.25.1
0092632
Compare
Choose a tag to compare

Timoni's CUE engine has been updated to v0.13.1.
To support the development of Timoni going forward please consider becoming a sponsor on GitHub.

What's Changed

  • Update cuelang.org/go to v0.13.1 by @stefanprodan in #509
  • build(deps): bump github/codeql-action from 3.28.18 to 3.28.19 in the ci group by @dependabot in #508

Full Changelog: v0.25.0...v0.25.1

v0.25.0

28 May 07:48
v0.25.0
2f06291
Compare
Choose a tag to compare

Timoni's CUE engine has been updated to v0.13.0.
To support the development of Timoni going forward please consider becoming a sponsor on GitHub.

What's Changed

New Contributors

Full Changelog: v0.24.0...v0.25.0

v0.24.0

08 Feb 14:04
v0.24.0
2fc83e4
Compare
Choose a tag to compare

Timoni's CUE engine has been updated to v0.12.0.
To support the development of Timoni going forward please consider becoming a sponsor on GitHub.

What's Changed

New Contributors

Full Changelog: v0.23.0...v0.24.0

v0.23.0

16 Dec 13:12
v0.23.0
0027449
Compare
Choose a tag to compare

This version comes with new features and various bug fixes.
To support the development of Timoni going forward please consider becoming a sponsor on GitHub.

The highlight of this release is that Timoni comes with CUE v0.11 and extends suport for schema generation from Kubernetes CRDs. Starting with this version, CRDs with oneOf and anyOf such as Istio, Flagger, Google Cloud can be imported into Timoni modules using timoni mod vendor crd.

What's Changed

New Contributors

Full Changelog: v0.22.1...v0.23.0

v0.22.1

22 Oct 19:49
v0.22.1
e516aa8
Compare
Choose a tag to compare

This version comes with various bug fixes and updates Timoni to Kubernetes 1.31
To support the development of Timoni going forward please consider becoming a sponsor on GitHub.

What's Changed

New Contributors

Full Changelog: v0.22.0...v0.22.1

v0.22.0

28 Jun 09:49
v0.22.0
e2c1fe6
Compare
Choose a tag to compare

Timoni's CUE engine has been updated from v0.8.1 to v0.9.2.
To support the development of Timoni going forward please consider becoming a sponsor on GitHub.

What's Changed

New Contributors

Full Changelog: v0.21.0...v0.22.0

v0.21.0

24 Apr 09:44
v0.21.0
28426b0
Compare
Choose a tag to compare

Timoni's CUE engine has been updated from v0.7.1 to v0.8.1.
To support the development of Timoni going forward please consider becoming a sponsor on GitHub.

What's Changed

Full Changelog: v0.20.0...v0.21.0

v0.20.0

05 Mar 12:23
v0.20.0
7f033d9
Compare
Choose a tag to compare

This release was made possible by the generous support of RawkodeAcademy 💟.
To support the development of Timoni going forward please consider becoming a sponsor on GitHub.

New Features

  • Referencing local modules in bundles - Timoni now supports referencing local modules in bundle files, allowing users to define a bundle that includes modules from the same repository using relative paths.
  • #ImagePullSecret - The #ImagePullSecret definition is now available in the Timoni's CUE schemas that can be used by module authors to generate Kubernetes Secrets of type kubernetes.io/dockerconfigjson.
  • Scoop and Proto installers - The Timoni CLI is now available as a Scoop package for Windows and as a Proto plugin for Linux, macOS and Windows.

New Documentation

  • Flux OCI sync - A guide on how to configure Flux to deploy workloads from OCI artifacts hosted on container registries.
  • Flux AIO upgrade - A guide on how to upgrade Flux AIO on Kubernetes clusters.

What's Changed

New Contributors

Full Changelog: v0.19.0...v0.20.0

v0.19.0

21 Jan 10:35
v0.19.0
3844e03
Compare
Choose a tag to compare

Timoni v0.19.0 comes with a new documentation section dedicated to learning CUE lang and authoring Timoni modules.

New Documentation

New Commands

  • timoni mod init --blueprint - The init command now supports the --blueprint flag that allows initializing a module from a custom blueprint.

What's Changed

New Contributors

Full Changelog: v0.18.0...v0.19.0