Releases: clevyr/yampl
Releases · clevyr/yampl
v0.3.7
v0.3.6
Changelog
- b9cba3b 👽 (ci): Replace --rm-dist flag with --clean
- 1337f87 🐛 (goreleaser): Add version to name template
- b0b60ac 🔥 (dockerfile): Remove unnecessary binary name
- 2b04e80 🐳 (dockerfile): Clean up RUN by adding heredoc string
- 7e58da4 🐳 (dockerignore): Update .dockerignore to improve caching
- a959446 🔧 (renovate): Replace some configs with default presets
- 73d06aa 🔧 (renovate): Swap to platform automerge
v0.3.5
Changelog
- 08b0619 👽 (goreleaser): Update archives syntax
- 018e85b ⬆️ Bump github.com/Masterminds/sprig/v3 from 3.2.2 to 3.2.3 (#13)
- 941057a ⬆️ Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#11)
- 26b1ca3 ⬆️ Bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#12)
- 7bfd1b0 ⬆️ Bump goreleaser/goreleaser-action from 3 to 4 (#14)
- ca807b8 ⬆️ Update go to 1.20 (#17)
- 262f9ec ⬆️ Update golang Docker tag to v1.20 (#18)
- ea01eca 👷 Fetch Go version from go.mod
- 28a1f1b 🔥 (dockerfile): Remove GO_VERSION build arg
- 0262e01 💚 Fix release failure if tag is pushed when branch CI still running
- 6f03659 📝 Clean up README.md
- 0d869fb 📌 (dockerfile): Pin alpine to v3.17
- 5b62e83 🚚 (renovate): Move config into .github dir
- 5ac2227 🚚 Rename CI workflow: Go to Build
- 92859e9 🐳 Tweak LABEL syntax
- 6b8d13c 🔧 (dependabot): Decrease dependabot update intervals
- bf27ff8 🔧 (goreleaser): Increment snapshot versions
- cce5413 🔧 (pre-commit): Update pre-commit repos
- 1d24f82 🔧 (renovate): Configure Go updates
- 4b727ad 🔧 (renovate): Enable Go import path updates
- 31a280b 🔧 (renovate): Enable alpine automerge
- e80030b 🔧 (renovate): Enable automerge type branch
- 336361a 🔧 (renovate): Enable pre-commit updates
- c3ac07a 🔧 Create CODEOWNERS
- b39bcbe ⚡ (ci): Use separate cache key during tests
- 6a5c1d1 ⚡ Enable CI cache
- d9f9a09 Configure Renovate (#15)
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
Changelog
- 49f888d 🎨 Reset and infer node style when templating
- 081d30e 🐛 Fix infinite loop during value completion
- 12e09ec 🥅 Continue searching for values if error occurs
- 7e67488 🥅 Fix up template error handling
- d083f20 🔊 Add line and col when error occurs
- ff1aaf9 🔊 Add template position to log
- bc4773f ♻️ Switch back to gopkg.in/yaml.v3
- ab5c6f3 🚨 Fix lint
- fbf3a9c ✨ Add explicit tag support
- bbfdb48 ✨ Add support for map and seq templates
- 61fca6e 🚚 Rename from go-yampl to yampl