Skip to content

Commit

Permalink
chore: release v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Sep 6, 2024
1 parent a73f79f commit 7a571c1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM apache/airflow:2.9.3
FROM apache/airflow:2.10.1

COPY --chown=airflow:root ./dags /opt/airflow/dags
6 changes: 3 additions & 3 deletions helm/cas-airflow/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: airflow
repository: https://airflow.apache.org/
version: 1.14.0
version: 1.15.0
- name: cas-postgres
repository: https://bcgov.github.io/cas-postgres/
version: 0.9.1
- name: terraform-bucket-provision
repository: https://bcgov.github.io/cas-pipeline/
version: 0.1.3
digest: sha256:114342e05ee4a8087aa7467c5c8c66cfda754260a4487767dd85fe7390a8196b
generated: "2024-07-17T08:37:47.279556926-07:00"
digest: sha256:fa547b34056cf2431a0354054e48b4efeefc39cd74be257e4e6a64b14cc9174e
generated: "2024-09-06T10:28:47.164109281-07:00"
6 changes: 3 additions & 3 deletions helm/cas-airflow/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: cas-airflow
type: application
version: 2.0.4
appVersion: 2.9.3 # The airflow version
version: 2.0.5
appVersion: 2.10.1 # The airflow version
description: Helm chart to deploy cas' flavour of airflow, compatible with OpenShift 4. This chart uses the vanilla airflow chart and adds cas' own templates and values.
icon: https://www.astronomer.io/static/airflowNewA.png
keywords:
Expand All @@ -12,7 +12,7 @@ keywords:
- bcgov
dependencies:
- name: airflow
version: "1.14.0"
version: "1.15.0"
repository: "https://airflow.apache.org/"
- name: cas-postgres
version: "0.9.1"
Expand Down
2 changes: 1 addition & 1 deletion helm/cas-airflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ airflow:
# Will be overridden by the git commit sha
defaultAirflowTag: "to_override"

airflowVersion: "2.9.3"
airflowVersion: "2.10.1"

# Enable RBAC (default on most clusters these days)
rbac:
Expand Down

0 comments on commit 7a571c1

Please sign in to comment.