Skip to content

Releases: osbuild/weldr-client

weldr-client version 36.1

15 Oct 17:50
@bcl bcl
v36.1

Choose a tag to compare

  • build(deps): bump actions/setup-go from 5 to 6 (49699333+dependabot[bot])
  • build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1
    (49699333+dependabot[bot])
  • test: iot-qcow2-image does not support packages (bcl)
  • test: qcow2 renamed to server-qcow2 (bcl)
  • build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1
    (49699333+dependabot[bot])
  • build(deps): bump actions/checkout from 4 to 5 (49699333+dependabot[bot])
  • tests: Use current host arch in info and list tests (bcl)
    Related: RHEL-60137

weldr-client version 36.0

14 Aug 15:40
@bcl bcl
v36.0

Choose a tag to compare

  • golangci: Disable linting for a few things (bcl)
  • test: Remove unneeded fmt.Sprintf (bcl)
  • lint: Clean up lint errcheck errors (bcl)
  • workflows: Update to golangci-lint 2.3.0 (bcl)
  • workflows: Update to use go 1.23 and drop 1.21 and 1.22 (bcl)
  • GHA: enable the stale action to delete its saved state (thozza)
  • composer-cli: Add cloudapi support to delete command (bcl)
  • cloud: Add DeleteCompose function and tests (bcl)
  • cloud: Add DeleteRaw function and tests (bcl)
  • tests: Fix TestComposeInfoCloud (bcl)
  • cloud: Handle unexpected status codes (bcl)
  • composer-cli: Add cloudapi support to compose image command (bcl)
  • cloud: Add ComposeImagePath function (bcl)
  • cloud: Add GetFilePath function to download an image file (bcl)
  • common: Move part of GetFilePath into common.SaveResponseBodyToFile (bcl)
  • composer-cli: Add size to the compose status cloud command (bcl)
  • composer-cli: Add support for more cloudapi detail to compose list (bcl)
  • composer-cli: Add cloudapi support to the compose info command (bcl)
  • apischema: Add UploadTypes function to ComposeMetadataV1 (bcl)
  • cloud: Add GetComposeMetadata function (bcl)
  • common: Move blueprint struct to common (bcl)
  • cloud: Move status mapping into a function (bcl)
  • apischema: Move ComposeResponseV1 to apischema (bcl)
  • apischema: Move Status to apischema (bcl)
  • apischema: Move PackageDetails to apischema (bcl)
  • apischema: Move ComposeInfo to apischema (bcl)
  • apischema: Add a common location to define cloudapi structs (bcl)
  • compose: Add listing cloud composes to the status command (bcl)
  • compose: Add listing cloud composes to the list command (bcl)
  • cloud: Add test for ListComposes (bcl)
  • cloud: Implement ListComposes to return cloudapi compose info (bcl)
  • projects: Add cloudapi support to depsolve command (bcl)
  • blueprints: Add cloudapi support for depsolving local blueprint files (bcl)
  • cloud: Add DepsolveBlueprint function (bcl)
  • depsolve: Move parsing of weldr response into apischema (bcl)
  • depsolve: Use common.PackageNEVRA (bcl)
  • README.md: align with image-builder-cli (florian.schueller)
  • projects: Add cloudapi support to the list command (bcl)
  • projects: Add cloudapi support for project info command (bcl)
  • cloud: Add SearchPackages function (bcl)
  • composer-cli: Add a --weldr-only flag (bcl)
  • tests: OSTree does not support the qcow2 image type (bcl)
  • compose: Add cloudapi support to the compose types command (bcl)
  • cloud: Add ComposeTypes function to return image types (bcl)
  • common: Add SortedMapKeys helper (bcl)
  • distros: Add cloudapi support to the list command (bcl)
  • cloud: Add test for ListDistros (bcl)
  • cloud: Add ListDistros function to return distro names (bcl)
  • github/workflows/pr_best_practices: initial version (florian.schueller)
  • common: PackageNEVRA JSON epoch field can be string or int (bcl)
  • common: Move PackageNEVRA to common (bcl)
  • common: Move GetHostDistroName to common (bcl)
  • common: Refactor GetContentFilename (bcl)
  • common: Refactor cloud common to use internal common functions (bcl)
  • common: Create a common package to share functions (bcl)
  • weldr: Function to check APIResponse for an error ID (bcl)
  • cloud: Make the test bool private (bcl)
  • compose: Return an error when opening a file (bcl)
  • cloud: Add tests for ComposeWait function (bcl)
  • compose: Add cloud API --wait to start command (bcl)
  • compose: Add support for cloud API UUIDs to compose wait (bcl)
  • cloud: Add ComposeWait function (bcl)
  • cloud: Add test for ComposeInfo (bcl)
  • cloud: Add ComposeInfo function (bcl)
  • compose: Remove redundant 'Error' from error strings in start (bcl)
  • compose: Add upload handling for cloud (bcl)
  • cloud: Add support for passing upload options (bcl)
  • compose: Add ability to use a local blueprint to start a compose (bcl)
  • cloud: Add StartCompose function (bcl)
  • cloud: Add ServerStatus function (bcl)
  • status: Add cloudapi status to show command (bcl)
  • Makefile: Pass VERSION into build container (bcl)
  • cmd: Add cloudapi client (bcl)
  • cloud: Add basic Client functions for cloud api (bcl)
  • go.mod: Upgrade modules to current versions (bcl)
  • go.mod: Bump go version to 1.22.6 (bcl)
  • tools: Use go toolbox in prepare-source.sh (bcl)
  • Fix non-constant log strings (bcl)
  • Bump testify version to 1.10.0 (bcl)
  • build(deps): bump github.com/BurntSushi/toml from 1.4.0 to 1.5.0
  • build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1

