Releases: sylabs/sif
v2.0.0-beta.5
Changelog
3c3be56 build: bump language version to Go 1.17
6cac235 chore(ci): bump golangci-lint to 1.42
40da914 ci: bump Go version to 1.17
2720dad ci: enable errname linter
4422f5f feat: add OptSignWithTime
6535cd5 fix: ErrNoObjects from GetDescriptor(s)
26cff39 fix: replace usage of deprecated ioutil package
ed685b2 refactor: pass concrete type to VerifyCallback
b842110 refactor: use struct to accumulate sign options
665eac1 refactor: use struct to accumulate verify options
62860b7 style: add new build constraint format messages
v1.6.0
This minor release bumps the go.mod
language version to 1.17 to take advantage of lazy loading, and removes usage of the io/ioutil
package, which was deprecated in Go 1.16.
v2.0.0-beta.4
v2.0.0-beta.3
v2.0.0-beta.2
Changelog
5440850 ci: set prerelease=auto in GoReleaser config
v2.0.0-beta.1
Changelog
e4431b3 build: add magefile
e953c82 build: replace shell script with mage
a9cedf7 ci: add release-test job
d0f48dd ci: add tagged-release workflow with publish-release job
f271843 ci: rename build_and_test workflow for consistency
e0e23b6 feat: improve siftool version command
555da03 release: initial GoReleaser config
Version 1.5.1
This patch release fixes a bug in func CreateContainer
that caused it to return an unusable *FileImage
. Callers must call func (*FileImage) UnloadContainer
on the returned *FileImage
to ensure resources are released.
See #67 for more details.
Version 1.5.0
This minor release removes UID/GID fields from the output of the info
command, and marks the corresponding fields deprecated in advance of their removal from a future major version.
Deprecation
Two Descriptor
fields have been deprecated in this release:
UID int64
- will not be set in a future major release. Users should remove references to this field.Gid int64
- will not be set in a future major release. Users should remove references to this field.
See #59 for more details.
Version 1.4.3
Version 1.4.2
This patch release updates dependencies.