Skip to content

Conversation

@elastic-observability-automation
Copy link
Contributor

@elastic-observability-automation elastic-observability-automation bot commented Jun 14, 2025

deps: Bump updatecli version

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

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

v0.102.0
## Changes

## 🚀 Features

- Various feature additions for CUE @refi64 (#5352)
- feat(bitbucket): add support for pull request description merging @mcwarman (#5350)

## 🐛 Bug Fixes

- fix: fix default argocd autodiscovery action title @olblak (#5419)
- fix(reports): update target description to output correctly in markdown @mcwarman (#5309)
- fix: remove duplicate generate schema @qianlongzt (#5299)

## 🧰 Maintenance

- deps(go): bump module github.com/hashicorp/terraform-registry-address to v0.3.0 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#5409)
- deps(go): bump module cuelang.org/go to v0.13.1 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#5400)
- deps(go): bump module golang.org/x/net to v0.41.0 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#5381)
- deps(go): bump module github.com/fluxcd/source-controller/api to v1.6.0 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#5380)
- deps(go): bump module github.com/go-git/go-git/v5 to v5.16.2 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#5373)
- deps(go): bump module helm.sh/helm/v3 to v3.18.2 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#5362)

## Contributors

@mcwarman, @olblak, @qianlongzt, @refi64, @updateclibot[bot] and [updateclibot[bot]](https://github.com/apps/updateclibot)
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)
v0.104.0
## Changes

## 🚀 Features

- feat: Allow to customize temporary working branch created by Updatecli @olblak (#5589)

## 🐛 Bug Fixes

- fix: avoid loading partial when not needed @olblak (#5618)

## 🧰 Maintenance

- deps: bump golangci-lint to v2.2.2 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#5619)
- deps(go): bump module golang.org/x/net to v0.42.0 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#5617)
- deps(go): bump module golang.org/x/mod to v0.26.0 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#5593)
- deps(go): bump module golang.org/x/text to v0.27.0 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#5600)
- deps: Bump Golang version to 1.24.5 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#5579)
- deps(go): bump module github.com/fluxcd/source-controller/api to v1.6.2 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#5588)
- deps: bump golangci-lint to v2.2.1 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#5570)
- deps(go): bump module helm.sh/helm/v3 to v3.18.4 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#5556)

## 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 June 14, 2025 20:05
@elastic-observability-automation elastic-observability-automation bot added the dependencies Pull requests that update a dependency file label Jun 14, 2025
@elastic-observability-automation elastic-observability-automation bot changed the title deps: Bump updatecli version to v0.102.0 deps: Bump updatecli version to v0.103.0 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 12, 2025
@elastic-observability-automation elastic-observability-automation bot changed the title deps: Bump updatecli version to v0.103.1 deps: Bump updatecli version to v0.104.0 Jul 19, 2025
@v1v v1v closed this Jul 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants