Skip to content

ci: Bump ClusterAPI#515

Open
weebo-update-cli[bot] wants to merge 5 commits into
mainfrom
updatecli_main_fa851574471ea4db778be8c95c79726c474c9a20708376b527fd62b0a59a89d0
Open

ci: Bump ClusterAPI#515
weebo-update-cli[bot] wants to merge 5 commits into
mainfrom
updatecli_main_fa851574471ea4db778be8c95c79726c474c9a20708376b527fd62b0a59a89d0

Conversation

@weebo-update-cli

@weebo-update-cli weebo-update-cli Bot commented Aug 2, 2025

Copy link
Copy Markdown

Bump ClusterAPI

  • cluster-api-operator version: 0.22.0
  • core version: v1.10.4
  • infrastructure version: v0.7.3
  • controlPlane version: v0.5.10
  • bootstrap version: v0.6.9
  • ipam version: v1.0.3
  • addon-helm version: v0.3.2

Upgrade ClusterAPI

Bump infrastructure-proxmox cluster API version

change detected: * key "$.spec.source.helm.valuesObject.infrastructure.proxmox.version" updated from "v0.7.1" to "v0.7.3", in file "capi.argo/infra/app/cluster-api/app.yaml"

v0.7.1
**This is a security and a bugfix update.**

No features were added.

