Skip to content

Releases: krisnova/naml

The Stderr Delta Release

24 Nov 03:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

Codify Improvements, and Unit Tests

24 Nov 00:44
Compare
Choose a tag to compare

Looks like a lot of users are interested in the codify feature.

This is starting to get us closer to a somewhat decent autogen starting point. We still have a lot of reflection and importing to do, however this is getting stronger for most of the daily use cases.

What's Changed

Full Changelog: v1.0.1...v1.0.2

The Version Release

21 Nov 03:54
1dbbf57
Compare
Choose a tag to compare

Fixing a minor problem with NAML applications

They are now displaying their Version instead of the global NAML Version which is now hard coded as a default in the library.

The Big Kid Release

21 Nov 03:03
cb9e527
Compare
Choose a tag to compare

The first major stable release

  • Fixed dependency on temporary valast workaround
  • Substantial YAML tests
  • Deprecate RPC
  • Flexible Deployable

This one should be here to stay for some time 🎉

The Version Release

20 Nov 17:30
Compare
Choose a tag to compare

Updating Version with AUR

Deployable Release (RC1.0.0)

20 Nov 15:55
2f3105d
Compare
Choose a tag to compare

Release Candidate for 1.0.0

  • Still waiting on #30
  • This breaks the Deployable interface
  • This requires updates to vendoring go.mod projects
  • Documentation
  • Adding YAML unit tests
  • Library feature
  • Remove RPC
  • Alias unit tests
  • List improvements
  • Output checks

v0.3.2

01 Nov 16:09
7c23fcf
Compare
Choose a tag to compare

Adding support for 2 new kubernetes object types

  • IngressClass
  • ValidatingWebhookConfiguration

v0.3.1 The build release

15 Sep 01:43
Compare
Choose a tag to compare

Note: This requires a "Go" binary on the host system.

naml build main.go
naml build app.go
naml build main.go -o app.naml

v0.3.0 The YAML Release

20 Aug 01:57
0699a20
Compare
Choose a tag to compare

Adding some YAML tests and working -o yaml tested with the Kube dashboard

v0.2.9 The Hack Release

19 Aug 18:31
Compare
Choose a tag to compare

Bumping a release with the work around for int32 and in64 pointers in naml codify.