Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-global-renkulab-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
type=sha,prefix=
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/master' }}
type=semver,pattern={{version}},event=tag
- uses: buildpacks/github-actions/setup-pack@v5.9.3
- uses: buildpacks/github-actions/setup-pack@v5.9.4
- name: Build image
run: |
tags=$(echo "${{ steps.meta.outputs.tags }}" | tr '\n' ',')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-acceptance-test-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: Setup JDK
uses: actions/setup-java@v4
uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-acceptance-test-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: Setup JDK
uses: actions/setup-java@v4
uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git commit -m "chore: create release ${{ github.event.inputs.version }}" --allow-empty
git push
- name: Create Pull Request
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
github-token: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: renku teardown
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.19.0
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.19.1
env:
GITLAB_TOKEN: ${{ secrets.DEV_GITLAB_TOKEN }}
RENKUBOT_KUBECONFIG: ${{ secrets.RENKUBOT_DEV_KUBECONFIG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set version
id: vars
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
- uses: SwissDataScienceCenter/renku-actions/publish-chart@v1.19.0
- uses: SwissDataScienceCenter/renku-actions/publish-chart@v1.19.1
env:
CHART_DIR: helm-chart/
CHART_NAME: renku
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-master-merges.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- id: set-version
run: |
echo "publish_version=${{ steps.bump-semver.outputs.new_version }}.$(echo ${{ github.sha }} | cut -c 1-7)" >> $GITHUB_ENV
- uses: SwissDataScienceCenter/renku-actions/publish-chart@v1.19.0
- uses: SwissDataScienceCenter/renku-actions/publish-chart@v1.19.1
env:
CHART_DIR: helm-chart/
CHART_TAG: "--tag ${{env.publish_version}}"
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/pull-request-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
working-directory: docs/
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v4
- uses: actions/setup-node@v5
with:
node-version: "22"
cache: npm
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
extra-values: ${{ steps.deploy-comment.outputs.extra-values }}
steps:
- id: deploy-comment
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.19.0
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.19.1
with:
pr_ref: ${{ github.event.number }}

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:

- name: renku build and deploy
if: needs.check-deploy.outputs.deploy == 'true'
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.19.0
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.19.1
env:
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
az aks get-credentials --resource-group renku-dev --name aks-switzerlandnorth-renku-dev --file "${{ github.workspace }}/renkubot-kube.config"
chmod 400 "${{ github.workspace }}/renkubot-kube.config"

- uses: SwissDataScienceCenter/renku-actions/test-renku@v1.19.0
- uses: SwissDataScienceCenter/renku-actions/test-renku@v1.19.1
with:
kubeconfig: "${{ github.workspace }}/renkubot-kube.config"
renku-release: ci-renku-${{ github.event.number }}
Expand All @@ -206,7 +206,7 @@ jobs:
rstudioSession,
]
steps:
- uses: SwissDataScienceCenter/renku-actions/test-renku-cypress@v1.19.0
- uses: SwissDataScienceCenter/renku-actions/test-renku-cypress@v1.19.1
if: github.event.action != 'closed' && (needs.check-deploy.outputs.switch-deploy == 'true' || needs.check-deploy.outputs.deploy == 'true') && needs.check-deploy.outputs.test-legacy-enabled == 'true'
with:
e2e-target: ${{ matrix.tests }}
Expand All @@ -233,7 +233,7 @@ jobs:
sessionBasics,
]
steps:
- uses: SwissDataScienceCenter/renku-actions/test-renku-cypress@v1.19.0
- uses: SwissDataScienceCenter/renku-actions/test-renku-cypress@v1.19.1
if: github.event.action != 'closed' && (needs.check-deploy.outputs.switch-deploy == 'true' || needs.check-deploy.outputs.deploy == 'true') && needs.check-deploy.outputs.test-enabled == 'true'
with:
e2e-folder: cypress/e2e/v2/
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
|| needs.check-deploy.outputs.renku-data-services != null
)
}}
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: core.setFailed('Cannot merge release PR if it still has custom versions in deploy string.')

Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:

# Cleanup Azure deployments
- name: renku teardown
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.19.0
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.19.1
env:
HELM_RELEASE_REGEX: "^ci-renku-${{ github.event.number }}$"
GITLAB_TOKEN: ${{ secrets.DEV_GITLAB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Check unmerged PRs
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
const prs = await github.rest.pulls.list({
Expand Down