Some CAPMOX setups may be vulnerable to [CVE-2025-22871](https://www.cve.org/CVERecord?id=CVE-2025-22871) aka [GO-2025-3563](https://pkg.go.dev/vuln/GO-2025-3563). This release bumps the minimum Go version to 1.23.8 which has the fix.

We have also identified [bug #484](https://github.com/ionos-cloud/cluster-api-provider-proxmox/issues/484) which may not always get triggered but when it does the cluster remains stuck in a Failed state. This release contains the fix.

## What's Changed
* Bump the minimum Go version to 1.23.8 to deal with GO-2025-3563
* Fix #484

**Full Changelog**: https://github.com/ionos-cloud/cluster-api-provider-proxmox/compare/v0.7.0...v0.7.1
v0.7.2
Interim maintenance release. Contains fixes for two mild security issues with low impact and low exploitability:

https://github.com/ionos-cloud/cluster-api-provider-proxmox/security/dependabot/10
https://github.com/ionos-cloud/cluster-api-provider-proxmox/security/dependabot/11

## What's Changed
### Features
* Support for linked clones @LukasK32 https://github.com/ionos-cloud/cluster-api-provider-proxmox/pull/478

### Bugfixes
* Failed Cluster with missing credentialsRef never reconciles https://github.com/ionos-cloud/cluster-api-provider-proxmox/issues/484 https://github.com/ionos-cloud/cluster-api-provider-proxmox/pull/486

### Misc
* Docs for the new v0.7 features https://github.com/ionos-cloud/cluster-api-provider-proxmox/pull/453
* Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 https://github.com/ionos-cloud/cluster-api-provider-proxmox/pull/503
* Bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 https://github.com/ionos-cloud/cluster-api-provider-proxmox/pull/498
* Lots of dependency updates

## New Contributors
* @LukasK32 made their first contribution in https://github.com/ionos-cloud/cluster-api-provider-proxmox/pull/478

**Full Changelog**: https://github.com/ionos-cloud/cluster-api-provider-proxmox/compare/v0.7.1...v0.7.2
v0.7.3
Interim maintenance release. Contains a bugfix and a fix for CVE-2025-22868: https://github.com/ionos-cloud/cluster-api-provider-proxmox/security/dependabot/12
We believe exploitability is low in this case as CAPMOX does not make use of OAuth2 and the package is only pulled in as an indirect dependency.

## What's Changed
### Bugfix
* Missing RBAC for patching Cluster #520

### Misc
* Bump golang.org/x/oauth2 to 0.28.0

**Full Changelog**: https://github.com/ionos-cloud/cluster-api-provider-proxmox/compare/v0.7.2...v0.7.3
Bump ipam-in-cluster cluster API version

change detected: * key "$.spec.source.helm.valuesObject.ipam.in-cluster.version" updated from "v1.0.2" to "v1.0.3", in file "capi.argo/infra/app/cluster-api/app.yaml"

v1.0.2
## Noteworthy for Users of ipamutils

* The previous attempt of fixing cleanup during cluster deletion wasn't thought through all the way and introduced new issues, which we've fixed in this release (https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/pull/329).
* The `ipamutil.Reconciler` now waits for a freshly created `IPAddress` to appear in the cache before moving on with reconciliation. This should prevent rare race conditions when allocating multiple ip addresses quickly.

# Fixed

* :bug: properly handle deletion of IPAddressClaims in ipamutil.ClaimReconciler by @llxp in https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/pull/329
* :bug: Validate the cache contains the created address before moving on by @rikatz in https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/pull/338

## What's Changed
* :seedling: Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.0 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/pull/321
* :seedling: Bump golang.org/x/net from 0.33.0 to 0.36.0 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/pull/322
* :seedling: Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/pull/323
* :seedling: Bump golangci/golangci-lint-action from 6.5.1 to 8.0.0 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/pull/335

**Full Changelog**: https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/compare/v1.0.1...v1.0.2
v1.0.3
## What's Changed
* 🌱 Bump GO, CAPI, Deps, to Solve CVEs by @mcbenjemaa in https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/pull/341

**Full Changelog**: https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/compare/v1.0.2...v1.0.3
Bump core cluster API version

change detected: * key "$.spec.source.helm.valuesObject.core.cluster-api.version" updated from "v1.10.3" to "v1.10.4", in file "capi.argo/infra/app/cluster-api/app.yaml"

v1.10.3
## 👌 Kubernetes version support

- Management Cluster: v1.28.x -> v1.33.x
- Workload Cluster: v1.26.x -> v1.33.x

[More information about version support can be found here](https://cluster-api.sigs.k8s.io/reference/versions.html)

## Changes since v1.10.2
## :chart_with_upwards_trend: Overview
- 4 new commits merged
- 3 bugs fixed 🐛

## :bug: Bug Fixes
- API: Increase ignition additionalConfig maxSize from 10 to 32 KB (#12259)
- ClusterClass: Fix continuous reconciles because of apiVersion differences in Cluster topology controller (#12345)
- clusterctl: Accept upper case version (#12321)

## :seedling: Others
- Dependency: Bump to Go v1.23.10, github.com/cloudflare/circl v1.6.1 (#12354)

## Dependencies

### Added
_Nothing has changed._

### Changed
- github.com/cloudflare/circl: [v1.3.7 → v1.6.1](https://github.com/cloudflare/circl/compare/v1.3.7...v1.6.1)

### Removed
_Nothing has changed._

_Thanks to all our contributors!_ 😊
v1.10.4
## 👌 Kubernetes version support

- Management Cluster: v1.28.x -> v1.33.x
- Workload Cluster: v1.26.x -> v1.33.x

[More information about version support can be found here](https://cluster-api.sigs.k8s.io/reference/versions.html)

## Changes since v1.10.3
## :chart_with_upwards_trend: Overview
- 10 new commits merged
- 1 bug fixed 🐛

## :bug: Bug Fixes
- CI: Fixing failed to install kind for e2e tests (#12374)

## :seedling: Others
- clusterctl: Add Scaleway infrastructure provider to clusterctl (#12387)
- Dependency: Bump cert-manager to v1.18.0 (#12373)
- Dependency: Bump cert-manager to v1.18.1 (#12381)
- Dependency: Update github.com/go-viper/mapstructure/v2 to v2.3.0 (#12422)
- e2e: Fix e2e test capi-e2e-release-1.8 (#12395)
- KCP: Add --etcd-client-log-level flag to KCP (#12463)

:book: Additionally, there have been 3 contributions to our documentation and book. (#12383, #12456, #12457) 

## Dependencies

### Added
_Nothing has changed._

### Changed
- github.com/go-viper/mapstructure/v2: [v2.2.1 → v2.3.0](https://github.com/go-viper/mapstructure/compare/v2.2.1...v2.3.0)

### Removed
_Nothing has changed._

_Thanks to all our contributors!_ 😊
Bump operator cluster API version

change detected: * key "$.spec.source.targetRevision" updated from "0.20.0" to "0.22.0", in file "capi.argo/infra/app/cluster-api/app.yaml"

v0.22.0
## What's Changed
* 🌱 Update helm chart index.yaml to v0.21.0 by @Danil-Grigorev in https://github.com/kubernetes-sigs/cluster-api-operator/pull/838
* :seedling: Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 by @dependabot[bot] in https://github.com/kubernetes-sigs/cluster-api-operator/pull/839
* 🌱 Bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 in /hack/chart-update by @dependabot[bot] in https://github.com/kubernetes-sigs/cluster-api-operator/pull/829
* :seedling: Bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 by @dependabot[bot] in https://github.com/kubernetes-sigs/cluster-api-operator/pull/830
* :seedling: Bump golang.org/x/tools from 0.33.0 to 0.34.0 in /test by @dependabot[bot] in https://github.com/kubernetes-sigs/cluster-api-operator/pull/841
* :seedling: Bump sigs.k8s.io/cluster-api from 1.10.2 to 1.10.3 by @dependabot[bot] in https://github.com/kubernetes-sigs/cluster-api-operator/pull/845
* :seedling: Bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0 by @dependabot[bot] in https://github.com/kubernetes-sigs/cluster-api-operator/pull/842
* :seedling: Bump the kubernetes group with 5 updates by @dependabot[bot] in https://github.com/kubernetes-sigs/cluster-api-operator/pull/843
* 🌱 Bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 in /hack/tools by @dependabot[bot] in https://github.com/kubernetes-sigs/cluster-api-operator/pull/848
* 🌱 Bump helm.sh/helm/v3 from 3.17.3 to 3.18.4 in /hack/chart-update by @dependabot[bot] in https://github.com/kubernetes-sigs/cluster-api-operator/pull/849
* ✨ Expose clusterctl provider dependent logic for custom provider building by @Danil-Grigorev in https://github.com/kubernetes-sigs/cluster-api-operator/pull/852
* 🌱 Bump Golang to 1.24 minor version by @furkatgofurov7 in https://github.com/kubernetes-sigs/cluster-api-operator/pull/850
* 🐛 Fix preflight check for generic provider overlap with core by @Danil-Grigorev in https://github.com/kubernetes-sigs/cluster-api-operator/pull/855


**Full Changelog**: https://github.com/kubernetes-sigs/cluster-api-operator/compare/v0.21.0...v0.22.0
Bump addon-helm cluster API version

change detected: * key "$.spec.source.helm.valuesObject.addon.helm.version" updated from "v0.3.1" to "v0.3.2", in file "capi.argo/infra/app/cluster-api/app.yaml"

v0.3.1
## What's Changed
* :seedling: Bump actions/cache from 4.1.1 to 4.1.2 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/298
* :seedling: Bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/299
* ✨ Update golangci-lint version and fix related linting issues by @thiha-min-thant in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/302
* :seedling: Bump go.uber.org/mock from 0.4.0 to 0.5.0 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/297
* :seedling: Bump softprops/action-gh-release from 2.0.8 to 2.0.9 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/304
* :seedling: Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/305
* :seedling: Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/306
* :seedling: Bump softprops/action-gh-release from 2.0.9 to 2.1.0 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/309
* :seedling: Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/314
* ✨ Add `ReconcileStrategy` field to support continuous reconciliation or installing the Helm chart once by @Jont828 in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/307
* 🌱 Set REGISTRY to localhost:5000 by default if gcloud project name is not set by @Jont828 in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/301
* 🌱 Bump CAPI to v1.8.5 by @mboersma in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/312
* :seedling: Bump github.com/onsi/gomega from 1.35.1 to 1.36.0 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/320
* 🐛 HelmChartProxy is removed even when the release cannot be uninstalled by @dmvolod in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/316
* :seedling: Bump actions/cache from 4.1.2 to 4.2.0 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/323
* :seedling: Bump actions/setup-go from 5.1.0 to 5.2.0 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/324
* :seedling: Bump softprops/action-gh-release from 2.1.0 to 2.2.0 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/325
* :seedling: Bump github.com/onsi/gomega from 1.36.0 to 1.36.1 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/327
* :sparkles: Able to run controller inside the container platform with write access to root restrictions by @dmvolod in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/322
* :seedling: Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/331
* :seedling: Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/335
* 🌱 Bump CAPI to v1.8.8 by @mboersma in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/337
* ✨ Skip reconciliation if deleting cluster by @kahirokunn in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/328
* :seedling: Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/339
* 🌱 Bump CAPI to v1.9.3 by @mboersma in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/338
* :sparkles: Able to build provider docker without Makefile and Dockerfile modifications by @dmvolod in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/330
* :seedling: Bump softprops/action-gh-release from 2.2.0 to 2.2.1 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/341
* :seedling: Download Cluster API CRDs for every integration test by @dmvolod in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/340
* :seedling: Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/344
* 🐛 Fix golang version getter bash script in Makefile by @dmvolod in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/342
* :seedling: Bump actions/setup-go from 5.2.0 to 5.3.0 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/352
* 🌱 Bump Helm version to v3.16.4 by @Jont828 in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/346
* 🌱 Bump CAPI to v1.9.4 by @Jont828 in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/347
* :bug: Update metadata for v0.3.0 release by @fad3t in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/354
* :seedling: Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/357
* 🐛 Update API version upgrade test for CAAPH v0.3 by @Jont828 in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/356

## New Contributors
* @thiha-min-thant made their first contribution in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/302
* @kahirokunn made their first contribution in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/328
* @fad3t made their first contribution in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/354

**Full Changelog**: https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/compare/v0.2.6...v0.3.1
v0.3.2
## What's Changed
* :seedling: Bump golangci/golangci-lint-action from 6.2.0 to 6.3.1 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/358
* :seedling: Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/364
* :seedling: Fix bump golangci/golangci-lint-action from 6.3.1 to 6.5.0 by @dmvolod in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/361
* :seedling: Fix typos in development guide by @dmvolod in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/362
* :seedling: Bump actions/cache from 4.2.0 to 4.2.1 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/366
* :seedling: Bump actions/cache from 4.2.1 to 4.2.2 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/367
* :seedling: Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/369
* :seedling: Bump golangci/golangci-lint-action from 6.5.1 to 6.5.2 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/374
* :seedling: Bump actions/setup-go from 5.3.0 to 5.4.0 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/373
* :seedling: Bump actions/cache from 4.2.2 to 4.2.3 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/375
* 📖docs: Update quick-start.md with correct secret structure by @danielbraun89 in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/380
* :seedling: Fix missing Metadata kind in metadata.yaml by @dmvolod in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/382
* 🌱 Add rest config options (kube-api-qps & kube-api-burst) by @sergeykonkin in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/363
* :sparkles: Replace deprecated gcr.io/kubebuilder/kube-rbac-proxy by @jimmidyson in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/372
* 🌱 Bump CAPI to v1.9.6 by @mboersma in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/383
* :seedling: Bump softprops/action-gh-release from 2.2.1 to 2.2.2 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/390
* 🐛 fix: add registry client TLS connection idle timeout by @mhrabovcin in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/389
* :seedling: Bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/396
* 🐛 Update golangci-lint to v1.64.8 by @mboersma in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/405
* :seedling: Bump softprops/action-gh-release from 2.2.2 to 2.3.2 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/403
* :bug: get_go_version in Makefile is not supporting replace in go.mod by @dmvolod in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/408
* 🌱 Bump CAPI to v1.9.9 by @mboersma in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/406
* 🌱 Bump go compiler to v1.23.10 by @mboersma in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/407
* :seedling: Bump github.com/onsi/gomega from 1.36.2 to 1.37.0 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/384
* :seedling: Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.4 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/385
* :seedling: Bump go.uber.org/mock from 0.5.0 to 0.5.1 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/387
* :seedling: Bump go.uber.org/mock from 0.5.0 to 0.5.2 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/395
* :seedling: Bump golangci/golangci-lint-action from 6.5.2 to 8.0.0 by @dependabot in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/394

## New Contributors
* @danielbraun89 made their first contribution in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/380
* @mhrabovcin made their first contribution in https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/pull/389

**Full Changelog**: https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/compare/v0.3.1...v0.3.2
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!

@weebo-update-cli weebo-update-cli Bot added Upgrade Action d'upgrade lier (Manuel/Updatectli) UpdateCLI Creer par UpdateCLI labels Aug 2, 2025
@weebo-update-cli weebo-update-cli Bot force-pushed the updatecli_main_fa851574471ea4db778be8c95c79726c474c9a20708376b527fd62b0a59a89d0 branch 4 times, most recently from 20d4a95 to 0070de1 Compare August 9, 2025 00:31
@weebo-update-cli weebo-update-cli Bot force-pushed the updatecli_main_fa851574471ea4db778be8c95c79726c474c9a20708376b527fd62b0a59a89d0 branch 4 times, most recently from 4cbf265 to 56c8ac8 Compare August 14, 2025 00:32
Made with ❤️️ by updatecli
@weebo-update-cli weebo-update-cli Bot force-pushed the updatecli_main_fa851574471ea4db778be8c95c79726c474c9a20708376b527fd62b0a59a89d0 branch from 3985bea to 20622c2 Compare August 15, 2025 00:34
GitHub Actions Bot added 4 commits August 15, 2025 00:34
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

UpdateCLI Creer par UpdateCLI Upgrade Action d'upgrade lier (Manuel/Updatectli)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants