Skip to content

Commit 024db6c

Browse files
authored
Merge branch 'main' into leafty/feat-run-id-jobs
2 parents f74c29d + 738feb9 commit 024db6c

6 files changed

Lines changed: 36 additions & 27 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v7
3232

3333
# Initializes the CodeQL tools for scanning.
3434
- name: Initialize CodeQL

.github/workflows/deploy-pr.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ jobs:
5252
# url: https://renku-ci-am-${{ github.event.number }}.dev.renku.ch
5353
steps:
5454
- name: Checkout renku repository
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v7
5656
with:
5757
repository: SwissDataScienceCenter/renku
5858
sparse-checkout: |
5959
minimal-deployment
6060
6161
- name: Find deplyoment url
62-
uses: peter-evans/find-comment@v3
62+
uses: peter-evans/find-comment@v4
6363
id: deploymentUrlMessage
6464
with:
6565
issue-number: ${{ github.event.pull_request.number }}
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Create comment deployment url
7070
if: steps.deploymentUrlMessage.outputs.comment-id == 0
71-
uses: peter-evans/create-or-update-comment@v4
71+
uses: peter-evans/create-or-update-comment@v5
7272
with:
7373
token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
7474
issue-number: ${{ github.event.pull_request.number }}
@@ -83,7 +83,7 @@ jobs:
8383
subscription-id: ${{ secrets.CI_RENKU_AZURE_SUBSCRIPTION_ID }}
8484

8585
- name: Set AKS context
86-
uses: azure/aks-set-context@v4
86+
uses: azure/aks-set-context@v5
8787
with:
8888
resource-group: "renku-dev"
8989
cluster-name: "aks-switzerlandnorth-renku-dev"
@@ -180,7 +180,7 @@ jobs:
180180
id-token: write
181181
steps:
182182
- name: Find deplyoment url
183-
uses: peter-evans/find-comment@v3
183+
uses: peter-evans/find-comment@v4
184184
id: deploymentUrlMessage
185185
with:
186186
issue-number: ${{ github.event.pull_request.number }}
@@ -189,7 +189,7 @@ jobs:
189189

190190
- name: Create comment deployment url
191191
if: steps.deploymentUrlMessage.outputs.comment-id == 0
192-
uses: peter-evans/create-or-update-comment@v4
192+
uses: peter-evans/create-or-update-comment@v5
193193
with:
194194
token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
195195
issue-number: ${{ github.event.pull_request.number }}
@@ -204,7 +204,7 @@ jobs:
204204
subscription-id: ${{ secrets.CI_RENKU_AZURE_SUBSCRIPTION_ID }}
205205

206206
- name: Set AKS context
207-
uses: azure/aks-set-context@v4
207+
uses: azure/aks-set-context@v5
208208
with:
209209
resource-group: "renku-dev"
210210
cluster-name: "aks-switzerlandnorth-renku-dev"

