Skip to content

Commit 2502aaf

Browse files
Merge pull request #3671 from SwissDataScienceCenter/release/v2.8.1
chore: release v2.8.1
2 parents 3932b44 + 6a46ab4 commit 2502aaf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1954
-1651
lines changed

.github/workflows/cheatsheet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
if: "'refs/heads/master' != github.ref && 'refs/heads/develop' != github.ref && !startsWith(github.ref, 'refs/tags/')"
1414
steps:
15-
- uses: actions/checkout@v3.5.2
15+
- uses: actions/checkout@v3.6.0
1616
with:
1717
fetch-depth: 0
1818
- name: Install dependencies

.github/workflows/combine-dependabot-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
combine-prs:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3.5.2
20+
- uses: actions/checkout@v3.6.0
2121
with:
2222
fetch-depth: 0
2323
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
triage:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/labeler@4.1.0
10+
- uses: actions/labeler@v4.3.0
1111
with:
1212
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/publish_shacl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3.5.2
14+
- uses: actions/checkout@v3.6.0
1515
with:
1616
fetch-depth: 0
1717
- name: Install dependencies

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
finalize-release:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3.5.2
14+
- uses: actions/checkout@v3.6.0
1515
with:
1616
fetch-depth: 0
1717
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
create-release-pr:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v3.5.2
24+
- uses: actions/checkout@v3.6.0
2525
with:
2626
fetch-depth: 0
2727
token: "${{ secrets.RENKUBOT_GITHUB_TOKEN }}"

.github/workflows/test_deploy.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
style-check:
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/checkout@v3.5.2
48+
- uses: actions/checkout@v3.6.0
4949
- name: Install dependencies
5050
uses: ./.github/actions/install-linux
5151
with:
@@ -65,7 +65,7 @@ jobs:
6565
docs-linux:
6666
runs-on: ubuntu-latest
6767
steps:
68-
- uses: actions/checkout@v3.5.2
68+
- uses: actions/checkout@v3.6.0
6969
- name: Install dependencies
7070
uses: ./.github/actions/install-linux
7171
- name: Test docs
@@ -77,7 +77,7 @@ jobs:
7777
mypy:
7878
runs-on: ubuntu-latest
7979
steps:
80-
- uses: actions/checkout@v3.5.2
80+
- uses: actions/checkout@v3.6.0
8181
with:
8282
fetch-depth: 0
8383
- name: Install dependencies
@@ -90,7 +90,7 @@ jobs:
9090
test-distro:
9191
runs-on: ubuntu-latest
9292
steps:
93-
- uses: actions/checkout@v3.5.2
93+
- uses: actions/checkout@v3.6.0
9494
with:
9595
fetch-depth: 0
9696
- name: Install dependencies
@@ -109,7 +109,7 @@ jobs:
109109
max-parallel: 3
110110
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
111111
steps:
112-
- uses: actions/checkout@v3.5.2
112+
- uses: actions/checkout@v3.6.0
113113
with:
114114
fetch-depth: 0
115115
- name: Install dependencies
@@ -139,7 +139,7 @@ jobs:
139139
max-parallel: 3
140140
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
141141
steps:
142-
- uses: actions/checkout@v3.5.2
142+
- uses: actions/checkout@v3.6.0
143143
with:
144144
fetch-depth: 0
145145
- name: Install dependencies
@@ -175,7 +175,7 @@ jobs:
175175
max-parallel: 3
176176
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
177177
steps:
178-
- uses: actions/checkout@v3.5.2
178+
- uses: actions/checkout@v3.6.0
179179
with:
180180
fetch-depth: 0
181181
- name: Install dependencies
@@ -211,7 +211,7 @@ jobs:
211211
max-parallel: 3
212212
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
213213
steps:
214-
- uses: actions/checkout@v3.5.2
214+
- uses: actions/checkout@v3.6.0
215215
with:
216216
fetch-depth: 0
217217
- name: Install dependencies
@@ -241,7 +241,7 @@ jobs:
241241
max-parallel: 3
242242
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
243243
steps:
244-
- uses: actions/checkout@v3.5.2
244+
- uses: actions/checkout@v3.6.0
245245
with:
246246
fetch-depth: 0
247247
- name: Install dependencies
@@ -263,7 +263,7 @@ jobs:
263263
CLOUD_STORAGE_S3_SECRET_ACCESS_KEY: ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }}
264264
run: pytest -m "integration and not shaky and not service and not serial" -v --timeout=600 -n auto
265265
- name: Start Redis
266-
uses: supercharge/redis-github-action@1.5.0
266+
uses: supercharge/redis-github-action@1.6.0
267267
- name: Test with pytest (serial)
268268
env:
269269
POETRY_VIRTUALENVS_CREATE: false
@@ -292,7 +292,7 @@ jobs:
292292
max-parallel: 3
293293
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
294294
steps:
295-
- uses: actions/checkout@v3.5.2
295+
- uses: actions/checkout@v3.6.0
296296
with:
297297
fetch-depth: 0
298298
- name: Install dependencies
@@ -314,7 +314,7 @@ jobs:
314314
CLOUD_STORAGE_S3_SECRET_ACCESS_KEY: ${{ secrets.CLOUD_STORAGE_S3_SECRET_ACCESS_KEY }}
315315
run: pytest -m "integration and shaky and not service and not serial" -v --timeout=600 -n auto
316316
- name: Start Redis
317-
uses: supercharge/redis-github-action@1.5.0
317+
uses: supercharge/redis-github-action@1.6.0
318318
- name: Test with pytest (serial)
319319
env:
320320
POETRY_VIRTUALENVS_CREATE: false
@@ -346,7 +346,7 @@ jobs:
346346
max-parallel: 3
347347
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
348348
steps:
349-
- uses: actions/checkout@v3.5.2
349+
- uses: actions/checkout@v3.6.0
350350
with:
351351
fetch-depth: 0
352352
- name: Install dependencies
@@ -392,7 +392,7 @@ jobs:
392392
max-parallel: 3
393393
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
394394
steps:
395-
- uses: actions/checkout@v3.5.2
395+
- uses: actions/checkout@v3.6.0
396396
with:
397397
fetch-depth: 0
398398
- name: Install dependencies
@@ -414,7 +414,7 @@ jobs:
414414
max-parallel: 3
415415
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
416416
steps:
417-
- uses: actions/checkout@v3.5.2
417+
- uses: actions/checkout@v3.6.0
418418
with:
419419
fetch-depth: 0
420420
- name: Install dependencies
@@ -443,7 +443,7 @@ jobs:
443443
max-parallel: 3
444444
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
445445
steps:
446-
- uses: actions/checkout@v3.5.2
446+
- uses: actions/checkout@v3.6.0
447447
with:
448448
fetch-depth: 0
449449
- name: Install dependencies
@@ -472,7 +472,7 @@ jobs:
472472
matrix: ${{ fromJson(needs.set-matrix.outputs.matrix) }}
473473
if: "startsWith(github.ref, 'refs/tags/') || endsWith(github.ref, github.event.repository.default_branch)"
474474
steps:
475-
- uses: actions/checkout@v3.5.2
475+
- uses: actions/checkout@v3.6.0
476476
with:
477477
fetch-depth: 0
478478
- name: Install dependencies
@@ -513,7 +513,7 @@ jobs:
513513
runs-on: ubuntu-latest
514514
if: "startsWith(github.ref, 'refs/tags/')"
515515
steps:
516-
- uses: actions/checkout@v3.5.2
516+
- uses: actions/checkout@v3.6.0
517517
with:
518518
fetch-depth: 0
519519
- name: Install dependencies
@@ -551,7 +551,7 @@ jobs:
551551
test-macos-core,
552552
]
553553
steps:
554-
- uses: actions/checkout@v3.5.2
554+
- uses: actions/checkout@v3.6.0
555555
with:
556556
fetch-depth: 0
557557
- name: Build images
@@ -580,7 +580,7 @@ jobs:
580580
]
581581
if: startsWith(github.ref, 'refs/tags/')
582582
steps:
583-
- uses: actions/checkout@v3.5.2
583+
- uses: actions/checkout@v3.6.0
584584
with:
585585
fetch-depth: 0
586586
- name: Set up environment variables

