- New release: 35.8 (bcl)

- completion: Remove providers from bash completion script (bcl)
- completion: Filter out new headers from compose list (bcl)
- docs: Remove unneeded Long descriptions (bcl)
- docs: Use a custom help template (bcl)
- docs: Add more command documentation (bcl)
- cmdline: Add package glob support to modules list command (bcl)
- workflow: Add govulncheck on go v1.18 (bcl)
- tests: Update to use golangci-lint 1.49.0 (bcl)
This commit is contained in:
Brian C. Lane 2022-09-30 11:35:50 -07:00
parent 327e68eaa0
commit 6130db0954
3 changed files with 15 additions and 12 deletions

2
.gitignore vendored
View File

@ -12,3 +12,5 @@
/weldr-client-35.6.tar.gz.asc
/weldr-client-35.7.tar.gz
/weldr-client-35.7.tar.gz.asc
/weldr-client-35.8.tar.gz
/weldr-client-35.8.tar.gz.asc

View File

@ -1,3 +1,3 @@
SHA512 (weldr-client-35.7.tar.gz) = 37f5606d5989b99ab31b01c4e160a78ed9fb0e5a2fa73de0599ae71b36c5c29594c4e3b77552a8378e5f577c648d414d6da543f15763ff0a374cd029a53c405d
SHA512 (weldr-client-35.7.tar.gz.asc) = 0322f77861e324044b2bd3d358a1236d7b9fccbaa226f81f232baee458e0b82170758a22e19dc38b610476d1c823ff84d8b31a98af26a1842603f06035102e87
SHA512 (weldr-client-35.8.tar.gz) = 356fad74a1950d6aa18c879d4a51ff1b615f3d2187ace34ab2e03c48c93a966b1a0274bffd6a6a3ff2e46b940a14fb8023ddfb7f9b2787c027adccbb1a09a627
SHA512 (weldr-client-35.8.tar.gz.asc) = 603adf27b5870fd236ca2af9dd05639720b9c44b65eccb83a4e26459d082bb87ca8138a0799e7a217b39059e40209fff566de24436bca7b13588de5fa0bd1e77
SHA512 (gpg-117E8C168EFE3A7F.key) = 88c0a30ebbaa3b586d5ac5fd5fdcf1f92f58ab580d7770e39ef9ff4ce380c1a748e815d3f9f9c13a6b2d1b1cd554886c360fba7a586f518a8aa7a4972317526b

View File

@ -6,7 +6,7 @@
%global goipath github.com/osbuild/weldr-client/v2
Name: weldr-client
Version: 35.7
Version: 35.8
Release: 1%{?dist}
# Upstream license specification: Apache-2.0
License: ASL 2.0
@ -126,12 +126,13 @@ composer-cli package.
%changelog
* Thu Sep 08 2022 Brian C. Lane <bcl@redhat.com> - 35.7-1
- New release: 35.7 (bcl)
- spec: Move %gometa macro above %gourl (bcl)
- weldr: When starting a compose pass size as bytes, not MiB (bcl)
- tests: Use correct size value in bytes for test (bcl)
- workflow: Add Go 1.18 to text matrix (bcl)
- Replace deprecated ioutil functions (bcl)
- build(deps): bump github.com/BurntSushi/toml from 1.1.0 to 1.2.0 (49699333+dependabot[bot])
- build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.8.0 (49699333+dependabot[bot])
* Fri Sep 30 2022 Brian C. Lane <bcl@redhat.com> - 35.8-1
- New release: 35.8 (bcl)
- completion: Remove providers from bash completion script (bcl)
- completion: Filter out new headers from compose list (bcl)
- docs: Remove unneeded Long descriptions (bcl)
- docs: Use a custom help template (bcl)
- docs: Add more command documentation (bcl)
- cmdline: Add package glob support to modules list command (bcl)
- workflow: Add govulncheck on go v1.18 (bcl)
- tests: Update to use golangci-lint 1.49.0 (bcl)