-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: create release 0.54.0 * chore: Update pureconfig from 0.17.6 to 0.17.7 (#3666) Co-authored-by: RenkuBot <[email protected]> * chore: Update circe from 0.14.7 to 0.14.8 (#3683) Co-authored-by: Eike Kettner <[email protected]> * chore: Update scalafmt from 3.8.1 to 3.8.2 (#3681) Co-authored-by: Eike Kettner <[email protected]> * chore(deps): bump the gh-actions group with 2 updates (#3685) Bumps the gh-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [Azure/docker-login](https://github.com/azure/docker-login). Updates `actions/checkout` from 4.1.2 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.2...v4.1.7) Updates `Azure/docker-login` from 1 to 2 - [Release notes](https://github.com/azure/docker-login/releases) - [Commits](Azure/docker-login@v1...v2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions - dependency-name: Azure/docker-login dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ralf Grubenmann <[email protected]> * feat: support for rotating secrets storage keys (#3653) * fix: properly encode generated secret service key (#3695) * feat: test storage credentials and prompt on v2 session start (#3693) Co-authored-by: Chandrasekhar Ramakrishnan <[email protected]> * Update CHANGELOG.rst Co-authored-by: Flora Thiebaut <[email protected]> * chore: Update CHANGELOG.rst wording * chore: Update scalatest from 3.2.18 to 3.2.19 (#3691) Co-authored-by: RenkuBot <[email protected]> Co-authored-by: Ralf Grubenmann <[email protected]> Co-authored-by: Rok Roškar <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: RenkuBot <[email protected]> Co-authored-by: Eike Kettner <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ralf Grubenmann <[email protected]> Co-authored-by: Lorenzo Cavazzi <[email protected]> Co-authored-by: Chandrasekhar Ramakrishnan <[email protected]> Co-authored-by: Flora Thiebaut <[email protected]> Co-authored-by: Rok Roškar <[email protected]>
- Loading branch information
1 parent
3850db7
commit 9e5b368
Showing
17 changed files
with
219 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
name: Scala dependencies and code check | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].7 | ||
- name: run test compile | ||
run: | | ||
cd acceptance-tests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
name: Scala formatting check | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].7 | ||
- name: run scalafmt | ||
run: | | ||
cd acceptance-tests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
create-release-pr: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
- os: macos-11 | ||
- os: ubuntu-20.04 | ||
steps: | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- uses: actions/setup-python@v5 | ||
|
@@ -49,10 +49,10 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
needs: [test-script] | ||
steps: | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- uses: Azure/docker-login@v1 | ||
- uses: Azure/docker-login@v2 | ||
with: | ||
username: ${{ secrets.RENKU_DOCKER_USERNAME }} | ||
password: ${{ secrets.RENKU_DOCKER_PASSWORD }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
publish-chart: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- name: Set version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
publish-chart: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- uses: azure/setup-helm@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
if: github.event.action != 'closed' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].7 | ||
- uses: actions/setup-java@v4 | ||
with: | ||
distribution: "temurin" | ||
|
@@ -60,7 +60,7 @@ jobs: | |
test-enabled: ${{ steps.deploy-comment.outputs.test-enabled}} | ||
extra-values: ${{ steps.deploy-comment.outputs.extra-values}} | ||
steps: | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].7 | ||
- id: deploy-comment | ||
uses: SwissDataScienceCenter/renku-actions/[email protected] | ||
with: | ||
|
@@ -75,7 +75,7 @@ jobs: | |
name: ci-renku-${{ github.event.number }} | ||
url: https://ci-renku-${{ github.event.number }}.dev.renku.ch | ||
steps: | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].7 | ||
- name: renku build and deploy | ||
if: needs.check-deploy.outputs.pr-contains-string == 'true' | ||
uses: SwissDataScienceCenter/renku-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
github.event.client_payload.message == 'Helm test succeeded' }} | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].7 | ||
- uses: cypress-io/github-action@v6 | ||
id: cypress | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version = "3.8.1" | ||
version = "3.8.2" | ||
|
||
runner.dialect = "scala213" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,7 @@ rules: | |
- list | ||
- patch | ||
- create | ||
- delete | ||
--- | ||
apiVersion: v1 | ||
kind: ServiceAccount | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.