Skip to content

Releases: dokku/plugn

v0.16.1

12 Sep 20:11
984a146

Choose a tag to compare

What's Changed

  • tests: Move safe.directory git config to dockerfile by @mattmess1221 in #173
  • chore(deps): bump rexml from 3.2.8 to 3.3.6 in /.github by @dependabot[bot] in #190
  • chore(deps): bump actions/attest-build-provenance from 1.3.2 to 1.4.3 by @dependabot[bot] in #192
  • chore(deps): bump ruby/setup-ruby from 1.182.0 to 1.194.0 by @dependabot[bot] in #196
  • chore(deps): bump golang from 1.22.4-bookworm to 1.23.1-bookworm by @dependabot[bot] in #193
  • chore(deps): bump rexml from 3.3.6 to 3.3.9 in /.github by @dependabot[bot] in #197
  • chore(deps): bump golang.org/x/crypto from 0.17.0 to 0.35.0 by @dependabot[bot] in #198
  • chore: bump ci.yml image from ubuntu-20.04 to ubuntu-24.04 by @josegonzalez in #201
  • chore(deps): bump fpm from 1.15.1 to 1.16.0 in /.github by @dependabot[bot] in #199
  • chore(deps): bump golang from 1.23.1-bookworm to 1.24.2-bookworm by @dependabot[bot] in #200
  • chore: bump runs-on image from ubuntu-22.04 to ubuntu-24.04 by @josegonzalez in #206
  • chore(deps): bump ruby/setup-ruby from 1.194.0 to 1.232.0 by @dependabot[bot] in #205
  • chore(deps): bump actions/attest-build-provenance from 1.4.3 to 2.2.3 by @dependabot[bot] in #203
  • chore(deps): bump github.com/BurntSushi/toml from 1.4.0 to 1.5.0 by @dependabot[bot] in #202
  • chore(deps): bump golang from 1.24.2-bookworm to 1.25.1-bookworm by @dependabot[bot] in #240
  • chore(deps): bump thor from 1.3.1 to 1.4.0 in /.github by @dependabot[bot] in #227
  • chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #234
  • chore(deps): bump actions/attest-build-provenance from 2.2.3 to 3.0.0 by @dependabot[bot] in #237
  • chore(deps): bump ruby/setup-ruby from 1.232.0 to 1.257.0 by @dependabot[bot] in #238
  • chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #239
  • chore: drop support for unsupported Ubuntu Focal by @josegonzalez in #241
  • feat: add support for Debian Trixie by @josegonzalez in #242

Full Changelog: v0.16.0...v0.16.1

v0.16.0

29 Jun 06:29
98dedb5

Choose a tag to compare

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

19 May 03:12
40ffaac

Choose a tag to compare

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

19 May 02:30
b3e7e14

Choose a tag to compare

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

19 May 02:19
c63b37b

Choose a tag to compare

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

18 May 23:56
54b916c

Choose a tag to compare

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

18 May 11:27
00952f5

Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.14.1

v0.14.0

18 May 10:47
5e17cfe

Choose a tag to compare

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

06 Aug 23:30
fd5297a

Choose a tag to compare

Release 0.12.0

Added

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

Removed

v0.12.0

19 May 04:45
3a27594

Choose a tag to compare

Release 0.12.0

Fixed

Changed