Releases: krisnova/naml
The Stderr Delta Release
What's Changed
- now using the new embed feature by @kris-nova in #106
- Issue 105 by @kris-nova in #107
Full Changelog: v1.0.2...v1.0.3
Codify Improvements, and Unit Tests
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
- Issue 99 by @kris-nova in #100
- Issue 101 by @kris-nova in #102
- compile time poddisruptionbudget check by @kris-nova in #103
- Unit tests (anchore, and contour) by @kris-nova in #104
Full Changelog: v1.0.1...v1.0.2
The Version Release
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
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
Updating Version with AUR
Deployable Release (RC1.0.0)
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
v0.3.1 The build release
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
Adding some YAML tests and working -o yaml tested with the Kube dashboard
v0.2.9 The Hack Release
Bumping a release with the work around for int32 and in64 pointers in naml codify
.