diff --git a/CHANGES.md b/CHANGES.md index d0da71a..76e8742 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +0.3.0 (2023-11-31) +------------------ +- Full alpha release + 0.2.1 (2022-03-22) ------------------ - Added in test data from Siding Springs diff --git a/Dockerfile b/Dockerfile index 6184642..0611e2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,7 @@ -FROM docker.lco.global/banzai:1.11.0 +FROM ghcr.io/lcogt/banzai:1.13.1 USER root -RUN conda install -y coveralls sphinx docutils=0.15 cython - COPY --chown=10087:10000 . /lco/banzai-floyds RUN apt-get -y update && apt-get -y install gcc && \ diff --git a/helm-chart/banzai-floyds-e2e/values.yaml b/helm-chart/banzai-floyds-e2e/values.yaml index 7cb3f3a..82f885c 100644 --- a/helm-chart/banzai-floyds-e2e/values.yaml +++ b/helm-chart/banzai-floyds-e2e/values.yaml @@ -5,6 +5,6 @@ replicaCount: 1 image: - repository: docker.lco.global/banzai-floyds - tag: stable + repository: ghcr.io/lcogt/banzai-floyds + tag: latest pullPolicy: IfNotPresent diff --git a/helm-chart/banzai-floyds/values-prod.yaml b/helm-chart/banzai-floyds/values-prod.yaml index 0692693..ed5712e 100644 --- a/helm-chart/banzai-floyds/values-prod.yaml +++ b/helm-chart/banzai-floyds/values-prod.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: docker.lco.global/banzai-floyds + repository: ghcr.io/lcogt/banzai-floyds tag: "" pullPolicy: IfNotPresent diff --git a/setup.cfg b/setup.cfg index 4e3c5fc..8dcb781 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ python_requires = >=3.7 setup_requires = setuptools_scm install_requires = astropy >= 4.3 - banzai @ git+https://github.com/lcogt/banzai.git + banzai @ git+https://github.com/lcogt/banzai.git@1.13.1 astroscrappy matplotlib