Naml Versions Save

Convert Kubernetes YAML to Golang

v1.0.3

2 years ago

What's Changed

Full Changelog: https://github.com/kris-nova/naml/compare/v1.0.2...v1.0.3

v1.0.2

2 years ago

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: https://github.com/kris-nova/naml/compare/v1.0.1...v1.0.2

v1.0.1

2 years ago

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.

v1.0.0

2 years ago

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 🎉

v0.4.1

2 years ago

Updating Version with AUR

v0.4.0

2 years ago

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

2 years ago

Adding support for 2 new kubernetes object types

  • IngressClass
  • ValidatingWebhookConfiguration

v0.3.1

2 years ago

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

2 years ago

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

v0.2.9

2 years ago

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