Skip to content

Releases: clevyr/yampl

v0.3.7

22 Feb 20:17
049e664
Compare
Choose a tag to compare

Changelog

  • 049e664 ✨ (flags): Replace newlines with commas before parsing flags

v0.3.6

18 Feb 22:28
7e58da4
Compare
Choose a tag to compare

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

02 Feb 18:26
262f9ec
Compare
Choose a tag to compare

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

22 Sep 22:46
0000bdb
Compare
Choose a tag to compare

Changelog

  • 0000bdb 🐛 Fix strip flag
  • 5329569 🔒 Add workflow: CodeQL analysis

v0.3.3

10 Sep 06:11
5c8946e
Compare
Choose a tag to compare

Changelog

  • 5c8946e ⬆️ Bump Go to v1.19
  • 88c49a6 ⬆️ Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 (#9)
  • f36005e ⬆️ Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#10)
  • 5e07356 🔧 Configure gomod dependabot updates
  • 102ccdf 🔧 Use latest golangci-lint version

v0.3.2

02 Sep 03:43
6345555
Compare
Choose a tag to compare

Changelog

  • 1ed90ce 🐛 Fix corruption when map or seq templating changes the style
  • 671eb78 🔥 Remove head and foot comment support until further tested
  • 67cbd8b ♻️ Refactor comment template parsing
  • 88079e0 🚚 Rename package: node to comment

v0.3.1

01 Sep 00:02
18fb9d8
Compare
Choose a tag to compare

Changelog

  • 18fb9d8 🐛 Fix map and seq templates being stripped

v0.3.0

31 Aug 19:07
a199ddb
Compare
Choose a tag to compare

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

v0.2.5

30 Aug 18:31
5bf2a07
Compare
Choose a tag to compare

Changelog

v0.2.4

29 Aug 19:54
951641a
Compare
Choose a tag to compare

Changelog

  • 7e1706d 📌 Pin Go minor version during CI
  • 951641a 🐳 Add git and yq to container