Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OMERO.server 5.6.13, OMERO.web 5.27.2 #47

Merged
merged 4 commits into from
Oct 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading