mirror of
https://github.com/bitnami/charts.git
synced 2026-02-10 20:27:38 +08:00
[bitnami/airflow] ⚡ ⬆️ Update dependency references (#34306)
* [bitnami/airflow] Release 24.1.3 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * [bitnami/airflow] Update config Signed-off-by: Gonzalo Gomez Gracia <gonzalo.gomez@broadcom.com> * [bitnami/airflow] Update tests Signed-off-by: Gonzalo Gomez Gracia <gonzalo.gomez@broadcom.com> * [bitnami/airflow] Release 24.1.3 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * [bitnami/airflow] Release 24.1.3 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * [bitnami/airflow] Update secret_key configuration section Signed-off-by: Gonzalo Gomez Gracia <gonzalo.gomez@broadcom.com> * Update Chart.yaml Signed-off-by: Carlos Rodríguez Hernández <carlos.rodriguez-hernandez@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * [bitnami/airflow] Configure PBKDF2 hash Signed-off-by: Gonzalo Gomez Gracia <gonzalo.gomez@broadcom.com> * [bitnami/airflow] Release 24.1.3 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * [bitnami/airflow] Release 24.1.3 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * [bitnami/airflow] Release 24.1.3 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * [bitnami/airflow] Update secret_key configuration section Signed-off-by: Gonzalo Gomez Gracia <gonzalo.gomez@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * [bitnami/airflow] Release 24.1.4 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * [bitnami/airflow] Syntax update Signed-off-by: Gonzalo Gomez Gracia <gonzalo.gomez@broadcom.com> --------- Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Signed-off-by: Gonzalo Gomez Gracia <gonzalo.gomez@broadcom.com> Signed-off-by: Carlos Rodríguez Hernández <carlos.rodriguez-hernandez@broadcom.com> Co-authored-by: Gonzalo Gomez Gracia <gonzalo.gomez@broadcom.com> Co-authored-by: Carlos Rodríguez Hernández <carlos.rodriguez-hernandez@broadcom.com>
This commit is contained in:
@@ -21,7 +21,6 @@ it('allows triggering execution of a sample DAG', () => {
|
||||
cy.get('div').contains(new Date().toISOString().split('T')[0]);
|
||||
});
|
||||
});
|
||||
|
||||
it('allows to create a user', () => {
|
||||
cy.login();
|
||||
cy.visit('/auth/users/add');
|
||||
@@ -30,7 +29,7 @@ it('allows to create a user', () => {
|
||||
cy.get('#last_name').type(users.newUser.lastName);
|
||||
cy.get('#username').type(`${users.newUser.username}.${random}`);
|
||||
cy.get('#email').type(`${users.newUser.username}.${random}@email.com`);
|
||||
cy.get('input[type="search"]').type(`${users.newUser.role}{enter}`);
|
||||
cy.get('select[id="roles"]').select(`${users.newUser.role}`, {force: true});
|
||||
cy.get('#password').type(users.newUser.password);
|
||||
cy.get('#conf_password').type(users.newUser.password);
|
||||
cy.contains('Save').click();
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 24.1.3 (2025-06-13)
|
||||
## 24.1.4 (2025-06-19)
|
||||
|
||||
* [bitnami/airflow] feat: enhance LDAP config with user attribute mapping and support for Flask AppBuilder AUTH_LDAP ([#34382](https://github.com/bitnami/charts/pull/34382))
|
||||
* [bitnami/airflow] :zap: :arrow_up: Update dependency references ([#34306](https://github.com/bitnami/charts/pull/34306))
|
||||
|
||||
## <small>24.1.3 (2025-06-16)</small>
|
||||
|
||||
* [bitnami/airflow] feat: enhance LDAP config with user attribute mapping and support for Flask AppBui ([047f06d](https://github.com/bitnami/charts/commit/047f06d129b6587a1d6e9615603bb7c8c2a78ff0)), closes [#34382](https://github.com/bitnami/charts/issues/34382)
|
||||
|
||||
## <small>24.1.2 (2025-06-06)</small>
|
||||
|
||||
|
||||
@@ -5,13 +5,13 @@ annotations:
|
||||
category: WorkFlow
|
||||
images: |
|
||||
- name: airflow
|
||||
image: docker.io/bitnami/airflow:3.0.1-debian-12-r4
|
||||
image: docker.io/bitnami/airflow:3.0.2-debian-12-r3
|
||||
- name: statsd-exporter
|
||||
image: docker.io/bitnami/statsd-exporter:0.28.0-debian-12-r19
|
||||
image: docker.io/bitnami/statsd-exporter:0.28.0-debian-12-r20
|
||||
licenses: Apache-2.0
|
||||
tanzuCategory: service
|
||||
apiVersion: v2
|
||||
appVersion: 3.0.1
|
||||
appVersion: 3.0.2
|
||||
dependencies:
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
@@ -42,4 +42,4 @@ maintainers:
|
||||
name: airflow
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/airflow
|
||||
version: 24.1.3
|
||||
version: 24.1.4
|
||||
|
||||
@@ -59,6 +59,12 @@ data:
|
||||
# Flask-WTF flag for CSRF
|
||||
WTF_CSRF_ENABLED = True
|
||||
WTF_CSRF_TIME_LIMIT = None
|
||||
|
||||
{{- if (include "airflow.isImageMajorVersion3" .) }}
|
||||
# Ensure passwords are hashed using the PBKDF2 method
|
||||
# https://github.com/apache/airflow/issues/51833
|
||||
FAB_PASSWORD_HASH_METHOD = "pbkdf2:sha256"
|
||||
{{- end }}
|
||||
{{- if .Values.web.extraConfiguration }}
|
||||
{{ include "common.tplvalues.render" (dict "value" .Values.web.extraConfiguration "context" .) | nindent 4 }}
|
||||
{{- end }}
|
||||
|
||||
@@ -94,7 +94,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/airflow
|
||||
tag: 3.0.1-debian-12-r4
|
||||
tag: 3.0.2-debian-12-r3
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -2836,7 +2836,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/statsd-exporter
|
||||
tag: 0.28.0-debian-12-r19
|
||||
tag: 0.28.0-debian-12-r20
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user