weldr-client version 35.14

12 Nov 18:02
@bcl bcl
v35.14

Choose a tag to compare

  • 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)
  • 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)
  • bash: Add wait command to bash completion (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])

weldr-client version 35.13

07 Mar 22:58
@bcl bcl
v35.13

Choose a tag to compare

  • New release: 35.13 (bcl)
  • HACKING.md: Reformat code blocks for docusaurus (simon.steinbeiss)
  • README: Update code block formatting and drop subtitle (simon.steinbeiss)
  • info: Add upload status to the output (bcl)
  • info: Fix display of blueprint packages with no version (bcl)
  • weldr: Add Stringer interface to Package (bcl)
  • compose: Add --wait options to start-ostree (bcl)
  • compose: Add --wait options to start command (bcl)
  • compose: Add compose wait command (bcl)
  • weldr: Add ComposeWait to wait for a compose to finish (bcl)
  • build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (49699333+dependabot[bot])
  • CI: Drop SonarQube in favor of Snyk (jrusz)

weldr-client version 35.12

19 Feb 22:56
@bcl bcl
v35.12

Choose a tag to compare

  • New release: 35.12 (bcl)
  • Update documentation urls for new locations (bcl)
  • workflows: Stop using golint (bcl)
  • workflows: Add Go 1.21 and 1.22 to test matrix (bcl)
  • workflows: Update to golangci-lint 1.56.2 (bcl)
  • weldr: go fmt changes to a couple comments (bcl)
  • Go: Switch to go 1.19 (bcl)
  • weldr: Update ostree test for parentid with no url (bcl)
  • Makefile: Turn off seccomp for build-in-podman (bcl)
  • Actions: add workflow for marking and closing stale issues and PRs (thozza)
  • composer-cli: Update doc links (simon.steinbeiss)
  • build(deps): bump actions/setup-go from 4 to 5 (49699333+dependabot[bot])
  • build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (49699333+dependabot[bot])
  • build(deps): bump actions/checkout from 3 to 4 (49699333+dependabot[bot])
  • build(deps): bump github.com/BurntSushi/toml from 1.3.1 to 1.3.2 (49699333+dependabot[bot])

weldr-client version 35.11

08 Jun 23:11
@bcl bcl
v35.11

Choose a tag to compare

  • CI: Update terraform hash (bcl)
  • docs: fix typo/formatting in HACKING.md (idiez)
  • Add release creation documentation (bcl)
  • Update toml from 1.2.1 to 1.3.1
  • Update testify from 1.8.2 to 1.8.4

weldr-client version 35.10

11 Apr 21:13
@bcl bcl
v35.10

Choose a tag to compare

  • Add support for compose start warning messages (bcl)
  • build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0
  • workflow: Ignore govulncheck failures (bcl)
  • build(deps): bump actions/setup-go from 3 to 4
  • 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
  • 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)

weldr-client version 35.8

30 Sep 18:30
@bcl bcl
v35.8

Choose a tag to compare

What's Changed

  • tests: Update to use golangci-lint 1.49.0 by @bcl in #77
  • workflow: Add govulncheck on go v1.18 by @bcl in #78
  • cmdline: Add package glob support to modules list command by @bcl in #79
  • Clean up docs by @bcl in #80
  • Some bash completion fixes by @bcl in #81
  • New release: 35.8 by @bcl in #82

Full Changelog: v35.7...v35.8

weldr-client version 35.7

08 Sep 22:13
@bcl bcl
v35.7

Choose a tag to compare

  • 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)
  • Bump toml and testify module dependencies

weldr-client version 35.6

15 Jul 15:17
@bcl bcl
v35.6

Choose a tag to compare

  • tests: Update tests for osbuild-composer changes (bcl)
  • 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 github.com/spf13/cobra from 1.3.0 to 1.5.0 (49699333+dependabot[bot])
  • build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.4 (49699333+dependabot[bot])
  • 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 actions/checkout from 2.4.0 to 3 (49699333+dependabot[bot])