Skip to content

Commit 7f4a048

Browse files
committed
XXX cause extension bumps
1 parent bc67a2b commit 7f4a048

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

scripts/assets/extension-data.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# - `logo`: Overrides the logo URL.
99
# - `github_repo`: GitHub repository, used for version updates.
1010

11-
rancher/application-collection-extension:0.2.1:
11+
rancher/application-collection-extension:0.2.0:
1212
github_repo: rancherlabs/application-collection-extension
13-
ghcr.io/rancher-sandbox/rancher-desktop-rdx-open-webui:v0.0.7:
13+
ghcr.io/rancher-sandbox/rancher-desktop-rdx-open-webui:v0.0.5:
1414
github_repo: rancher-sandbox/rancher-desktop-rdx-open-webui
1515
splatform/epinio-docker-desktop:0.1.0: {}
1616
julianb90/tachometer:0.1.1: {}

scripts/rddepman.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ function git(returnOrArg: string | true, ...args: string[]): number | null {
7272
args.unshift(returnOrArg);
7373
}
7474

75+
console.log('git', args.map(a => a.replaceAll(process.env.GITHUB_TOKEN ?? '*', '*')));
7576
const result = spawnSync('git', args, {
7677
stdio: 'inherit',
7778
env: {

0 commit comments

Comments
 (0)