Procházet zdrojové kódy

[bitnami/airflow] Release 22.4.9 (#31857)

* [bitnami/airflow] Release 22.4.9 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* [bitnami/airflow] Fix Cypress tests

Signed-off-by: David Gomez <dgomezleon@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: David Gomez <dgomezleon@vmware.com>
Co-authored-by: David Gomez <dgomezleon@vmware.com>
Bitnami Bot před 7 měsíci
rodič
revize
c9f0c60ead

+ 1 - 1
.vib/airflow/cypress/cypress/fixtures/DAGs.json

@@ -1,5 +1,5 @@
 {
   "triggered": {
-    "id": "toy_taskflow_bash"
+    "id": "UI_dag"
   }
 }

+ 8 - 0
.vib/airflow/cypress/cypress/support/commands.js

@@ -29,3 +29,11 @@ Cypress.Commands.add(
     cy.get('input[type="submit"]').click();
   }
 );
+
+Cypress.on('uncaught:exception', (err, runnable) => {
+  if (
+    err.message.includes('Cannot set properties of undefined')
+  ) {
+    return false;
+  }
+});

+ 3 - 3
.vib/airflow/runtime-parameters.yaml

@@ -54,10 +54,10 @@ triggerer:
 dags:
   enabled: true
   repositories:
-    - repository: https://github.com/astronomer/2-9-example-dags
+    - repository: https://github.com/astronomer/2-10-example-dags
       branch: main
-      name: toys
-      path: dags/toys
+      name: UI
+      path: dags/UI
 metrics:
   enabled: true
   service:

+ 7 - 2
bitnami/airflow/CHANGELOG.md

@@ -1,8 +1,13 @@
 # Changelog
 
-## 22.4.8 (2025-02-04)
+## 22.4.9 (2025-02-11)
 
-* [bitnami/airflow] Add dag volume mounts to web deployment for configmap-based dags ([#31620](https://github.com/bitnami/charts/pull/31620))
+* [bitnami/airflow] Release 22.4.9 ([#31857](https://github.com/bitnami/charts/pull/31857))
+
+## <small>22.4.8 (2025-02-05)</small>
+
+* [bitnami/airflow] Add dag volume mounts to web deployment for configmap-based dags (#31620) ([e1e00f5](https://github.com/bitnami/charts/commit/e1e00f59dce468e40b0d8d7b1d88fe8630dea6a7)), closes [#31620](https://github.com/bitnami/charts/issues/31620)
+* Update copyright year (#31682) ([e9f02f5](https://github.com/bitnami/charts/commit/e9f02f5007068751f7eb2270fece811e685c99b6)), closes [#31682](https://github.com/bitnami/charts/issues/31682)
 
 ## <small>22.4.7 (2025-01-22)</small>
 

+ 5 - 5
bitnami/airflow/Chart.lock

@@ -1,12 +1,12 @@
 dependencies:
 - name: redis
   repository: oci://registry-1.docker.io/bitnamicharts
-  version: 20.6.3
+  version: 20.7.0
 - name: postgresql
   repository: oci://registry-1.docker.io/bitnamicharts
-  version: 16.4.3
+  version: 16.4.7
 - name: common
   repository: oci://registry-1.docker.io/bitnamicharts
-  version: 2.29.0
-digest: sha256:435463387320e8b45638377cb579f2bb0d0964366840061e81ff1aaf9b06accc
-generated: "2025-01-20T12:15:20.311994925Z"
+  version: 2.29.1
+digest: sha256:c87331b0b40ef820ae254fcdbb874085df54bb828b6152b02a531e3be6572066
+generated: "2025-02-10T17:08:02.130633235Z"

+ 4 - 4
bitnami/airflow/Chart.yaml

@@ -6,11 +6,11 @@ annotations:
   licenses: Apache-2.0
   images: |
     - name: airflow
-      image: docker.io/bitnami/airflow:2.10.4-debian-12-r4
+      image: docker.io/bitnami/airflow:2.10.5-debian-12-r0
     - name: statsd-exporter
-      image: docker.io/bitnami/statsd-exporter:0.28.0-debian-12-r3
+      image: docker.io/bitnami/statsd-exporter:0.28.0-debian-12-r5
 apiVersion: v2
-appVersion: 2.10.4
+appVersion: 2.10.5
 dependencies:
 - condition: redis.enabled
   name: redis
@@ -39,4 +39,4 @@ maintainers:
 name: airflow
 sources:
 - https://github.com/bitnami/charts/tree/main/bitnami/airflow
-version: 22.4.8
+version: 22.4.9

+ 2 - 2
bitnami/airflow/values.yaml

@@ -88,7 +88,7 @@ diagnosticMode:
 image:
   registry: docker.io
   repository: bitnami/airflow
-  tag: 2.10.4-debian-12-r4
+  tag: 2.10.5-debian-12-r0
   digest: ""
   ## Specify a imagePullPolicy
   ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -2738,7 +2738,7 @@ metrics:
   image:
     registry: docker.io
     repository: bitnami/statsd-exporter
-    tag: 0.28.0-debian-12-r3
+    tag: 0.28.0-debian-12-r5
     digest: ""
     pullPolicy: IfNotPresent
     ## Optionally specify an array of imagePullSecrets.