Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SwissDataScienceCenter/renku-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.9.1
Choose a base ref
...
head repository: SwissDataScienceCenter/renku-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 30 files changed
  • 5 contributors

Commits on Feb 5, 2024

  1. Copy the full SHA
    088ce15 View commit details
  2. fix(service): properly return cli_version in api version (#3699)

    * fix(service): properly return cli_version in api version
    Panaetius authored Feb 5, 2024
    Copy the full SHA
    50e20e1 View commit details
  3. Copy the full SHA
    33a29aa View commit details
  4. fix(core): migrate Dockerfile after metadata (#3690)

    * fix(core): migrate Dockerfile after metadata
    Panaetius authored Feb 5, 2024
    Copy the full SHA
    e98f112 View commit details

Commits on Feb 6, 2024

  1. chore: combined dependency update (#3700)

    * chore(deps): bump amannn/action-semantic-pull-request
    * chore(deps): bump supercharge/redis-github-action from 1.6.0 to 1.8.0
    
    * chore(deps): bump actions/setup-python from 4 to 5
    
    * chore(deps): bump actions/labeler from 4.3.0 to 5.0.0
    
    * build(deps): (deps-dev): bump sphinx-click from 4.4.0 to 5.1.0
    
    * build(deps): (deps): bump pyjwt from 2.4.0 to 2.8.0
    
    
    * build(deps): (deps): bump importlib-resources from 5.12.0 to 6.1.1
    
    * build(deps): (deps): bump flask from 2.3.3 to 3.0.1
    
    * chore(deps): bump SwissDataScienceCenter/renku-actions
    
    * update lock file
    github-actions[bot] authored Feb 6, 2024
    Copy the full SHA
    e839e19 View commit details
  2. chore: release v2.9.2

    RenkuBot committed Feb 6, 2024
    Copy the full SHA
    3da4a63 View commit details
  3. fix spelling

    Panaetius committed Feb 6, 2024
    Copy the full SHA
    0650962 View commit details
  4. Copy the full SHA
    b91125d View commit details
  5. Merge pull request #3704 from SwissDataScienceCenter/release/v2.9.2

    chore: release v2.9.2
    Panaetius authored Feb 6, 2024
    Copy the full SHA
    418c982 View commit details

Commits on Feb 7, 2024

  1. update lockfile

    Ralf Grubenmann committed Feb 7, 2024
    Copy the full SHA
    ec72507 View commit details

Commits on Apr 9, 2024

  1. chore: release v2.9.3 (#3724)

    * fix: make doctor fix for workflow ids also update oid and derived_from (#3723)
    
    * fix(cli): fix the doctor fix for plan ids to reassign oid's
    
    * allow overriding renku lock path
    
    * also fix derived from
    
    * chore: release v2.9.3
    github-actions[bot] authored Apr 9, 2024
    Copy the full SHA
    0012737 View commit details

Commits on Jul 12, 2024

  1. chore: release v2.9.4 (#3730)

    * fix: properly remove activities in workflow remove if catalog is corrupt (#3729)
    
    * chore: release v2.9.4
    
    * Update CHANGES.rst
    
    ---------
    github-actions[bot] authored Jul 12, 2024
    Copy the full SHA
    18f6345 View commit details
8 changes: 4 additions & 4 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ jobs:
persist: ${{ steps.deploy-comment.outputs.persist}}
steps:
- id: deploy-comment
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.7.0
uses: SwissDataScienceCenter/renku-actions/check-pr-description@v1.9.1
with:
string: /deploy
pr_ref: ${{ github.event.number }}
@@ -44,7 +44,7 @@ jobs:
name: renku-ci-rp-${{ github.event.number }}
steps:
- name: deploy-pr
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.7.0
uses: SwissDataScienceCenter/renku-actions/deploy-renku@v1.9.1
env:
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
@@ -90,7 +90,7 @@ jobs:
if: ${{ github.event.action != 'closed' && needs.check-deploy.outputs.pr-contains-string == 'true' && needs.check-deploy.outputs.test-enabled == 'true' }}
needs: [check-deploy, deploy-pr]
steps:
- uses: SwissDataScienceCenter/renku-actions/test-renku@v1.7.0
- uses: SwissDataScienceCenter/renku-actions/test-renku@v1.9.1
with:
kubeconfig: ${{ secrets.RENKUBOT_DEV_KUBECONFIG }}
renku-release: renku-ci-rp-${{ github.event.number }}
@@ -105,7 +105,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: renku teardown
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.7.0
uses: SwissDataScienceCenter/renku-actions/cleanup-renku-ci-deployments@v1.9.1
env:
HELM_RELEASE_REGEX: "^renku-ci-rp-${{ github.event.number }}$"
GITLAB_TOKEN: ${{ secrets.DEV_GITLAB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/combine-dependabot-updates.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
git config merge.ours.driver true
git merge --no-edit "origin/${{ inputs.target_branch }}"
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install dependencies
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -7,6 +7,6 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4.3.0
- uses: actions/labeler@v5.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
ref: 'refs/tags/v${{ github.event.inputs.version }}'
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install dependencies
2 changes: 1 addition & 1 deletion .github/workflows/semantic_pr.yml
Original file line number Diff line number Diff line change
@@ -10,6 +10,6 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.2.0
- uses: amannn/action-semantic-pull-request@v5.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8 changes: 4 additions & 4 deletions .github/workflows/test_deploy.yml
Original file line number Diff line number Diff line change
@@ -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.6.0
uses: supercharge/redis-github-action@1.8.0
- name: Test with pytest (serial)
env:
POETRY_VIRTUALENVS_CREATE: false
@@ -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.6.0
uses: supercharge/redis-github-action@1.8.0
- name: Test with pytest (serial)
env:
POETRY_VIRTUALENVS_CREATE: false
@@ -588,13 +588,13 @@ jobs:
echo "GIT_USER=Renku Bot" >> $GITHUB_ENV
echo "GIT_EMAIL=renku@datascience.ch" >> $GITHUB_ENV
- name: Build and push images
uses: SwissDataScienceCenter/renku-actions/publish-chartpress-images@v1.9.0
uses: SwissDataScienceCenter/renku-actions/publish-chartpress-images@v1.9.1
env:
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
DOCKER_USERNAME: ${{ secrets.RENKU_DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.RENKU_DOCKER_PASSWORD }}
- name: Update component version
uses: SwissDataScienceCenter/renku-actions/update-component-version@v1.9.0
uses: SwissDataScienceCenter/renku-actions/update-component-version@v1.9.1
env:
COMPONENT_NAME: renku-core
GITHUB_TOKEN: ${{ secrets.RENKUBOT_GITHUB_TOKEN }}
43 changes: 43 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -18,6 +18,49 @@
Changes
=======

`2.9.4 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.9.3...v2.9.4>`__ (2024-07-12)
-------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- properly remove activities in workflow remove if catalog is corrupt
(`#3729 <https://github.com/SwissDataScienceCenter/renku-python/issues/3729>`__)
(`b2418a1 <https://github.com/SwissDataScienceCenter/renku-python/commit/b2418a15c89e16e4442a1ecf11f703f4e15922e8>`__)

`2.9.3 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.9.2...v2.9.3>`__ (2024-04-08)
-------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- make doctor fix for workflow ids also update oid and derived_from
(`#3723 <https://github.com/SwissDataScienceCenter/renku-python/issues/3723>`__)
(`050ed61 <https://github.com/SwissDataScienceCenter/renku-python/commit/050ed61bf13264b2b446e054e6071a5932280290>`__)

`2.9.2 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.9.1...v2.9.2>`__ (2024-02-06)
-------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- **cli:** don’t fail on workflows without inputs/outputs and print appropriate warnings
(`#3694 <https://github.com/SwissDataScienceCenter/renku-python/issues/3694>`__)
(`33a29aa <https://github.com/SwissDataScienceCenter/renku-python/commit/33a29aa3ff1257ec41e35a36674bf53c8050cdea>`__)
- **core:** fix Dockerfile migration
(`#3690 <https://github.com/SwissDataScienceCenter/renku-python/issues/3690>`__)
(`e98f112 <https://github.com/SwissDataScienceCenter/renku-python/commit/e98f112284a7d9cecf5c16d03ac7db0cc5e88077>`__)
- **service:** properly return cli_version in api version
(`#3699 <https://github.com/SwissDataScienceCenter/renku-python/issues/3699>`__)
(`50e20e1 <https://github.com/SwissDataScienceCenter/renku-python/commit/50e20e1d2f4d077ae3528351964d5f15b3d35d9b>`__)

Features
~~~~~~~~

- **cli:** allow ignoring template rendering errors
(`#3697 <https://github.com/SwissDataScienceCenter/renku-python/issues/3697>`__)
(`088ce15 <https://github.com/SwissDataScienceCenter/renku-python/commit/088ce1543bc093ec462193e07f2d1d06e4a7cb68>`__)

`2.9.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v2.9.0...v2.9.1>`__ (2024-01-18)
-------------------------------------------------------------------------------------------------------

2 changes: 1 addition & 1 deletion helm-chart/renku-core/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.9.1
version: 2.9.4
2 changes: 1 addition & 1 deletion helm-chart/renku-core/values.yaml
Original file line number Diff line number Diff line change
@@ -8,4 +8,4 @@ global:
versions:
latest:
image:
tag: v2.9.1
tag: v2.9.4
Loading