diff --git a/.gitignore b/.gitignore index ce42926..06e79e4 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ /weldr-client-35.4.tar.gz.asc /weldr-client-35.5.tar.gz /weldr-client-35.5.tar.gz.asc +/weldr-client-35.6.tar.gz +/weldr-client-35.6.tar.gz.asc diff --git a/sources b/sources index 38de0fe..d30c27d 100644 --- a/sources +++ b/sources @@ -1,3 +1,2 @@ -SHA512 (weldr-client-35.5.tar.gz) = 81f4a97ce1f1081ea27d0f5e3513ef705586b5b29ff4f9047e067888af4784472c79203397aa8e567414f3e92a1b1fef55412d0e151adaef01f96cc5ec0cceb3 -SHA512 (weldr-client-35.5.tar.gz.asc) = 3116b9481bf43eea82029b15bbc972341ef2cc9e73e97bf60490458085cba0f4fe0adb4651688101ffaa2e41f5f5f112a5a6555be3253d3666faf801e3d157cc -SHA512 (gpg-117E8C168EFE3A7F.key) = 9c760460e3227848c99a1178828512056ac04f518f98bdab5ef36d2aa31c4e5dcda3800d7141cfaf7f2acd0f7f35d4b9971083b6f14f8a36231b74041d4ed88d +SHA512 (weldr-client-35.6.tar.gz) = ed6a20c38a5c245cec8946a9bac5df05dcf0943cf9732ea6eefe95de451096dd6f2bd732def2b0629614805410adeacebc95a7b6344d4a7c21bb01857a138db4 +SHA512 (weldr-client-35.6.tar.gz.asc) = 83c8ccf635fa4182f019354cedcff8669c3f4d4ca9eac501519d41724d899005f6c0496c3b87157b8bcec0623b47dcc027d4595b7c21b56b0d14340f0515b83a diff --git a/weldr-client.spec b/weldr-client.spec index b5f5138..329bf66 100644 --- a/weldr-client.spec +++ b/weldr-client.spec @@ -6,8 +6,8 @@ %global goipath github.com/osbuild/weldr-client/v2 Name: weldr-client -Version: 35.5 -Release: 2%{?dist} +Version: 35.6 +Release: 1%{?dist} # Upstream license specification: Apache-2.0 License: ASL 2.0 Summary: Command line utility to control osbuild-composer @@ -126,25 +126,32 @@ composer-cli package. %changelog -* Sat Jun 18 2022 Robert-André Mauchin - 35.5-2 -- Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, - CVE-2022-29526, CVE-2022-30629 - -* Mon Feb 14 2022 Brian C. Lane - 35.5-1 -- New release: 35.5 (bcl) -- docs: Explain how to undo blueprints delete (bcl) -- test: server status no longer returns devel (bcl) -- Use GetFrozenBlueprintsTOML for blueprints freeze save (bcl) -- Add a test for float uid/gid in frozen blueprint (bcl) -- Use GetBlueprintsTOML for blueprints save (bcl) -- test: Add a test for float uid/gid in saved blueprint (bcl) -- build(deps): bump github.com/BurntSushi/toml from 0.4.1 to 1.0.0 (49699333+dependabot[bot]) -- tests: trigger on push to main (jrusz) -- build(deps): bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (49699333+dependabot[bot]) -- ci: add keystore for sonarqube (jrusz) -- spec: Switch to using %%gobuild macro on Fedora (bcl) -- ci: change workflow name (jrusz) -- ci: add gitlab-ci and sonarqube (jrusz) -- doc: fix example links from the README (tdecacqu) -- build(deps): bump actions/checkout from 2.3.4 to 2.4.0 (49699333+dependabot[bot]) -- ci: Enable Coverity Scan tool (atodorov) +* Fri Jul 15 2022 Brian C. Lane - 35.6-1 +- New release: 35.6 (bcl) +- build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (49699333+dependabot[bot]) +- tests: Update tests for osbuild-composer changes (bcl) +- build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.4 (49699333+dependabot[bot]) +- CMD: Compose status format (eloy.coto) +- CMD: Compose list format (eloy.coto) +- tests: Update tests to check for JSON list output (bcl) +- composer-cli: Change JSON output to be a list of objects (bcl) +- build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (49699333+dependabot[bot]) +- weldr: Simplify the old ComposeLog, etc. functions (bcl) +- composer-cli: Add --filename to blueprints freeze save command (bcl) +- composer-cli: Add --filename to blueprints save command (bcl) +- composer-cli: Add --filename to compose logs command (bcl) +- composer-cli: Add --filename to compose image command (bcl) +- composer-cli: Add --filename to compose metadata command (bcl) +- composer-cli: Add --filename to compose results command (bcl) +- weldr: Add saving to a new filename to GetFilePath function (bcl) +- github: Fix issue with codecov and forced pushes in PRs (bcl) +- Use golangci-lint 1.45.2 in workflow (bcl) +- Run workflow tests for go 1.16.x and 1.17.x (bcl) +- Move go.mod to go 1.16 (bcl) +- workflows/trigger-gitlab: run Gitlab CI in new image-builder project (jrusz) +- build(deps): bump actions/setup-go from 2 to 3 (49699333+dependabot[bot]) +- build(deps): bump github.com/BurntSushi/toml from 1.0.0 to 1.1.0 (49699333+dependabot[bot]) +- build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (49699333+dependabot[bot]) +- build(deps): bump actions/checkout from 2.4.0 to 3 (49699333+dependabot[bot]) +- build(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (49699333+dependabot[bot]) +- New release: 35.5 (bcl) \ No newline at end of file