Skip to content

Commit 5764079

Browse files
authored
Merge pull request #53 from manics/updates
OMERO.server 5.6.15-0 OMERO.web 5.29.0-1
2 parents ec8211e + eecd04e commit 5764079

File tree

4 files changed

+16
-13
lines changed

4 files changed

+16
-13
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
precommit:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
timeout-minutes: 2
1212
name: Run pre-commit
1313
steps:
@@ -16,7 +16,7 @@ jobs:
1616
- uses: pre-commit/[email protected]
1717

1818
test_omero:
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
timeout-minutes: 20
2121
name: Test OMERO Helm charts
2222
strategy:
@@ -27,8 +27,8 @@ jobs:
2727
helm-version: v3.5.4
2828
# v4 supports k3s 1.24+
2929
k3s-helm-version: v3
30-
- k3s-version: v1.31.1+k3s1
31-
helm-version: v3.16.2
30+
- k3s-version: v1.32.3+k3s1
31+
helm-version: v3.17.2
3232
steps:
3333
- uses: actions/checkout@v4
3434
with:
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Install dependencies
5353
run: |
54-
conda install -y -q -c conda-forge python=3.10 omero-py pytest requests ruamel.yaml docker-py
54+
conda install -y -q -c conda-forge python=3.12 omero-py pytest requests ruamel.yaml docker-py
5555
# $CONDA/bin/pip install -r dev-requirements.txt
5656
echo "$CONDA/bin" >> $GITHUB_PATH
5757
@@ -63,7 +63,7 @@ jobs:
6363

6464
# This job can be used as a required status for Pull Requests
6565
status:
66-
runs-on: ubuntu-22.04
66+
runs-on: ubuntu-24.04
6767
timeout-minutes: 2
6868
name: Status
6969
needs:
@@ -76,7 +76,7 @@ jobs:
7676
echo "test_omero: ${{ needs.test_omero.result }}"
7777
7878
publish:
79-
runs-on: ubuntu-22.04
79+
runs-on: ubuntu-24.04
8080
permissions:
8181
contents: write
8282
name: Publish OMERO Helm charts
@@ -92,13 +92,13 @@ jobs:
9292

9393
- uses: actions/setup-python@v5
9494
with:
95-
python-version: "3.10"
95+
python-version: "3.12"
9696
cache: pip
9797
cache-dependency-path: dev-requirements.txt
9898

9999
- uses: azure/setup-helm@v4
100100
with:
101-
version: v3.16.2
101+
version: v3.17.2
102102

103103
- name: Install dependencies
104104
run: pip install -r dev-requirements.txt

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ repos:
88
rev: v6.2.1
99
hooks:
1010
- id: beautysh
11+
# Workaround bug: ModuleNotFoundError: No module named 'pkg_resources'
12+
additional_dependencies:
13+
- setuptools
1114
- repo: https://github.com/gruntwork-io/pre-commit
1215
rev: v0.1.23
1316
hooks:

omero-server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
2-
appVersion: 5.6.14
2+
appVersion: 5.6.15-0
33
description: OMERO.server
44
name: omero-server
5-
version: 0.4.9
5+
version: 0.4.10
66
icon: https://www.openmicroscopy.org/img/logos/omero-logomark.svg

omero-web/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
2-
appVersion: 5.28.0-1
2+
appVersion: 5.29.0-1
33
description: OMERO.web
44
name: omero-web
5-
version: 0.4.7
5+
version: 0.4.8
66
icon: https://www.openmicroscopy.org/img/logos/omero-logomark.svg

0 commit comments

Comments
 (0)