.github/workflows/publish-chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
runs-on: ubuntu-24.04
1212
if: "startsWith(github.ref, 'refs/tags/')"
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v7
1515
- uses: actions/setup-python@v7
1616
with:
1717
python-version: 3.12
1818
- name: Set up QEMU
1919
uses: docker/setup-qemu-action@v4
2020
- name: Set up Docker Buildx
21-
uses: docker/setup-buildx-action@v3
21+
uses: docker/setup-buildx-action@v4
2222
- uses: azure/setup-helm@v5.0.1
2323
- name: Publish chart and push images
2424
id: publish-chart

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tool fybrik.io/crdoc
77
require (
88
github.com/distribution/reference v0.6.0
99
github.com/elazarl/goproxy v1.8.5
10-
github.com/getkin/kin-openapi v0.143.0
10+
github.com/getkin/kin-openapi v0.144.0
1111
github.com/getsentry/sentry-go v0.48.0
1212
github.com/go-git/go-git/v5 v5.19.1
1313
github.com/go-logr/logr v1.4.4
@@ -19,7 +19,7 @@ require (
1919
github.com/oapi-codegen/oapi-codegen/v2 v2.8.0
2020
github.com/oapi-codegen/runtime v1.6.0
2121
github.com/oasdiff/yaml v0.1.1
22-
github.com/oklog/ulid/v2 v2.1.1
22+
github.com/oklog/ulid/v2 v2.1.2
2323
github.com/onsi/ginkgo/v2 v2.23.4
2424
github.com/onsi/gomega v1.37.0
2525
github.com/prometheus/client_golang v1.24.0
@@ -147,9 +147,9 @@ require (
147147
golang.org/x/time v0.15.0 // indirect
148148
golang.org/x/tools v0.48.0 // indirect
149149
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
150-
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
151-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
152-
google.golang.org/grpc v1.79.3 // indirect
150+
google.golang.org/genproto/googleapis/api v0.0.0-20260414002931-afd174a4e478 // indirect
151+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 // indirect
152+
google.golang.org/grpc v1.82.1 // indirect
153153
google.golang.org/protobuf v1.36.11 // indirect
154154
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
155155
gopkg.in/inf.v0 v0.9.1 // indirect

go.sum

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S
7575
github.com/fsnotify/fsnotify v1.9.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
7676
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=
7777
github.com/fxamacker/cbor/v2 v2.7.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ=
78-
github.com/getkin/kin-openapi v0.143.0 h1:mIrOpir9J5x2m1vdree2rhuJ/GYGwbTVBp1kuSCJ62Y=
79-
github.com/getkin/kin-openapi v0.143.0/go.mod h1:3BH9M9XDe/y9M5DSvEocVYAYq1w0qrhJHjC/vZi0AaY=
78+
github.com/getkin/kin-openapi v0.144.0 h1:hIRcTH+KjLfkLpYU6bSSfdFpi0fZi1fp+hSPi4aQu9Y=
79+
github.com/getkin/kin-openapi v0.144.0/go.mod h1:3BH9M9XDe/y9M5DSvEocVYAYq1w0qrhJHjC/vZi0AaY=
8080
github.com/getsentry/sentry-go v0.48.0 h1:FRZNr7Uk1C86ev1bSJmYlUkL9oyivQA6YOcdYfaaMmY=
8181
github.com/getsentry/sentry-go v0.48.0/go.mod h1:E5UkA5wp1qR2+MDydNYlVeUiNN2xEdjYMidkgf0Qoss=
8282
github.com/gliderlabs/ssh v0.3.8 h1:a4YXD1V7xMF9g5nTkdfnja3Sxy1PVDCj1Zg4Wb8vY6c=
@@ -225,8 +225,8 @@ github.com/oasdiff/yaml v0.1.1 h1:6nHx+pn9gBRM6YpBlFZFQGCCd1nuvqOBtTD3KKTgGxY=
225225
github.com/oasdiff/yaml v0.1.1/go.mod h1:EYJNoyktvWMJ0Hmhx+6qTaqMOsalUaRGT8Sj1hNcegU=
226226
github.com/oasdiff/yaml3 v0.0.14 h1:aLJee3hxBK2H5wdXd9iPcIXb93Nty1Ge0pT171eHtkw=
227227
github.com/oasdiff/yaml3 v0.0.14/go.mod h1:csto2xfDjYccdUn/yw/bPjj/cYTdp6HtFA0J4TWG+gg=
228-
github.com/oklog/ulid/v2 v2.1.1 h1:suPZ4ARWLOJLegGFiZZ1dFAkqzhMjL3J1TzI+5wHz8s=
229-
github.com/oklog/ulid/v2 v2.1.1/go.mod h1:rcEKHmBBKfef9DhnvX7y1HZBYxjXb0cP5ExxNsTT1QQ=
228+
github.com/oklog/ulid/v2 v2.1.2 h1:IEclFb9JNvzYA6MW2SCxbLzcHTVsfqm3PrqGQJH5zec=
229+
github.com/oklog/ulid/v2 v2.1.2/go.mod h1:rcEKHmBBKfef9DhnvX7y1HZBYxjXb0cP5ExxNsTT1QQ=
230230
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
231231
github.com/onsi/ginkgo v1.10.2/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
232232
github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk=
@@ -439,14 +439,14 @@ golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8T
439439
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
440440
gomodules.xyz/jsonpatch/v2 v2.4.0 h1:Ci3iUJyx9UeRx7CeFN8ARgGbkESwJK+KB9lLcWxY/Zw=
441441
gomodules.xyz/jsonpatch/v2 v2.4.0/go.mod h1:AH3dM2RI6uoBZxn3LVrfvJ3E0/9dG4cSrbuBJT4moAY=
442-
gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=
443-
gonum.org/v1/gonum v0.16.0/go.mod h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E=
444-
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 h1:fCvbg86sFXwdrl5LgVcTEvNC+2txB5mgROGmRL5mrls=
445-
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217/go.mod h1:+rXWjjaukWZun3mLfjmVnQi18E1AsFbDN9QdJ5YXLto=
446-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 h1:gRkg/vSppuSQoDjxyiGfN4Upv/h/DQmIR10ZU8dh4Ww=
447-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217/go.mod h1:7i2o+ce6H/6BluujYR+kqX3GKH+dChPTQU19wjRPiGk=
448-
google.golang.org/grpc v1.79.3 h1:sybAEdRIEtvcD68Gx7dmnwjZKlyfuc61Dyo9pGXXkKE=
449-
google.golang.org/grpc v1.79.3/go.mod h1:KmT0Kjez+0dde/v2j9vzwoAScgEPx/Bw1CYChhHLrHQ=
442+
gonum.org/v1/gonum v0.17.0 h1:VbpOemQlsSMrYmn7T2OUvQ4dqxQXU+ouZFQsZOx50z4=
443+
gonum.org/v1/gonum v0.17.0/go.mod h1:El3tOrEuMpv2UdMrbNlKEh9vd86bmQ6vqIcDwxEOc1E=
444+
google.golang.org/genproto/googleapis/api v0.0.0-20260414002931-afd174a4e478 h1:yQugLulqltosq0B/f8l4w9VryjV+N/5gcW0jQ3N8Qec=
445+
google.golang.org/genproto/googleapis/api v0.0.0-20260414002931-afd174a4e478/go.mod h1:C6ADNqOxbgdUUeRTU+LCHDPB9ttAMCTff6auwCVa4uc=
446+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 h1:RmoJA1ujG+/lRGNfUnOMfhCy5EipVMyvUE+KNbPbTlw=
447+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478/go.mod h1:4Hqkh8ycfw05ld/3BWL7rJOSfebL2Q+DVDeRgYgxUU8=
448+
google.golang.org/grpc v1.82.1 h1:NnAxzGRA0677vCa4BUkOAnO5+FfQqVl9iUXeD0IqcGE=
449+
google.golang.org/grpc v1.82.1/go.mod h1:yzTZ1TB1Z3SG+LIYaI+WiE8D5+PZ3ArnrSp8zF3+/ZA=
450450
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
451451
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
452452
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apiVersion: policy/v1
2+
kind: PodDisruptionBudget
3+
metadata:
4+
name: user-sessions
5+
spec:
6+
minAvailable: 100%
7+
selector:
8+
matchLabels:
9+
app.kubernetes.io/name: AmaltheaSession

0 commit comments

Comments
 (0)