- New release: 35.11 (bcl)

- build(deps): bump github.com/BurntSushi/toml from 1.3.0 to 1.3.1 (49699333+dependabot[bot])
- build(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (49699333+dependabot[bot])
- CI: Update terraform hash (bcl)
- build(deps): bump github.com/BurntSushi/toml from 1.2.1 to 1.3.0 (49699333+dependabot[bot])
- build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (49699333+dependabot[bot])
- docs: fix typo/formatting in HACKING.md (idiez)
- Add release creation documentation (bcl)
This commit is contained in:
Brian C. Lane 2023-06-08 16:18:17 -07:00
parent ab3258d4ce
commit 52a1cde8b1
3 changed files with 15 additions and 16 deletions

2
.gitignore vendored
View File

@ -18,3 +18,5 @@
/weldr-client-35.9.tar.gz.asc
/weldr-client-35.10.tar.gz
/weldr-client-35.10.tar.gz.asc
/weldr-client-35.11.tar.gz
/weldr-client-35.11.tar.gz.asc

View File

@ -1,3 +1,3 @@
SHA512 (weldr-client-35.10.tar.gz) = 17b357043f4074203eb3886b8ceab8c5510e0e6a602f151f86ecfcd3c078d48a12919256c04c5d9ceb35a40361cffb15626248fea4f02171e356d0379cdc193b
SHA512 (weldr-client-35.10.tar.gz.asc) = 77931c4e6f920499a8c5e22d8ab92ab6ac78b1e32b2907566c6f5b247a9f30a2b59122c4d377c4f68987b88580141bc7293868500fadcf65534d9537287c54e5
SHA512 (gpg-117E8C168EFE3A7F.key) = 88c0a30ebbaa3b586d5ac5fd5fdcf1f92f58ab580d7770e39ef9ff4ce380c1a748e815d3f9f9c13a6b2d1b1cd554886c360fba7a586f518a8aa7a4972317526b
SHA512 (weldr-client-35.11.tar.gz) = 76b76ccc4b428c8618bcfc33674a39ecc77af655bc17a11ce0aac0d56610f554242d4febd214f7b107cfc5274704d15d503f5f106bafa74ca675c3b3d28d03e6
SHA512 (weldr-client-35.11.tar.gz.asc) = bdd0f2b170d99ac0e451e120ed94cce81e688dd52df271d659af6abc8eee921776254056650c5cbd8256e668ddc42547df3ce3dac24eecf18e64a57defafa3ff
SHA512 (gpg-117E8C168EFE3A7F.key) = e02b3598d3ccdf58a7f34d0e3129f08126bc07cfb0ff98ac96f3325a7612e4e13e0adc09ea68e57f1198181e864e108c1aae718cdbb115326abefd50e969a4fe

View File

@ -6,7 +6,7 @@
%global goipath github.com/osbuild/weldr-client/v2
Name: weldr-client
Version: 35.10
Version: 35.11
Release: 1%{?dist}
# Upstream license specification: Apache-2.0
License: Apache-2.0
@ -130,15 +130,12 @@ composer-cli package.
%changelog
* Tue Apr 11 2023 Brian C. Lane <bcl@redhat.com> - 35.10-1
- New release: 35.10 (bcl)
- Add support for compose start warning messages (bcl)
- build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (49699333+dependabot[bot])
- workflow: Ignore govulncheck failures (bcl)
- build(deps): bump actions/setup-go from 3 to 4 (49699333+dependabot[bot])
- workflow: Switch to testing on go 1.18, 1.19, 1.20 (bcl)
- maint: Update to use go v1.18 by default (bcl)
- build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (49699333+dependabot[bot])
- spec: Require createrepo_c for weldr-client-tests package (bcl)
- Build weldr-client-tests by default (bcl)
- spec: migrate the license field to SPDX (ondrej)
* Thu Jun 08 2023 Brian C. Lane <bcl@redhat.com> - 35.11-1
- New release: 35.11 (bcl)
- build(deps): bump github.com/BurntSushi/toml from 1.3.0 to 1.3.1 (49699333+dependabot[bot])
- build(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (49699333+dependabot[bot])
- CI: Update terraform hash (bcl)
- build(deps): bump github.com/BurntSushi/toml from 1.2.1 to 1.3.0 (49699333+dependabot[bot])
- build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (49699333+dependabot[bot])
- docs: fix typo/formatting in HACKING.md (idiez)
- Add release creation documentation (bcl)