v0.103.0

(github-actions[bot]) released this 2025-07-04 18:31:01 +0000 UTC - v0.103.0

Description


Changes

Partial manifest:

Partials manifests are named, reusable fragments of an Updatecli manifest, typically used to define repeatable logic for:

  • Scms (e.g., Git repository details)
  • Sources (e.g., version checks)
  • Conditions
  • Targets

These fragments are automatically available to pipelines within the same directory, helping keep your main manifests DRY (Don't Repeat Yourself) and maintainable.

A partial file must have a filename that starts with an underscore (_). Updatecli never loads these as standalone manifest files.

IMPORTANT: Partial files are concatenated into the main manifest during execution. If a --- YAML document separator is present, the partial feature will be disabled, as the resulting content would be treated as multiple separate YAML documents.

Semver Version Filter

When an AND group has one constraint with a prerelease but more than one constraint then prereleases will be included. For example, >1.0.0-beta.1 < 2. In the past this would not have included prereleases because each constraint needed to have a prerelease. Now, only one constraint needs to have a prerelease. Note, this does not carry across OR groups. For example, >1.0.0-beta.1 < 2 || > 3. In this case, prereleases will not be included when evaluating against >3

🚀 Features

🐛 Bug Fixes

  • fix: Branch reset causes initial Github API commit to be lost @MattiasAng (#5486)
  • fix(bitbucket): use body parameter on pull request updates @mcwarman (#5457)

🧰 Maintenance

📝 Documentation

  • doc: reformat code comment to improve website visualization @olblak (#5436)

Contributors

@MattiasAng, @mcwarman, @olblak, @qianlongzt, @updateclibot[bot] and updateclibot[bot]


Download

NameCreated AtUpdated At

checksums.txt.pem

2025-07-04 18:51:51 +0000 UTC

2025-07-04T18:51:52Z

checksums.txt.sig

2025-07-04 18:51:51 +0000 UTC

2025-07-04T18:51:51Z

updatecli_Linux_x86_64.tar.gz.sbom.json

2025-07-04 18:51:51 +0000 UTC

2025-07-04T18:51:51Z

checksums.txt

2025-07-04 18:51:51 +0000 UTC

2025-07-04T18:51:51Z

updatecli_Windows_arm64.zip.sbom.json

2025-07-04 18:51:51 +0000 UTC

2025-07-04T18:51:51Z

updatecli_Windows_x86_64.zip.sbom.json

2025-07-04 18:51:51 +0000 UTC

2025-07-04T18:51:51Z

updatecli_Windows_arm.zip.sbom.json

2025-07-04 18:51:50 +0000 UTC

2025-07-04T18:51:51Z

updatecli_Darwin_x86_64.tar.gz.sbom.json

2025-07-04 18:51:50 +0000 UTC

2025-07-04T18:51:50Z

updatecli_Darwin_arm64.tar.gz.sbom.json

2025-07-04 18:51:50 +0000 UTC

2025-07-04T18:51:50Z

updatecli_Linux_arm64.tar.gz.sbom.json

2025-07-04 18:51:50 +0000 UTC

2025-07-04T18:51:50Z

updatecli_Linux_arm.tar.gz.sbom.json

2025-07-04 18:51:49 +0000 UTC

2025-07-04T18:51:50Z

updatecli_armv6.deb

2025-07-04 18:51:49 +0000 UTC

2025-07-04T18:51:51Z

updatecli_amd64.deb

2025-07-04 18:51:48 +0000 UTC

2025-07-04T18:51:49Z

updatecli_arm64.deb

2025-07-04 18:51:48 +0000 UTC

2025-07-04T18:51:49Z

updatecli_arm64.rpm

2025-07-04 18:51:48 +0000 UTC

2025-07-04T18:51:49Z

updatecli_armv6.rpm

2025-07-04 18:51:47 +0000 UTC

2025-07-04T18:51:50Z

updatecli_amd64.rpm

2025-07-04 18:51:45 +0000 UTC

2025-07-04T18:51:47Z

updatecli_armv6.apk

2025-07-04 18:51:45 +0000 UTC

2025-07-04T18:51:47Z

updatecli_arm64.apk

2025-07-04 18:51:45 +0000 UTC

2025-07-04T18:51:47Z

updatecli_amd64.apk

2025-07-04 18:51:45 +0000 UTC

2025-07-04T18:51:47Z

updatecli_Windows_arm64.zip

2025-07-04 18:51:43 +0000 UTC

2025-07-04T18:51:44Z

updatecli_Linux_x86_64.tar.gz

2025-07-04 18:51:43 +0000 UTC

2025-07-04T18:51:45Z

updatecli_Windows_x86_64.zip

2025-07-04 18:51:43 +0000 UTC

2025-07-04T18:51:45Z

updatecli_Windows_arm.zip

2025-07-04 18:51:42 +0000 UTC

2025-07-04T18:51:45Z

updatecli_Darwin_x86_64.tar.gz

2025-07-04 18:51:40 +0000 UTC

2025-07-04T18:51:42Z

updatecli_Linux_arm.tar.gz

2025-07-04 18:51:40 +0000 UTC

2025-07-04T18:51:42Z

updatecli_Linux_arm64.tar.gz

2025-07-04 18:51:40 +0000 UTC

2025-07-04T18:51:42Z

updatecli_Darwin_arm64.tar.gz

2025-07-04 18:51:40 +0000 UTC

2025-07-04T18:51:42Z


Information retrieved from here

Top