Skip to content

ci: Bump Ops Space#104

Open
weebo-update-cli[bot] wants to merge 4 commits into
mainfrom
updatecli_main_cd5911e68e52f9b359ccfeabc7b1eca9efdf216dbe33c535fd77a252d6a514b9
Open

ci: Bump Ops Space#104
weebo-update-cli[bot] wants to merge 4 commits into
mainfrom
updatecli_main_cd5911e68e52f9b359ccfeabc7b1eca9efdf216dbe33c535fd77a252d6a514b9

Conversation

@weebo-update-cli

@weebo-update-cli weebo-update-cli Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Upgrade OpsSpace

Bump argocd version

change detected: * key "$.ops.argocd" updated from "v3.4.3" to "v3.4.4", in file "versions.yaml"

v3.4.4
## Quick Start

### Non-HA:

```shell
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.4/manifests/install.yaml
```

### HA:

```shell
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.4/manifests/ha/install.yaml
```

## Release Signatures and Provenance

All Argo CD container images are signed by cosign.  A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify.

## Release Notes Blog Post
For a detailed breakdown of the key changes and improvements in this release, check out the [official blog post](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f)

## Upgrading

If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation.

## Changelog
### Bug fixes
* 146184ea41fa545e0a084c82f05cfe5bd07a9ff9: fix(health): PromotionStrategy stuck Progressing after no-op re-hydration (#28124) (cherry-pick #28125 for 3.4) (#28135) (@argo-cd-cherry-pick-bot[bot])
* e515f51ab1ca500a165b49ca9ec9c402279b6768: fix(rbac): resolve RBAC regression for project-scoped resources in multi-namespace architecture (#25289) (#26573) (#28062) (@wanddynosios)
* 7f2fe9576c6b426f00b04abe6dea55cc9cf634c3: fix(ssd): regression causing diff to error on new objects (#27679) (cherry-pick #27703 for 3.4) (#28241) (@argo-cd-cherry-pick-bot[bot])
* 5199ea6cb74471e22b9c007b0c4598575bb37e44: fix: add a lock on clusterinformer (cherry-pick #28216 for 3.4) (#28312) (@blakepettersson)
* 7a64081225fe7e9688cd7a3d0ad0ff2bc62fde78: fix: exclude live status from normalization (cherry-pick #28201 for 3.4) (#28204) (@argo-cd-cherry-pick-bot[bot])
* 0b3436ffe67564506a49007970daa3d9f476856d: fix: fixes parsing of dex passwords with dollar sign (cherry pick of #28027 to 3.4) (#28197) (@ppapapetrou76)
* 9ccf66b8fc4500d90091075debed86dc218a3981: fix: resolve cross-generator Values templates in RenderGeneratorParams (#27827) (cherry-pick #27830 for 3.4) (#28128) (@argo-cd-cherry-pick-bot[bot])
### Other work
* 14ad471bf6102535664cac3b43cb706904c72b35: Merge pull request #28162 from argoproj/cherry-pick-28158-to-release-3.4 (@dudinea)
* 0fd000b25fb94fbc2de25dd3c97417e44d28a629: Merge pull request #28164 from argoproj/cherry-pick-28155-to-release-3.4 (@dudinea)
* ff255193d14b0ab7ecf7bea48c9cfda3cc0de46a: chore(ci): bump codecov action to 7.0.0 to fix the GPG issue (cherry-pick #28159 for 3.4) (#28172) (@dudinea)
* e9ff0c571b905989d517ac377c4071b6b6180081: ci: bump goreleaser (cherry-pick #28033 for 3.4) (#28072) (@argo-cd-cherry-pick-bot[bot])
* 1c5e37da077808446895092764bd14312c53d76d: ci: use github release notes in goreleaser (cherry-pick #28048 for 3.4) (#28071) (@argo-cd-cherry-pick-bot[bot])
* 0c14cfb5117526dd35657e0fddd21c5c612664be: fix(manifest-generate-paths): Normalize repo before using type repo (#28113) (@fm1ck3y)
* c2003f447e49a183b75e3d94e7982c59c012bd5e: test(e2e): Add test for second Sync after initial for different resources/options (#28156) (#28155) (@dudinea)
* 9810fa2902e60e48df2acda2353f44b293d4203f: test(e2e): fix cleanup of CRDs for e2e tests (#28157) (#28158) (@dudinea)

**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v3.4.3...v3.4.4

<a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a>

v3.4.3
## Quick Start

### Non-HA:

```shell
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.3/manifests/install.yaml
```

### HA:

```shell
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.3/manifests/ha/install.yaml
```

## Release Signatures and Provenance

All Argo CD container images are signed by cosign.  A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify.

## Release Notes Blog Post
For a detailed breakdown of the key changes and improvements in this release, check out the [official blog post](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f)

## Upgrading

If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation.

## Changelog
### Bug fixes
* f435b0fd4c740fd49151b9cdf22263f4ca0c6ae8 fix(cli): return immediately from 'app wait' when app is already in desired state (#12211) (#27503) (#27713) (jheyduk)
* b39fe4fb1035e27d36b6d3afeaab8446418a017c fix(lint): unnecessary nesting (cherry-pick #27815 for 3.4) (#27817) (argo-cd-cherry-pick-bot[bot], Michael Crenshaw)
* 668f2c56a62bd03b597cf547b31afe3e058e2ceb fix(ui): don't prefetch errors (#27877) (cherry-pick #27925 for 3.4) (#28024) (argo-cd-cherry-pick-bot[bot], Blake Pettersson)
* b796979ce219c8d5de0f330a8e67baa92ea1c6e3 fix(ui): return full source for non-hydrator apps in Parameters tab (cherry-pick #26946 for 3.4) (#27964) (Gabriel Barreto, himeshp)
* 5d3f8a0b50b3507ae007e8bbb063b1f3fb2a6fff fix: honor repo depth setting in gitSourceHasChanges and fetch functions (cherry-pick #27838 for 3.4) (#28043) (argo-cd-cherry-pick-bot[bot], alexandresavicki, Cursor)
* 35ed877840f530d7868e524cdf27e203fbf3974a fix: nil-check (cherry-pick #28039 for 3.4) (#28040) (argo-cd-cherry-pick-bot[bot], Blake Pettersson, Soumya Ghosh Dastidar)
* b0f1553a61f61e0dac8f79ba9d0771274a2fc6c8 fix: prevent InvalidSpecError race in application controller startup (cherry-pick #27672 for 3.4) (#27845) (argo-cd-cherry-pick-bot[bot], Michele Baldessari)
* 4fa095050bb318b412519aecb1ac18f69aec4c23 fix: truncate labels for deletion hook resources (cherry-pick #27542 for 3.4) (#27714) (argo-cd-cherry-pick-bot[bot], Jaewoo Choi)
### Dependency updates
* 0edd404f7f1996abeec3ac411e33a1449fc94664 chore(deps): bump redoc/dompurify to v3.4.0 in /ui for fixing CVE-2026-41240(cherry-pick 3.4) (#27913) (Alka Kumari)
### Other work
* ce55c857b5e525f72c5c496d1bf69bc0d048edfa fix(gitops-engine): fix nil pointer dereference error in removeWebookMutation() (cherry-pick #27749 for 3.4) (#28031) (argo-cd-cherry-pick-bot[bot], Pierre Guinoiseau)

**Full Changelog**: https://github.com/argoproj/argo-cd/compare/v3.4.2...v3.4.3

<a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a>

Bump talosctl version

change detected: * key "$.ops.talosctl" updated from "v1.13.4" to "v1.13.5", in file "versions.yaml"

v1.13.5
## [Talos 1.13.5](https://github.com/siderolabs/talos/releases/tag/v1.13.5) (2026-06-22)

Welcome to the v1.13.5 release of Talos!



Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.

### Component Updates

Linux: 6.18.36
containerd: 2.2.5
runc: 1.4.3

Talos is built with Go 1.26.4.


### Contributors

* Andrey Smirnov
* Maja Bojarska
* Noel Georgi
* Mateusz Urbanek
* Aleksei Sviridkin

### Changes
<details><summary>9 commits</summary>
<p>

* siderolabs/talos@51b0d8ed0 release(v1.13.5): prepare release
* siderolabs/talos@c5089c655 fix: bump number of open files for etcd
* siderolabs/talos@e0b4d9d75 fix: stop the log persistence and close all files on shutdown
* siderolabs/talos@23a080dcf fix: honor FailurePauseTimeout when pausing before reboot
* siderolabs/talos@9adc63a32 fix: correct the link alias condition
* siderolabs/talos@b902f9de9 feat: verify go.mod tidiness in generate target
* siderolabs/talos@765f0a1dc fix: relax LUKS header validation
* siderolabs/talos@d63aba4c7 feat: update pkgs and Kubernetes
* siderolabs/talos@f0a5842ab fix: update go.mod and rekres
</p>
</details>

### Changes from siderolabs/pkgs
<details><summary>8 commits</summary>
<p>

* siderolabs/pkgs@6b315f7 chore: update zfs to 2.4.3
* siderolabs/pkgs@ebf23f3 feat: update Linux to 6.18.36
* siderolabs/pkgs@7eed62d chore: bump containerd to 2.2.5 (cve patches)
* siderolabs/pkgs@8b67bab chore: update nvidia driver lts to 580.167.08
* siderolabs/pkgs@8cb61b2 feat: bump runc
* siderolabs/pkgs@d736aef feat: bump kernel to 6.18.35
* siderolabs/pkgs@7ede376 fix: avoid page_table_check BUG on time namespace VVAR page
* siderolabs/pkgs@e69debd feat: update tools and rekres
</p>
</details>

### Changes from siderolabs/tools
<details><summary>2 commits</summary>
<p>

* siderolabs/tools@9b78252 feat: update ca-certificates to 2026-05-14
* siderolabs/tools@4d13aff feat: bump OpenSSL to 3.6.3
</p>
</details>

### Dependency Changes

* **github.com/ryanuber/columnize**              v2.1.2 **_new_**
* **github.com/siderolabs/go-blockdevice/v2**    v2.0.28 -> v2.0.30
* **github.com/siderolabs/pkgs**                 v1.13.0-28-g54ec9fc -> v1.13.0-36-g6b315f7
* **github.com/siderolabs/talos/pkg/machinery**  v1.13.4 -> v1.13.5
* **github.com/siderolabs/tools**                v1.13.0-4-ga06bb31 -> v1.13.0-6-g9b78252
* **k8s.io/api**                                 v0.36.1 -> v0.36.2
* **k8s.io/apiextensions-apiserver**             v0.36.1 -> v0.36.2
* **k8s.io/apimachinery**                        v0.36.1 -> v0.36.2
* **k8s.io/apiserver**                           v0.36.1 -> v0.36.2
* **k8s.io/client-go**                           v0.36.1 -> v0.36.2
* **k8s.io/component-base**                      v0.36.1 -> v0.36.2
* **k8s.io/cri-api**                             v0.36.1 -> v0.36.2
* **k8s.io/kube-scheduler**                      v0.36.1 -> v0.36.2
* **k8s.io/kubectl**                             v0.36.1 -> v0.36.2
* **k8s.io/kubelet**                             v0.36.1 -> v0.36.2
* **k8s.io/pod-security-admission**              v0.36.1 -> v0.36.2

Previous release can be found at [v1.13.4](https://github.com/siderolabs/talos/releases/tag/v1.13.4)

## Images

```
ghcr.io/siderolabs/flannel:v0.28.5
registry.k8s.io/coredns/coredns:v1.14.2
registry.k8s.io/etcd:v3.6.12
registry.k8s.io/pause:3.10.1
registry.k8s.io/kube-apiserver:v1.36.2
registry.k8s.io/kube-controller-manager:v1.36.2
registry.k8s.io/kube-scheduler:v1.36.2
registry.k8s.io/kube-proxy:v1.36.2
ghcr.io/siderolabs/kubelet:v1.36.2
registry.k8s.io/networking/kube-network-policies:v1.0.0
ghcr.io/siderolabs/installer:v1.13.5
ghcr.io/siderolabs/installer-base:v1.13.5
ghcr.io/siderolabs/imager:v1.13.5
ghcr.io/siderolabs/talos:v1.13.5
ghcr.io/siderolabs/talosctl-all:v1.13.5
ghcr.io/siderolabs/overlays:v1.13.5
ghcr.io/siderolabs/extensions:v1.13.5
```

v1.13.4
## [Talos 1.13.4](https://github.com/siderolabs/talos/releases/tag/v1.13.4) (2026-06-09)

Welcome to the v1.13.4 release of Talos!



Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.

### Component Updates

Linux: 6.18.34
etcd: v2.6.12
Flannel: v0.28.5

Talos is built with Go 1.26.4.


### Contributors

* Andrey Smirnov
* Noel Georgi
* Mateusz Urbanek
* Orzelius
* Erwan Leboucher
* Jonny
* Rokoucha
* appkins

### Changes
<details><summary>17 commits</summary>
<p>

* siderolabs/talos@707dbd89b release(v1.13.4): prepare release
* siderolabs/talos@27d7a1985 fix: handle cluster-scoped resources with a namespace correctly
* siderolabs/talos@fe74e00fb chore: update deps
* siderolabs/talos@f44cafbcd fix: recreate dns server and listeners on host DNS runner restart
* siderolabs/talos@5ed296b76 fix: marshal kube-scheduler config correctly with int types
* siderolabs/talos@5992015b0 fix: machine configuration schemas
* siderolabs/talos@b8dfda7ee fix: mark more resources as sensitive
* siderolabs/talos@aad841b7f feat: update Flannel to v0.28.5
* siderolabs/talos@7c0900b85 fix(ci): aws nvidia tests
* siderolabs/talos@9f5122db7 fix: flaky test
* siderolabs/talos@cf62af3e2 fix: etcd client leak in the (legacy) Upgrade API
* siderolabs/talos@d5c3136e0 feat: enforce strict QoS ordering in OOM victim selection
* siderolabs/talos@b5ad39e65 feat: update etcd to v3.6.12
* siderolabs/talos@c83dad3c5 fix: health request server-side
* siderolabs/talos@577cc6f6c fix: bring in a change to BCM2712_MIP
* siderolabs/talos@29da68ae2 fix: touch rootfs files with SOURCE_DATE_EPOCH
* siderolabs/talos@b19a03bc2 fix: ignore cgroups with zero rank in OOM handler
</p>
</details>

### Changes from siderolabs/go-kubernetes
<details><summary>1 commit</summary>
<p>

* siderolabs/go-kubernetes@131a2bd fix: handle cluster-scoped resources with a ns correctly
</p>
</details>

### Changes from siderolabs/pkgs
<details><summary>5 commits</summary>
<p>

* siderolabs/pkgs@54ec9fc fix: disable PAGE_TABLE_CHECK_ENFORCED in kernel config
* siderolabs/pkgs@0d5985a feat: enable USB hiddev for apcupsd support
* siderolabs/pkgs@593e34c feat: bump kernel to 6.18.34
* siderolabs/pkgs@366f575 fix: enable CONFIG_BCM2712_MIP as built-in in arm64 kernel config
* siderolabs/pkgs@b45e84c feat: bump Go to 1.26.4
</p>
</details>

### Changes from siderolabs/tools
<details><summary>2 commits</summary>
<p>

* siderolabs/tools@a06bb31 feat: bump go to 1.26.4
* siderolabs/tools@9bb7abe feat: update libcap to 2.78
</p>
</details>

### Dependency Changes

* **github.com/siderolabs/go-kubernetes**        v0.2.37 -> v0.2.38
* **github.com/siderolabs/pkgs**                 v1.13.0-23-g8c18616 -> v1.13.0-28-g54ec9fc
* **github.com/siderolabs/talos/pkg/machinery**  v1.13.3 -> v1.13.4
* **github.com/siderolabs/tools**                v1.13.0-2-g1fb762a -> v1.13.0-4-ga06bb31
* **go.etcd.io/etcd/api/v3**                     v3.6.11 -> v3.6.12
* **go.etcd.io/etcd/client/pkg/v3**              v3.6.11 -> v3.6.12
* **go.etcd.io/etcd/client/v3**                  v3.6.11 -> v3.6.12
* **go.etcd.io/etcd/etcdutl/v3**                 v3.6.11 -> v3.6.12

Previous release can be found at [v1.13.3](https://github.com/siderolabs/talos/releases/tag/v1.13.3)

## Images

```
ghcr.io/siderolabs/flannel:v0.28.5
registry.k8s.io/coredns/coredns:v1.14.2
registry.k8s.io/etcd:v3.6.12
registry.k8s.io/pause:3.10.1
registry.k8s.io/kube-apiserver:v1.36.1
registry.k8s.io/kube-controller-manager:v1.36.1
registry.k8s.io/kube-scheduler:v1.36.1
registry.k8s.io/kube-proxy:v1.36.1
ghcr.io/siderolabs/kubelet:v1.36.1
registry.k8s.io/networking/kube-network-policies:v1.0.0
ghcr.io/siderolabs/installer:v1.13.4
ghcr.io/siderolabs/installer-base:v1.13.4
ghcr.io/siderolabs/imager:v1.13.4
ghcr.io/siderolabs/talos:v1.13.4
ghcr.io/siderolabs/talosctl-all:v1.13.4
ghcr.io/siderolabs/overlays:v1.13.4
ghcr.io/siderolabs/extensions:v1.13.4
```

Bump clusterctl version

change detected: * key "$.ops.clusterctl" updated from "v1.13.2" to "v1.13.3", in file "versions.yaml"

v1.13.3
## 👌 Kubernetes version support

- Management Cluster: v1.32.x -> v1.36.x
- Workload Cluster: v1.30.x -> v1.36.x

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

## Changes since v1.13.2
## :chart_with_upwards_trend: Overview
- 14 new commits merged
- 1 feature addition ✨
- 3 bugs fixed 🐛

## :sparkles: New Features
- ClusterCache: Expose DefaultTransform on CacheOptions (#13785)

## :bug: Bug Fixes
- clusterctl: Skip update check for clusterctl completion (#13697)
- KCP: Fix failing TestKubeadmControlPlaneReconciler_reconcileEtcdMembers (#13728)
- Security: Grant RBAC to support OwnerReferencesPermissionEnforcement admission controller (#13817)

## :seedling: Others
- CI: Bump gcb-docker-gcloud image (#13794)
- Dependency: Bump go to v1.25.11 (#13789)
- Dependency: Bump golang/x/net to 0.55.0 (#13746)
- e2e: Bump to kind main to fix e2e tests (#13769)
- e2e: Bump to kind v0.32.0 (#13781)
- e2e: Bump to kind v0.32.0 (#13787)
- e2e: Make the clusterctl upgrade management cluster control plane count configurable (#13771)
- KCP: Update RemoveEtcdMember to accept a *etcd.Member instead of a member name (#13786)
- Misc: Add finalizer only after we got owner/cluster (#13748)

:book: Additionally, there has been 1 contribution to our documentation and book. (#13719) 

## Dependencies

### Added
_Nothing has changed._

### Changed
- golang.org/x/crypto: v0.50.0 → v0.51.0
- golang.org/x/mod: v0.34.0 → v0.35.0
- golang.org/x/net: v0.53.0 → v0.55.0
- golang.org/x/sys: v0.43.0 → v0.45.0
- golang.org/x/telemetry: 579e4da → be6f6cb
- golang.org/x/term: v0.42.0 → v0.43.0
- golang.org/x/text: v0.36.0 → v0.37.0
- golang.org/x/tools: v0.43.0 → v0.44.0

### Removed
_Nothing has changed._

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

- Management Cluster: v1.32.x -> v1.36.x
- Workload Cluster: v1.30.x -> v1.36.x

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

## Changes since v1.13.1
## :chart_with_upwards_trend: Overview
- 10 new commits merged
- 2 bugs fixed 🐛

## :bug: Bug Fixes
- Devtools: Fix Tilt kube-state-metrics deployment (#13678)
- KCP: Fix KCP in-place update with InfraMachine webhooks with immutability validation (#13643)

## :seedling: Others
- CI: Make it possible to exclude CVEs with govulncheck (#13671)
- Dependency: Bump envtest 1.36 (#13658)
- Dependency: Bumping corefile-migration to v1.0.32 (#13635)
- Dependency: Go bump to 1.25.10 (#13666)
- e2e: Start testing K8s 1.37 (#13638)
- KCP: Add kubeadm cluster role (#13670)
- KCP: KCP cleanup etcd members not started after a machine is remediated (#13688)

:book: Additionally, there has been 1 contribution to our documentation and book. (#13621) 

## Dependencies

### Added
_Nothing has changed._

### Changed
- github.com/coredns/corefile-migration: [v1.0.31 → v1.0.32](https://github.com/coredns/corefile-migration/compare/v1.0.31...v1.0.32)

### Removed
_Nothing has changed._

_Thanks to all our contributors!_ 😊
Bump opentofu version

change detected: * key "$.ops.opentofu" updated from "1.12.2" to "1.12.3", in file "versions.yaml"

v1.12.3
### BUG FIXES:

- Properly handle `TF_ENCRYPTION` with only blank spaces. ([#4265](https://github.com/opentofu/opentofu/pull/4265))
- The value resulted from the `lifecycle.enabled` evaluation now has its deprecation marks processed correctly ([#4162](https://github.com/opentofu/opentofu/pull/4162))
- Update documentation to clarify the usage restriction of ephemeral values in `lifecycle.enabled`. ([#4220](https://github.com/opentofu/opentofu/pull/4220))
- `tofu console -lock=false` now works as intended. ([#4291](https://github.com/opentofu/opentofu/pull/4291))

### SECURITY ADVISORIES:
* Previous releases in the v1.12 series could read an arbitrary file during certain git operations via a maliciously crafted URL ([#4293](https://github.com/opentofu/opentofu/pull/4293))
  * Advisory: https://github.com/opentofu/opentofu/security/advisories/GHSA-q7j3-v8qv-22vq


**Full Changelog**: https://github.com/opentofu/opentofu/compare/v1.12.2...v1.12.3

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 force-pushed the updatecli_main_cd5911e68e52f9b359ccfeabc7b1eca9efdf216dbe33c535fd77a252d6a514b9 branch 7 times, most recently from 30a63b4 to 309d27b Compare June 23, 2026 21:51
GitHub Actions Bot added 4 commits June 23, 2026 21:52
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
Made with ❤️️ by updatecli
@weebo-update-cli weebo-update-cli Bot force-pushed the updatecli_main_cd5911e68e52f9b359ccfeabc7b1eca9efdf216dbe33c535fd77a252d6a514b9 branch from 309d27b to 7220fb2 Compare June 23, 2026 21:53
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