Skip to content

Commit b386c05

Browse files
committed
Merge remote-tracking branch 'upstream/main' into add-upp-camel-case-types
On-behalf-of: Gerald Morrison (SAP) <gerald.morrison@sap.com> Signed-off-by: Gerald Morrison (SAP) <gerald.morrison@sap.com>
2 parents 6d81aa3 + cfa0fa5 commit b386c05

11 files changed

Lines changed: 72 additions & 71 deletions

.github/workflows/components.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
make \
113113
ctf descriptor describe
114114
- name: Upload CTF
115-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
115+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
116116
with:
117117
if-no-files-found: error
118118
overwrite: true
@@ -176,7 +176,7 @@ jobs:
176176
- name: Upload aggregated CTF
177177
# only upload the artifact if we are not on a PR
178178
if: inputs.upload-ctf
179-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
179+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
180180
with:
181181
if-no-files-found: error
182182
overwrite: true

.github/workflows/flake_vendorhash.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Generate token
1919
id: generate_token
20-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
20+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v2
2121
with: # OCMBot
2222
app-id: ${{ secrets.OCMBOT_APP_ID }}
2323
private-key: ${{ secrets.OCMBOT_PRIV_KEY }}
@@ -54,7 +54,7 @@ jobs:
5454
\`\`\`
5555
EOF
5656
- name: Create Pull Request
57-
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
57+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
5858
with:
5959
token: ${{ steps.generate_token.outputs.token }}
6060
title: "chore: update 'flake.nix'"

.github/workflows/publish-latest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: Generate token
2525
id: generate_token
26-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
26+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v2
2727
with: # OCMBot
2828
app-id: ${{ secrets.OCMBOT_APP_ID }}
2929
private-key: ${{ secrets.OCMBOT_PRIV_KEY }}
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
cache-source: go-build-cache
5959
- name: Build and push
60-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
60+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
6161
with:
6262
context: .
6363
# supported platforms: https://github.com/GoogleContainerTools/distroless?tab=readme-ov-file#what-images-are-available
@@ -81,7 +81,7 @@ jobs:
8181
uses: TooMuch4U/actions-clean@9b358e33df99574ac0bdf2e92fa3db1ae1415563 # v2.2
8282
- name: Generate token
8383
id: generate_token
84-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
84+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v2
8585
with: # OCMBot
8686
app-id: ${{ secrets.OCMBOT_APP_ID }}
8787
private-key: ${{ secrets.OCMBOT_PRIV_KEY }}

.github/workflows/publish-to-other-than-github.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: echo "RELEASE_VERSION=$(echo ${{ github.event.client_payload.version }} | tr -d ['v'])" >> $GITHUB_ENV
2727
- name: Generate token
2828
id: generate_token
29-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
29+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v2
3030
with: # OCMBot
3131
app-id: ${{ secrets.OCMBOT_APP_ID }}
3232
private-key: ${{ secrets.OCMBOT_PRIV_KEY }}
@@ -61,7 +61,7 @@ jobs:
6161
cd ${{ github.workspace }}/tap/Aliases
6262
ln -sf ../Formula/$(basename $formula) ./ocm
6363
- name: Create Pull Request
64-
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
64+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
6565
with:
6666
path: tap
6767
token: ${{ steps.generate_token.outputs.token }}
@@ -112,7 +112,7 @@ jobs:
112112
echo "RELEASE_VERSION=$version" | Out-File $env:GITHUB_ENV
113113
- name: Generate token
114114
id: generate_token
115-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
115+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v2
116116
with: # OCMBot
117117
app-id: ${{ secrets.OCMBOT_APP_ID }}
118118
private-key: ${{ secrets.OCMBOT_PRIV_KEY }}
@@ -134,7 +134,7 @@ jobs:
134134
run: echo "RELEASE_VERSION=$(echo ${{ github.event.client_payload.version }})" >> $GITHUB_ENV
135135
- name: Generate token
136136
id: generate_token
137-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
137+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v2
138138
with: # OCMBot
139139
app-id: ${{ secrets.OCMBOT_APP_ID }}
140140
private-key: ${{ secrets.OCMBOT_PRIV_KEY }}

.github/workflows/release-branch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Generate token
2727
id: generate_token
28-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
28+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v2
2929
with: # OCMBot
3030
app-id: ${{ secrets.OCMBOT_APP_ID }}
3131
private-key: ${{ secrets.OCMBOT_PRIV_KEY }}
@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171
- name: Generate token
7272
id: generate_token
73-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
73+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v2
7474
with: # OCMBot
7575
app-id: ${{ secrets.OCMBOT_APP_ID }}
7676
private-key: ${{ secrets.OCMBOT_PRIV_KEY }}

.github/workflows/release-bump-version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fi
3535
- name: Generate token
3636
id: generate_token
37-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
37+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v2
3838
with: # OCMBot
3939
app-id: ${{ secrets.OCMBOT_APP_ID }}
4040
private-key: ${{ secrets.OCMBOT_PRIV_KEY }}
@@ -66,7 +66,7 @@ jobs:
6666
echo "version after bump: $version"
6767
6868
- name: Create Pull Request
69-
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
69+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
7070
with:
7171
token: ${{ steps.generate_token.outputs.token }}
7272
title: "chore: bump VERSION to ${{ steps.version-bump.outputs.version }}"

.github/workflows/release-drafter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- name: Generate token
3535
id: generate_token
36-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
36+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v2
3737
with: # OCMBot
3838
app-id: ${{ secrets.OCMBOT_APP_ID }}
3939
private-key: ${{ secrets.OCMBOT_PRIV_KEY }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
echo "Branch ${{ env.REF }} is a valid release branch"
5959
- name: Generate token
6060
id: generate_token
61-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
61+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v2
6262
with: # OCMBot
6363
app-id: ${{ secrets.OCMBOT_APP_ID }}
6464
private-key: ${{ secrets.OCMBOT_PRIV_KEY }}
@@ -114,7 +114,7 @@ jobs:
114114
uses: TooMuch4U/actions-clean@9b358e33df99574ac0bdf2e92fa3db1ae1415563 # v2.2
115115
- name: Generate token
116116
id: generate_token
117-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
117+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v2
118118
with: # OCMBot
119119
app-id: ${{ secrets.OCMBOT_APP_ID }}
120120
private-key: ${{ secrets.OCMBOT_PRIV_KEY }}

.github/workflows/retrigger-publish-to-other.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- name: Generate token
4242
id: generate_token
43-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v2
43+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v2
4444
with: # OCMBot
4545
app-id: ${{ secrets.OCMBOT_APP_ID }}
4646
private-key: ${{ secrets.OCMBOT_PRIV_KEY }}

go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ require (
1111
github.com/aws/aws-sdk-go-v2 v1.41.5
1212
github.com/aws/aws-sdk-go-v2/config v1.32.14
1313
github.com/aws/aws-sdk-go-v2/credentials v1.19.14
14-
github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager v0.1.14
15-
github.com/aws/aws-sdk-go-v2/service/ecr v1.56.2
16-
github.com/aws/aws-sdk-go-v2/service/s3 v1.98.0
14+
github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager v0.1.15
15+
github.com/aws/aws-sdk-go-v2/service/ecr v1.57.0
16+
github.com/aws/aws-sdk-go-v2/service/s3 v1.99.0
1717
github.com/chainguard-dev/git-urls v1.0.2
1818
github.com/cloudflare/cfssl v1.6.5
1919
github.com/containerd/containerd v1.7.30
2020
github.com/containerd/errdefs v1.0.0
2121
github.com/containerd/log v0.1.0
2222
github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467
2323
github.com/distribution/reference v0.6.0
24-
github.com/docker/cli v29.3.1+incompatible
24+
github.com/docker/cli v29.4.0+incompatible
2525
github.com/docker/go-connections v0.6.0
2626
github.com/drone/envsubst v1.0.3
27-
github.com/fluxcd/cli-utils v0.37.2-flux.1
27+
github.com/fluxcd/cli-utils v1.0.0
2828
github.com/fluxcd/pkg/ssa v0.70.0
2929
github.com/gertd/go-pluralize v0.2.1
3030
github.com/ghodss/yaml v1.0.0
@@ -66,23 +66,23 @@ require (
6666
github.com/spf13/cobra v1.10.2
6767
github.com/spf13/pflag v1.0.10
6868
github.com/stretchr/testify v1.11.1
69-
github.com/testcontainers/testcontainers-go v0.41.0
70-
github.com/testcontainers/testcontainers-go/modules/registry v0.41.0
69+
github.com/testcontainers/testcontainers-go v0.42.0
70+
github.com/testcontainers/testcontainers-go/modules/registry v0.42.0
7171
github.com/texttheater/golang-levenshtein v1.0.1
7272
github.com/tonglil/buflogr v1.1.1
7373
github.com/ulikunitz/xz v0.5.15
7474
github.com/xeipuuv/gojsonschema v1.2.0
7575
go.podman.io/image/v5 v5.39.2
7676
go.yaml.in/yaml/v3 v3.0.4
77-
golang.org/x/crypto v0.49.0
77+
golang.org/x/crypto v0.50.0
7878
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546
7979
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
80-
golang.org/x/net v0.52.0
80+
golang.org/x/net v0.53.0
8181
golang.org/x/oauth2 v0.36.0
82-
golang.org/x/text v0.35.0
82+
golang.org/x/text v0.36.0
8383
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
8484
gopkg.in/yaml.v3 v3.0.1
85-
helm.sh/helm/v4 v4.1.3
85+
helm.sh/helm/v4 v4.1.4
8686
k8s.io/api v0.35.3
8787
k8s.io/apiextensions-apiserver v0.35.3
8888
k8s.io/apimachinery v0.35.3
@@ -377,7 +377,7 @@ require (
377377
github.com/mitchellh/reflectwalk v1.0.2 // indirect
378378
github.com/moby/docker-image-spec v1.3.1 // indirect
379379
github.com/moby/go-archive v0.2.0 // indirect
380-
github.com/moby/patternmatcher v0.6.0 // indirect
380+
github.com/moby/patternmatcher v0.6.1 // indirect
381381
github.com/moby/sys/atomicwriter v0.1.0 // indirect
382382
github.com/moby/sys/capability v0.4.0 // indirect
383383
github.com/moby/sys/mountinfo v0.7.2 // indirect
@@ -434,7 +434,7 @@ require (
434434
github.com/securego/gosec/v2 v2.22.7 // indirect
435435
github.com/sergi/go-diff v1.4.0 // indirect
436436
github.com/shibumi/go-pathspec v1.3.0 // indirect
437-
github.com/shirou/gopsutil/v4 v4.26.2 // indirect
437+
github.com/shirou/gopsutil/v4 v4.26.3 // indirect
438438
github.com/shopspring/decimal v1.4.0 // indirect
439439
github.com/sigstore/fulcio v1.8.5 // indirect
440440
github.com/sigstore/protobuf-specs v0.5.0 // indirect
@@ -451,7 +451,7 @@ require (
451451
github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
452452
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
453453
github.com/stbenjam/no-sprintf-host-port v0.2.0 // indirect
454-
github.com/stretchr/objx v0.5.2 // indirect
454+
github.com/stretchr/objx v0.5.3 // indirect
455455
github.com/subosito/gotenv v1.6.0 // indirect
456456
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
457457
github.com/tdakkota/asciicheck v0.4.1 // indirect
@@ -516,9 +516,9 @@ require (
516516
golang.org/x/exp/typeparams v0.0.0-20250620022241-b7579e27df2b // indirect
517517
golang.org/x/mod v0.34.0 // indirect
518518
golang.org/x/sync v0.20.0 // indirect
519-
golang.org/x/sys v0.42.0 // indirect
519+
golang.org/x/sys v0.43.0 // indirect
520520
golang.org/x/telemetry v0.0.0-20260311193753-579e4da9a98c // indirect
521-
golang.org/x/term v0.41.0 // indirect
521+
golang.org/x/term v0.42.0 // indirect
522522
golang.org/x/time v0.15.0 // indirect
523523
golang.org/x/tools v0.43.0 // indirect
524524
google.golang.org/api v0.269.0 // indirect
@@ -536,7 +536,7 @@ require (
536536
k8s.io/component-base v0.35.3 // indirect
537537
k8s.io/klog/v2 v2.130.1 // indirect
538538
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
539-
k8s.io/kubectl v0.35.2 // indirect
539+
k8s.io/kubectl v0.35.3 // indirect
540540
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
541541
mvdan.cc/gofumpt v0.9.2 // indirect
542542
mvdan.cc/unparam v0.0.0-20250301125049-0df0534333a4 // indirect

0 commit comments

Comments
 (0)