Skip to content

Commit

Permalink
Merge pull request #47 from manics/update
Browse files Browse the repository at this point in the history
OMERO.server 5.6.13, OMERO.web 5.27.2
  • Loading branch information
manics authored Oct 20, 2024
2 parents b32af2b + 184bc19 commit 1b9f5f2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1

test_omero:
runs-on: ubuntu-22.04
Expand All @@ -27,8 +27,8 @@ jobs:
helm-version: v3.5.4
# v4 supports k3s 1.24+
k3s-helm-version: v3
- k3s-version: v1.30.3+k3s1
helm-version: v3.15.3
- k3s-version: v1.31.1+k3s1
helm-version: v3.16.2
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -96,9 +96,9 @@ jobs:
cache: pip
cache-dependency-path: dev-requirements.txt

- uses: azure/setup-helm@v3
- uses: azure/setup-helm@v4
with:
version: v3.14.0
version: v3.16.2

- name: Install dependencies
run: pip install -r dev-requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.10.0
hooks:
- id: black
args: [--target-version=py36]
Expand Down
4 changes: 2 additions & 2 deletions omero-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: 5.6.12
appVersion: 5.6.13
description: OMERO.server
name: omero-server
version: 0.4.6
version: 0.4.7
icon: https://www.openmicroscopy.org/img/logos/omero-logomark.svg
4 changes: 2 additions & 2 deletions omero-web/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: 5.27.0
appVersion: 5.27.2
description: OMERO.web
name: omero-web
version: 0.4.5
version: 0.4.6
icon: https://www.openmicroscopy.org/img/logos/omero-logomark.svg

0 comments on commit 1b9f5f2

Please sign in to comment.