Releases: conjurinc/debify
Releases · conjurinc/debify
v3.0.3
[3.0.3]
Added
- Allow user to specify architecture of packages (arm64 or amd64)
- Upload artifacts for all packaged architectures to artifactory
Fixed
- Fixed regressions introduced by incorrect linting fixes. Most significantly,
preventing theVERSION
file from being included in release packages.
v3.0.2
[3.0.2]
Changed
- Allow Base Image to be configured on execution.
- Updated dependencies.
- Adapted code to reflect Docker API changes, specifying at least one stream is now required.
conjurinc/debify#86
v3.0.1
[3.0.1]
Changed
- Supply debian distribution to fpm
- Bump
bundler
gem to 2.2.33.
Fixed
- Fixed publish-rubygems.sh by using git safe directory
v3.0.0
[3.0.0]
Changed
- Upgrade ruby version to 3.0.
- Bump
cucumber
gem to 7.1. - Bump
conjur-api
gem to 5.3.7. - Bump
conjur-cli
gem to 6.2.6. - Bump
aruba
gem to 2.0. - Bump
jfrog-cli
to :latest.
v0.0.1
[0.0.1]
Changed
- Upgrade ruby version to 3.0.
- Bump
cucumber
gem to 7.1. - Bump
conjur-api
gem to 5.3.7. - Bump
conjur-cli
gem to 6.2.6. - Bump
aruba
gem to 2.0. - Bump
jfrog-cli
to :latest.
v2.1.1
null
v1.12.0
Added
- Debify now packages and publishes an RPM file, alongside a debian file.
conjurinc/debify#49 debify package
now offers an--additional-files
flag to provide a comma
separated list of files to include in the FPM build that are not provided
automatically bygit ls-files
.
conjurinc/debify#52
Fixed
- Bug causing
all
files in the git repo to be added to the debian file.
conjurinc/debify#50
v1.10.2
- Pin
ruby-xz
gem in fpm Dockerfile, so it works on Ruby 2.2. Upstream issue: jordansissel/fpm#1493
v1.10.1
- Update fpm container to use Ruby 2.4, fixes ruby-xz dependency