Skip to content

Commit

Permalink
Merge pull request #3671 from SwissDataScienceCenter/release/v2.8.1
Browse files Browse the repository at this point in the history
chore: release v2.8.1
  • Loading branch information
m-alisafaee committed Dec 18, 2023
2 parents 3932b44 + 6a46ab4 commit 2502aaf
Show file tree
Hide file tree
Showing 59 changed files with 1,954 additions and 1,651 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cheatsheet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
if: "'refs/heads/master' != github.ref && 'refs/heads/develop' != github.ref && !startsWith(github.ref, 'refs/tags/')"
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/combine-dependabot-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
combine-prs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@4.1.0
- uses: actions/labeler@v4.3.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion .github/workflows/publish_shacl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
finalize-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
create-release-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"
Expand Down
40 changes: 20 additions & 20 deletions .github/workflows/test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
style-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
- name: Install dependencies
uses: ./.github/actions/install-linux
with:
Expand All @@ -65,7 +65,7 @@ jobs:
docs-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
- name: Install dependencies
uses: ./.github/actions/install-linux
- name: Test docs
Expand All @@ -77,7 +77,7 @@ jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Install dependencies
Expand All @@ -90,7 +90,7 @@ jobs:
test-distro:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Install dependencies
Expand All @@ -109,7 +109,7 @@ jobs:
max-parallel: 3
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
max-parallel: 3
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
max-parallel: 3
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
max-parallel: 3
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
max-parallel: 3
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Install dependencies
Expand All @@ -263,7 +263,7 @@ jobs:
CLOUD_STORAGE_S3_SECRET_ACCESS_KEY: ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }}
run: pytest -m "integration and not shaky and not service and not serial" -v --timeout=600 -n auto
- name: Start Redis
uses: supercharge/redis-github-action@1.5.0
uses: supercharge/redis-github-action@1.6.0
- name: Test with pytest (serial)
env:
POETRY_VIRTUALENVS_CREATE: false
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
max-parallel: 3
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Install dependencies
Expand All @@ -314,7 +314,7 @@ jobs:
CLOUD_STORAGE_S3_SECRET_ACCESS_KEY: ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }}
run: pytest -m "integration and shaky and not service and not serial" -v --timeout=600 -n auto
- name: Start Redis
uses: supercharge/redis-github-action@1.5.0
uses: supercharge/redis-github-action@1.6.0
- name: Test with pytest (serial)
env:
POETRY_VIRTUALENVS_CREATE: false
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
max-parallel: 3
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:
max-parallel: 3
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Install dependencies
Expand All @@ -414,7 +414,7 @@ jobs:
max-parallel: 3
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -443,7 +443,7 @@ jobs:
max-parallel: 3
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -472,7 +472,7 @@ jobs:
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
if: "startsWith(github.ref, 'refs/tags/') || endsWith(github.ref, github.event.repository.default_branch)"
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -513,7 +513,7 @@ jobs:
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Install dependencies
Expand Down Expand Up @@ -551,7 +551,7 @@ jobs:
test-macos-core,
]
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Build images
Expand Down Expand Up @@ -580,7 +580,7 @@ jobs:
]
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Set up environment variables
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test-linux-integration-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ htmlcov/
nosetests.xml
coverage.xml
*,cover
.hypothesis

# Translations
*.mo
Expand Down
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@
Changes
=======

`2.8.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.8.0...v2.8.1>`__ (2023-12-18)
-------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- **core:** adapt to Zenodo jsonld changes; send referrer on Zenodo request
(`#3643 <https://github.com/SwissDataScienceCenter/renku-python/issues/3643>`__)
(`41816d8 <https://github.com/SwissDataScienceCenter/renku-python/commit/41816d8178af0b057cca5bdd91330fbb265f9c03>`__)
- **service:** dataset import error
(`#3670 <https://github.com/SwissDataScienceCenter/renku-python/issues/3670>`__)
(`1795cde <https://github.com/SwissDataScienceCenter/renku-python/commit/1795cde3e1a0cd849618175251f8feab997fecfc>`__)

`2.8.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.7.0...v2.8.0>`__ (2023-11-17)
-------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/cheatsheet/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
2 changes: 2 additions & 0 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ extraEnvFrom
filesystem
FilterFlights
findable
formatter
Fortran
gapped
git-lfs
Expand Down Expand Up @@ -166,6 +167,7 @@ online
OpenID
openssl
papermill
parallelize
param
parameterizable
parametrization
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku-core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: "1.0"
description: A Helm chart for Kubernetes
name: renku-core
icon: https://avatars0.githubusercontent.com/u/53332360?s=400&u=a4311d22842343604ef61a8c8a1e5793209a67e9&v=4
version: 2.8.0
version: 2.8.1
2 changes: 1 addition & 1 deletion helm-chart/renku-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ global:
versions:
latest:
image:
tag: v2.8.0
tag: v2.8.1
Loading

0 comments on commit 2502aaf

Please sign in to comment.