Skip to content

docs: update Updatecli version throughout the documentation#2836

Merged
updateclibot[bot] merged 1 commit intomasterfrom
updatecli_master_updatecli/version
Apr 10, 2026
Merged

docs: update Updatecli version throughout the documentation#2836
updateclibot[bot] merged 1 commit intomasterfrom
updatecli_master_updatecli/version

Conversation

@updateclibot
Copy link
Copy Markdown
Contributor

@updateclibot updateclibot bot commented Apr 10, 2026

docs: update Updatecli version throughout the documentation

docs: update updatecli version to v0.116.0

1 file(s) updated with "https://github.com/updatecli/updatecli/releases/download/v0.116.0/": * content/en/docs/prologue/installation.adoc

v0.116.0
## Changes

## 🚀 Features

- feat: source caching @loispostula (#8291)
- feat: golang module support pseudo version @olblak (#8293)
- feat(github): add client-side pull request merge option @LeC-D (#8204)
- feat: add PyPI resource and pyproject autodiscovery plugins @loispostula (#8155)
- feat(telemetry): add OpenTelemetry tracing for pipeline execution @loispostula (#8055)
- feat: allow to filter compose policies based on policy id @olblak (#8246)
- feat(version): add pep440 version kind @loispostula (#8245)

## 🐛 Bug Fixes

- fix(yaml): compare decoded scalar values to avoid rewriting folded blocks @loispostula (#8296)
- fix(github): nil-check token source to avoid panic when no token configured @loispostula (#8298)

## 🧰 Maintenance

- install Zizmor gha action v0.5.2 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#8294)
- deps(github/action): bump all dependencies @[updateclibot[bot]](https://github.com/apps/updateclibot) (#8206)
- deps(updatecli/policies): bump all policies @[updateclibot[bot]](https://github.com/apps/updateclibot) (#8205)
- deps(updatecli/policies): bump all policies @[updateclibot[bot]](https://github.com/apps/updateclibot) (#8179)

## Contributors

@LeC-D, @loispostula, @olblak, @updateclibot[bot] and [updateclibot[bot]](https://github.com/apps/updateclibot)

## Sponsors

If Updatecli is useful to you, please consider sponsoring it.  
Your support helps maintain and improve this project.

[![GitHub stars](https://img.shields.io/github/stars/updatecli/updatecli?style=for-the-badge)](https://github.com/updatecli/updatecli/stargazers) [![Sponsor](https://img.shields.io/badge/Sponsor-%E2%9D%A4-pink?style=for-the-badge)](https://www.updatecli.io/support/#sponsor-or-donate)
v0.116.0
## Changes

## 🚀 Features

- feat: source caching @loispostula (#8291)
- feat: golang module support pseudo version @olblak (#8293)
- feat(github): add client-side pull request merge option @LeC-D (#8204)
- feat: add PyPI resource and pyproject autodiscovery plugins @loispostula (#8155)
- feat(telemetry): add OpenTelemetry tracing for pipeline execution @loispostula (#8055)
- feat: allow to filter compose policies based on policy id @olblak (#8246)
- feat(version): add pep440 version kind @loispostula (#8245)

## 🐛 Bug Fixes

- fix(yaml): compare decoded scalar values to avoid rewriting folded blocks @loispostula (#8296)
- fix(github): nil-check token source to avoid panic when no token configured @loispostula (#8298)

## 🧰 Maintenance

- install Zizmor gha action v0.5.2 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#8294)
- deps(github/action): bump all dependencies @[updateclibot[bot]](https://github.com/apps/updateclibot) (#8206)
- deps(updatecli/policies): bump all policies @[updateclibot[bot]](https://github.com/apps/updateclibot) (#8205)
- deps(updatecli/policies): bump all policies @[updateclibot[bot]](https://github.com/apps/updateclibot) (#8179)

## Contributors

@LeC-D, @loispostula, @olblak, @updateclibot[bot] and [updateclibot[bot]](https://github.com/apps/updateclibot)

## Sponsors

If Updatecli is useful to you, please consider sponsoring it.  
Your support helps maintain and improve this project.

[![GitHub stars](https://img.shields.io/github/stars/updatecli/updatecli?style=for-the-badge)](https://github.com/updatecli/updatecli/stargazers) [![Sponsor](https://img.shields.io/badge/Sponsor-%E2%9D%A4-pink?style=for-the-badge)](https://www.updatecli.io/support/#sponsor-or-donate)
v0.115.0
## Changes

## 🚀 Features

- feat(compose): add include parameter to compose file @olblak (#8120)
- feat(autodiscovery): by default enable gha digest @olblak (#8074)
- fix(github): allow GitHub client creation without a token for unauthenticated access @railgun-0402 (#8054)
- fix(file): don't output binary file content @AdeshDeshmukh (#7874)
- feat(flux): support multiple yaml documents @olblak (#8056)
- Dockerfile: Add ability to leave unset or empty value alone @Vlatombe (#7870)
- feat(compose): support inline values @olblak (#7868)
- feat(autodiscovery): align matching rule validation across all plugins @railgun-0402 (#7867)
-  feat(tmp): add --unique-tmp-dir flag to support parallel execution @railgun-0402 (#7864)
- feat(scm): add gitlabsearch SCM plugin @railgun-0402 (#7843)

## 🐛 Bug Fixes

- fix(json): disable HTML escaping when writing JSON files @loispostula (#8090)
- When the Adoptium API advertises a MostRecentFeatureRelease (e.g. 26) @loispostula (#8075)
- fix(gitlabsearch): add missing depth parameter @olblak (#7934)
- fix(githubsearch): add missing depth parameter support @olblak (#7933)
- fix(helm): Remove validation check for helm chart name @varad-kadam (#7873)
- fix(dockercompose): add compose*.y*ml to defaultFilePattern @qianlongzt (#7845)
- fix(autodiscovery/argocd): correctly handle multiple documents @olblak (#7848)
- fix(autodiscovery/kubernetes): handle multiple yaml document @olblak (#7846)

## 🧰 Maintenance

- chore: update typos action to version v1.44.0 @olblak (#8108)
- chore: improve various gha pipeline @olblak (#8076)
- deps(go): bump module helm.sh/helm/v3 to v3.20.1 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#8079)
- refactor(httpclient): centralize HTTP client creation and harden transport @loispostula (#8072)
- deps(go): bump module github.com/fluxcd/source-controller/api to v1.8.1 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#8068)
- chore(deps): bump github.com/buger/jsonparser from 1.1.1 to 1.1.2 in the go_modules group across 1 directory @[dependabot[bot]](https://github.com/apps/dependabot) (#8070)
- chore(deps): bump google.golang.org/grpc from 1.79.1 to 1.79.3 in the go_modules group across 1 directory @[dependabot[bot]](https://github.com/apps/dependabot) (#8036)
- deps: Bump Golang version to 1.26.1 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#8002)
- deps(go): bump module github.com/fluxcd/helm-controller/api to v1.5.2 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#7988)
- install Zizmor gha action v0.5.2 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#7986)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.289.1 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#7976)
- deps(go): bump module github.com/getsops/sops/v3 to v3.12.1 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#7963)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/config to v1.32.11 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#7956)
- chore(dockerfile): upgrade node version @[updateclibot[bot]](https://github.com/apps/updateclibot) (#7819)
- vi : github action workflow typo @olblak (#7876)
- deps: Bump updatecli version @olblak (#7875)
- chore(deps): bump github.com/docker/cli from 28.5.0+incompatible to 29.2.0+incompatible in the go_modules group across 1 directory @[dependabot[bot]](https://github.com/apps/dependabot) (#7869)
- Add GitHub Actions workflow for zizmor security analysis @olblak (#7865)
- deps(go): bump module github.com/aws/smithy-go to v1.24.2 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#7858)
- deps(go): bump module github.com/fluxcd/source-controller/api to v1.8.0 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#7850)
- deps(go): bump module golang.org/x/net to v0.51.0 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#7857)
- deps(go): bump module gitlab.com/gitlab-org/api/client-go to v1.45.0 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#7854)
- deps(go): bump module github.com/go-git/go-git/v5 to v5.17.0 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#7852)
- deps(go): bump module github.com/drone/go-scm to v1.42.0 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#7823)
- chore(deps): bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.40.0 in the go_modules group across 1 directory @[dependabot[bot]](https://github.com/apps/dependabot) (#7847)
- chore(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 in the go_modules group across 1 directory @[dependabot[bot]](https://github.com/apps/dependabot) (#7842)
- deps(go): bump module github.com/zclconf/go-cty to v1.18.0 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#7830)
- deps(go): bump module github.com/aws/smithy-go to v1.24.1 @[updateclibot[bot]](https://github.com/apps/updateclibot) (#7832)

## 📝 Documentation

- Update sponsorship section in release-drafter.yaml @olblak (#8121)

## Contributors

@AdeshDeshmukh, @Vlatombe, @dependabot[bot], @loispostula, @olblak, @qianlongzt, @railgun-0402, @updateclibot[bot], @varad-kadam, [dependabot[bot]](https://github.com/apps/dependabot) and [updateclibot[bot]](https://github.com/apps/updateclibot)

## Sponsors

If Updatecli is useful to you, please consider sponsoring it.  
Your support helps maintain and improve this project.

[![GitHub stars](https://img.shields.io/github/stars/updatecli/updatecli?style=for-the-badge)](https://github.com/updatecli/updatecli/stargazers) [![Sponsor](https://img.shields.io/badge/Sponsor-%E2%9D%A4-pink?style=for-the-badge)](https://www.updatecli.io/support/#sponsor-or-donate)
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!

Made with ❤️️ by updatecli
@updateclibot updateclibot bot enabled auto-merge (squash) April 10, 2026 09:42
@updateclibot updateclibot bot merged commit 3de6e0f into master Apr 10, 2026
11 checks passed
@updateclibot updateclibot bot deleted the updatecli_master_updatecli/version branch April 10, 2026 09:43
@updateclibot updateclibot bot restored the updatecli_master_updatecli/version branch April 10, 2026 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants