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

bump version to 2.3.2 #152

Merged
merged 1 commit into from
Jan 10, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
source venv/bin/activate
(bash install_dev_dependencies.sh && python3 setup.py sdist) || exit 1
# copy into separate file to prevent issues where the source and target are the same
mv dist/compose_client-2.3.1*.tar.gz dist/release.tar.gz
mv dist/compose_client-2.3.2*.tar.gz dist/release.tar.gz
mv dist/release.tar.gz dist/compose_client-$RELEASE_VERSION.tar.gz

- name: "zip deploy/local folder"
Expand Down
2 changes: 1 addition & 1 deletion client/compose_client/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@click.group()
def cli() -> None:
"""
NF Compose CLI - version: 2.3.1
NF Compose CLI - version: 2.3.2
"""
pass

Expand Down
2 changes: 1 addition & 1 deletion client/compose_client/library/connection/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import datetime


USER_AGENT = 'compose_cli 2.3.1'
USER_AGENT = 'compose_cli 2.3.2'


class APIClient(abc.ABC):
Expand Down
2 changes: 1 addition & 1 deletion client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def cli_test_suite():
setuptools.setup(
name="compose_client",
scripts=['bin/compose_cli'],
version="2.3.1",
version="2.3.2",
author="NeuroForge GmbH & Co. KG",
author_email="[email protected]",
description="NF Compose package",
Expand Down
12 changes: 6 additions & 6 deletions deploy/local/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
restart: unless-stopped

nfcomposeskipper:
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.1}"
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.2}"
networks:
postgres:
nfcompose:
Expand All @@ -66,7 +66,7 @@ services:

# inside facing container used for separating internal requests so that outside requests are not harmed by etl jobs
nfcomposeskipper_internal:
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.1}"
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.2}"
networks:
postgres:
nfcompose:
Expand All @@ -86,7 +86,7 @@ services:
SKIPPER_TASK_DASHBOARD_UPSTREAM: "http://skipper.task.dashboard.${INTERNAL_DOMAIN_SUFFIX:-test.local}:5555"

nfcompose_skipper_celery:
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.1}"
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.2}"
networks:
- postgres
- nfcompose
Expand All @@ -104,7 +104,7 @@ services:
restart: unless-stopped

nfcompose_skipper_celery_beat:
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.1}"
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.2}"
networks:
- postgres
- nfcompose
Expand All @@ -126,7 +126,7 @@ services:
restart: unless-stopped

nfcompose_skipper_task_dashboard:
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.1}"
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.2}"
networks:
postgres: {}
nfcompose:
Expand All @@ -144,7 +144,7 @@ services:
restart: unless-stopped

nfcomposeskipperproxy:
image: "${SKIPPER_PROXY_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper-proxy:2.3.1}"
image: "${SKIPPER_PROXY_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper-proxy:2.3.2}"
restart: unless-stopped
depends_on:
- nfcomposeskipper
Expand Down
2 changes: 1 addition & 1 deletion deploy/local/integration/library/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from library.types import JSONType


USER_AGENT = 'integration_test compose 2.3.1'
USER_AGENT = 'integration_test compose 2.3.2'


class APIClient(abc.ABC):
Expand Down
16 changes: 8 additions & 8 deletions deploy/production/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ services:
- "nodered.local"

consumer_gateway:
image: "${SKIPPER_CONSUMER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-consumer-gateway:2.3.1}"
image: "${SKIPPER_CONSUMER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-consumer-gateway:2.3.2}"
restart: unless-stopped
networks:
postgres:
Expand All @@ -171,7 +171,7 @@ services:
start_period: 1s

skipper:
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.1}"
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.2}"
restart: unless-stopped
networks:
postgres:
Expand All @@ -187,7 +187,7 @@ services:

# inside facing container used for separating internal requests so that outside requests are not harmed by etl jobs
skipper_internal:
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.1}"
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.2}"
restart: unless-stopped
networks:
postgres:
Expand All @@ -203,7 +203,7 @@ services:
SKIPPER_DJANGO_EXTRA_ALLOWED_HOSTS: "skipper.internal.local"

skipper_celery:
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.1}"
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.2}"
restart: unless-stopped
networks:
- postgres
Expand All @@ -220,7 +220,7 @@ services:
SKIPPER_CELERY_WORKER_QUEUES: "celery,data_series_cleanup,persist_data,file_registry_cleanup,index_creation,requeue_persist_data"

skipper_celery_beat:
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.1}"
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.2}"
restart: unless-stopped
networks:
- postgres
Expand All @@ -231,7 +231,7 @@ services:
SKIPPER_CONTAINER_TYPE: "CELERY_BEAT"

skipper_task_dashboard:
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.1}"
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.2}"
restart: unless-stopped
networks:
postgres: {}
Expand All @@ -243,7 +243,7 @@ services:
SKIPPER_CONTAINER_TYPE: "TASK_DASHBOARD"

skipper_proxy:
image: "${SKIPPER_PROXY_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper-proxy:2.3.1}"
image: "${SKIPPER_PROXY_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper-proxy:2.3.2}"
environment:
SKIPPER_BACKEND_SERVICE: "skipper.local"
SKIPPER_BACKEND_SERVICE_PORT: "8000"
Expand Down Expand Up @@ -287,7 +287,7 @@ services:

python manage.py collectstatic --noinput
check_result "failed to collect static files"
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.1}"
image: "${SKIPPER_DOCKER_IMAGE:-ghcr.io/neuroforgede/nfcompose-skipper:2.3.2}"
environment:
# force rerun everytime
DEPLOY_DATE: "${DEPLOY_DATE}"
Expand Down
Loading