Releases: dokku/plugn
Releases · dokku/plugn
v0.16.0
What's Changed
- chore(deps): bump ruby/setup-ruby from 1.176.0 to 1.182.0 by @dependabot in #169
- chore(deps): bump actions/attest-build-provenance from 1.1.2 to 1.3.2 by @dependabot in #167
- chore(deps): bump golang from 1.22.3-bookworm to 1.22.4-bookworm by @dependabot in #162
- chore(deps): bump github.com/BurntSushi/toml from 1.3.2 to 1.4.0 by @dependabot in #158
- chore: update go version to 1.22 by @josegonzalez in #170
- feat: add support for version flags by @josegonzalez in #172
- tests: check that binary builds correctly and respect go version from go.mod by @josegonzalez in #171
Full Changelog: v0.15.3...v0.16.0
v0.15.3
What's Changed
- Fix tgz download failures not treated as errors by @killjoy1221 in #154
Full Changelog: v0.15.2...v0.15.3
v0.15.2
What's Changed
- (chore) Update makefile with source files to trigger automatic rebuilds by @killjoy1221 in #153
- Fix the plugn shell dev helper on linux by @killjoy1221 in #151
Full Changelog: v0.15.1...v0.15.2
v0.15.1
What's Changed
- Fix git plugin install failing when the plugin is already installed by @killjoy1221 in #152
Full Changelog: v0.15.0...v0.15.1
v0.15.0
What's Changed
- Un-hardcode the master branch in plugin updates by @killjoy1221 in #141
Full Changelog: v0.14.1...v0.15.0
v0.14.1
What's Changed
- chore: drop changelog from repo by @josegonzalez in #150
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's Changed
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #128
- Remove support for debian buster by @josegonzalez in #129
- Remove support for Ubuntu Bionic by @josegonzalez in #130
- Drop armhf as a build target by @josegonzalez in #131
- chore(deps): bump golang from 1.20.5-bookworm to 1.21.3-bookworm by @dependabot in #132
- chore(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #136
- chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in #135
- chore(deps): bump golang from 1.21.3-bookworm to 1.21.6-bookworm by @dependabot in #138
- chore(deps): bump golang.org/x/crypto from 0.1.0 to 0.17.0 by @dependabot in #137
- chore(deps): bump golang from 1.21.6-bookworm to 1.22.1-bookworm by @dependabot in #140
- chore(deps): bump golang from 1.22.1-bookworm to 1.22.3-bookworm by @dependabot in #145
- Remove usage of deprecated package io/ioutil by @killjoy1221 in #142
- Replace go-bindata with go:embed by @killjoy1221 in #143
- Merge release branch into main by @josegonzalez in #146
- feat: change the integration branch to main by @josegonzalez in #147
- feat: add ability to create releases from a github workflow by @josegonzalez in #148
- chore: drop attestation of non-existent windows binaries by @josegonzalez in #149
New Contributors
- @killjoy1221 made their first contribution in #142
Full Changelog: v0.13.0...v0.14.0
v0.13.0
Release 0.12.0
Added
- #126 @Coffee2CodeNL: Add Bookworm Support
- #95 @josegonzalez: feat: add support for raspbian/bullseye on arm64 architectures
- #96 @josegonzalez: Add support for raspbian/bullseye on arm64 architectures
Changed
- #97 @josegonzalez: Publish arm64 packages for debian instead of raspbian
- #98 @dependabot: chore(deps): bump golang from 1.18.2-buster to 1.18.3-buster
- #100 @dependabot: chore(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0
- #105 @dependabot: chore(deps): bump github.com/BurntSushi/toml from 1.2.0 to 1.2.1
- #107 @dependabot: chore(deps): bump golang from 1.18.3-buster to 1.19.4-buster
- #108 @josegonzalez: Update all workflows
- #110 @dependabot: chore(deps): bump actions/upload-artifact from 2 to 3
- #111 @dependabot: chore(deps): bump github/codeql-action from 1 to 2
- #112 @dependabot: chore(deps): bump actions/checkout from 2 to 3
- #113 @dependabot: chore(deps): bump golang from 1.19.4-buster to 1.19.5-buster
- #115 @dependabot: chore(deps): bump golang from 1.19.5-buster to 1.20.0-buster
- #117 @dependabot: chore(deps): bump golang.org/x/crypto from 0.0.0-20201203163018-be400aefbc4c to 0.1.0
- #119 @dependabot: chore(deps): bump golang from 1.20.0-buster to 1.20.3-buster
- #121 @dependabot: chore(deps): bump golang from 1.20.3-buster to 1.20.4-buster
- #123 @dependabot: chore(deps): bump github.com/BurntSushi/toml from 1.2.1 to 1.3.1
- #124 @dependabot: chore(deps): bump golang from 1.20.4-buster to 1.20.5-buster
- #125 @dependabot: chore(deps): bump github.com/BurntSushi/toml from 1.3.1 to 1.3.2
Fixed
- #109 @josegonzalez: Ensure we can run git commands from mounted docker volumes
Removed
- #114 @josegonzalez: Drop rpm support
v0.12.0
Release 0.12.0
Fixed
- @josegonzalez Ignore plugins that do not have a .git directory when performing updates #90
- @josegonzalez Add the plugin to the safe.directory list #92
Changed
- @josegonzalez Do not require PLUGIN_PATH to fetch version #91
- @josegonzalez Log when a plugin trigger is not executable #93