.github/workflows/test_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test-linux-integration-publish:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3.5.2
15+
- uses: actions/checkout@v3.6.0
1616
with:
1717
fetch-depth: 0
1818
- name: Install dependencies

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ htmlcov/
5656
nosetests.xml
5757
coverage.xml
5858
*,cover
59+
.hypothesis
5960

6061
# Translations
6162
*.mo

CHANGES.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@
1818
Changes
1919
=======
2020

21+
`2.8.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.8.0...v2.8.1>`__ (2023-12-18)
22+
-------------------------------------------------------------------------------------------------------
23+
24+
Bug Fixes
25+
~~~~~~~~~
26+
27+
- **core:** adapt to Zenodo jsonld changes; send referrer on Zenodo request
28+
(`#3643 <https://github.com/SwissDataScienceCenter/renku-python/issues/3643>`__)
29+
(`41816d8 <https://github.com/SwissDataScienceCenter/renku-python/commit/41816d8178af0b057cca5bdd91330fbb265f9c03>`__)
30+
- **service:** dataset import error
31+
(`#3670 <https://github.com/SwissDataScienceCenter/renku-python/issues/3670>`__)
32+
(`1795cde <https://github.com/SwissDataScienceCenter/renku-python/commit/1795cde3e1a0cd849618175251f8feab997fecfc>`__)
33+
2134
`2.8.0 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.7.0...v2.8.0>`__ (2023-11-17)
2235
-------------------------------------------------------------------------------------------------------
2336

0 commit comments

Comments
 (0)