Skip to content

Conversation

elastic-observability-automation[bot]
Copy link
Contributor

@elastic-observability-automation elastic-observability-automation bot commented Jul 5, 2025

deps: Bump updatecli version

deps(updatecli): Bump updatecli version to v0.103.1

1 file(s) updated with "updatecli v0.103.1": * .tool-versions

v0.103.0
## 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

- feat: add partial manifest @olblak (#5508)

## 🐛 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

- refactor(autodiscovery): unify discovery spec & reduce boilerplate code & fix `terragrunt` missing in jsonschema @qianlongzt 
- deps(go): bump module github.com/Masterminds/semver/v3 to v3.4.0 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#5507)
- deps(go): bump module sigs.k8s.io/yaml to v1.5.0 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#5485)
- deps(go): bump module helm.sh/helm/v3 to v3.18.3 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#5460)
- deps(go): bump module cuelang.org/go to v0.13.2 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#5464)

## 📝 Documentation

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

## Contributors

@MattiasAng, @mcwarman, @olblak, @qianlongzt, @updateclibot[bot] and [updateclibot[bot]](https://github.com/apps/updateclibot)
v0.103.1
## Changes

## 🐛 Bug Fixes

- fix: panic when Updatecli manifests doesn't exist @olblak (#5543)

## Contributors

@olblak, @updateclibot[bot] and [updateclibot[bot]](https://github.com/apps/updateclibot)
GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

@elastic-observability-automation elastic-observability-automation bot requested a review from a team as a code owner July 5, 2025 06:03
@elastic-observability-automation elastic-observability-automation bot added the dependencies Pull requests that update a dependency file label Jul 5, 2025
@elastic-observability-automation elastic-observability-automation bot changed the title deps: Bump updatecli version to v0.103.0 deps: Bump updatecli version to v0.103.1 Jul 9, 2025
@elastic-observability-automation elastic-observability-automation bot force-pushed the updatecli_main_updatecli_version branch from 88c86d9 to fc067ee Compare July 10, 2025 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent-java dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants