Releases: gliderlabs/sigil
Releases · gliderlabs/sigil
v0.11.0
What's Changed
- Merge release into main branch by @josegonzalez in #102
- chore: update method of installing gems in build env and drop rpm support by @josegonzalez in #104
- chore: remove armhf build target by @josegonzalez in #103
- tests: drop circleci config in favor of github actions by @josegonzalez in #105
- tests: update env to ubuntu-22.04 and cleanup workflow file by @josegonzalez in #106
- feat: release deb packages for ubuntu 24.04 and drop unsupported operating systems by @josegonzalez in #107
- feat: add linting to various files by @josegonzalez in #108
- chore: update github workflow actions via dependabot by @josegonzalez in #109
- chore(deps): bump actions/upload-artifact from 2 to 4 by @dependabot in #111
- chore(deps): bump actions/checkout from 2 to 4 by @dependabot in #110
- feat: add ability to create releases from a github workflow by @josegonzalez in #112
- chore: delete the changelog by @josegonzalez in #113
- feat: use repository slug instead of repository name when copying files over for a release by @josegonzalez in #114
- chore(deps): bump ruby/setup-ruby from 1.176.0 to 1.177.1 by @dependabot in #117
- chore(deps): bump golang from 1.22.3-bookworm to 1.22.4-bookworm by @dependabot in #121
- chore(deps): bump actions/attest-build-provenance from 1.1.2 to 1.3.2 by @dependabot in #125
- chore(deps): bump ruby/setup-ruby from 1.177.1 to 1.182.0 by @dependabot in #127
- chore: update go version to 1.22 by @josegonzalez in #128
- feat: add support for long-form flags by @josegonzalez in #130
- tests: check that binary builds correctly and respect go version from go.mod by @josegonzalez in #129
Full Changelog: v0.10.1...v0.11.0
v0.10.1
What's Changed
- Release 0.5.0 by @josegonzalez in #51
- Release 0.6.0 by @josegonzalez in #54
- Release 0.7.0 by @josegonzalez in #59
- Release 0.7.1 by @josegonzalez in #61
- Release 0.8.0 by @josegonzalez in #68
- Release 0.8.1 by @josegonzalez in #72
- Release 0.9.0 by @josegonzalez in #80
- Release 0.10.0 by @josegonzalez in #99
- fix: ensure lintian always passes checks before making a release by @josegonzalez in #100
- Release 0.10.1 by @josegonzalez in #101
Full Changelog: v0.10.0...v0.10.1
v0.10.0
Added
- #82 @josegonzalez Add support for raspbian/bullseye on arm64 architectures
- #98 @Coffee2CodeNL: Add Bookworm Support
Changed
- #81 @dependabot: chore(deps): bump golang from 1.18.1-buster to 1.18.2-buster
- #83 @josegonzalez Publish arm64 packages for debian instead of raspbian
- #94 @dependabot: chore(deps): bump golang from 1.18.2-buster to 1.20.1-buster
- #95 @dependabot: chore(deps): bump golang from 1.20.1-buster to 1.20.4-buster
- #96 @josegonzalez chore: update runner to use ubuntu 20.04
- #97 @dependabot: chore(deps): bump golang from 1.20.4-buster to 1.20.5-buster
v0.9.0: Merge pull request #80 from gliderlabs/master
Release 0.9.0
v0.8.1
Added
- #70: @RyanGaudion Add Raspbian Bullseye
Changed
- #69: @dependabot chore(deps): bump golang from 1.17.6-buster to 1.17.7-buster
v0.8.0
Added
- #66: @josegonzalez Add support for arm64
Fixed
- #67: @josegonzalez Add missing jq dependency to build environment
Changed
- #62: @dependabot chore(deps): bump golang from 1.17.2-buster to 1.17.3-buster
- #65: @dependabot chore(deps): bump golang from 1.17.3-buster to 1.17.6-buster
v0.7.1
v0.7.0
v0.6.0
v0.5.0
Fixed
- #19: @stormcat24 Use correct protocol for download url
- #24: @mozamimy Fix a typo in SplitKv function
- #30: @lalyos Fix tojson
- #39: @josegonzalez Fix sigil installation instructions
- #46: @uphy
exists
function never returns false on full path
Added
- #13: @lalyos Make go templating left and right delimiter customizable.
- #16: @lalyos Add substring function
- #21: @lalyos Add base64enc and base64dec functions
- #28: @lalyos Add jmespath function
- #52: @josegonzalez Release packages in CI
Changed
- @josegonzalez Upgrade to circleci 2.1
- @josegonzalez Upgrade to golang 1.13.8