- New release: 35.14 (bcl)
Resolves: RHEL-67058 - tests: Remove openstack (bcl) Resolves: RHEL-67056 - readme: project links (lukas) - Makefile: implement "fully source containers" HMS-3883 (florian.schueller) - README: fix anchor typo (florian.schueller) - README: fix compatibility with docusaurus (florian.schueller) - go.mod: Use go 1.21 (bcl) - workflows: Use go 1.21.x for govuln tests (bcl) - build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (49699333+dependabot[bot]) - build(deps): bump github.com/BurntSushi/toml from 1.3.2 to 1.4.0 (49699333+dependabot[bot]) - Makefile: dnf5 builddep accepts .spec files without --spec (bcl) - Containerfile: Install dnf5-plugins for builddep support (bcl) - bash: Add status show to bash completion (bcl) - go.mod: Use go 1.20 (bcl) - bash: Add wait command to bash completion (bcl)
This commit is contained in:
parent
f5868e992c
commit
8a1ba0fa90
2
.gitignore
vendored
2
.gitignore
vendored
@ -20,3 +20,5 @@
|
||||
/weldr-client-35.10.tar.gz.asc
|
||||
/weldr-client-35.11.tar.gz
|
||||
/weldr-client-35.11.tar.gz.asc
|
||||
/weldr-client-35.14.tar.gz
|
||||
/weldr-client-35.14.tar.gz.asc
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (weldr-client-35.11.tar.gz) = 76b76ccc4b428c8618bcfc33674a39ecc77af655bc17a11ce0aac0d56610f554242d4febd214f7b107cfc5274704d15d503f5f106bafa74ca675c3b3d28d03e6
|
||||
SHA512 (weldr-client-35.11.tar.gz.asc) = bdd0f2b170d99ac0e451e120ed94cce81e688dd52df271d659af6abc8eee921776254056650c5cbd8256e668ddc42547df3ce3dac24eecf18e64a57defafa3ff
|
||||
SHA512 (gpg-117E8C168EFE3A7F.key) = e02b3598d3ccdf58a7f34d0e3129f08126bc07cfb0ff98ac96f3325a7612e4e13e0adc09ea68e57f1198181e864e108c1aae718cdbb115326abefd50e969a4fe
|
||||
SHA512 (weldr-client-35.14.tar.gz) = 9cfb2524b42a9e9ef46e22d90506d2081a3bd1c0bfc35e19a51d527a81ef11c909eced24343a3d65ac6dbc7601a14278094bc514a41a5e584bd3ec7ca03ec55b
|
||||
SHA512 (weldr-client-35.14.tar.gz.asc) = 0a808bacfc3abca065696e193ba244318e9b1baf727dfb2a3ae65b9496854d2fc063f1ddb68ad2d9f1774f8ce6203b1c93656b1fb85b5772e40286fbcb995651
|
||||
SHA512 (gpg-117E8C168EFE3A7F.key) = b5c5a30e2b7997af89f00f153930c03ef165ba4abef223db94818a42d536350622c21e581b6a9ebfb9e6476b8c8d84d4ea549d6c7990482315fd914f4544bcf2
|
||||
|
@ -6,8 +6,8 @@
|
||||
%global goipath github.com/osbuild/weldr-client/v2
|
||||
|
||||
Name: weldr-client
|
||||
Version: 35.11
|
||||
Release: 6%{?dist}
|
||||
Version: 35.14
|
||||
Release: 1%{?dist}
|
||||
# Upstream license specification: Apache-2.0
|
||||
License: Apache-2.0
|
||||
Summary: Command line utility to control osbuild-composer
|
||||
@ -130,6 +130,25 @@ composer-cli package.
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 12 2024 Brian C. Lane <bcl@redhat.com> - 35.14-1
|
||||
- New release: 35.14 (bcl)
|
||||
Resolves: RHEL-67058
|
||||
- tests: Remove openstack (bcl)
|
||||
Resolves: RHEL-67056
|
||||
- readme: project links (lukas)
|
||||
- Makefile: implement "fully source containers" HMS-3883 (florian.schueller)
|
||||
- README: fix anchor typo (florian.schueller)
|
||||
- README: fix compatibility with docusaurus (florian.schueller)
|
||||
- go.mod: Use go 1.21 (bcl)
|
||||
- workflows: Use go 1.21.x for govuln tests (bcl)
|
||||
- build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (49699333+dependabot[bot])
|
||||
- build(deps): bump github.com/BurntSushi/toml from 1.3.2 to 1.4.0 (49699333+dependabot[bot])
|
||||
- Makefile: dnf5 builddep accepts .spec files without --spec (bcl)
|
||||
- Containerfile: Install dnf5-plugins for builddep support (bcl)
|
||||
- bash: Add status show to bash completion (bcl)
|
||||
- go.mod: Use go 1.20 (bcl)
|
||||
- bash: Add wait command to bash completion (bcl)
|
||||
|
||||
* Mon Nov 11 2024 Brian C. Lane <bcl@redhat.com> - 35.11-6
|
||||
- tests: Add rhel-10.0.json repository
|
||||
Related: RHEL-64018
|
||||
|
Loading…
Reference in New Issue
Block a user