Skip to content

Commit

Permalink
Merge branch 'main' into feature/kube-prometheus-pdb
Browse files Browse the repository at this point in the history
Signed-off-by: Fran Mulero <[email protected]>
  • Loading branch information
fmulero authored Jun 6, 2024
2 parents af0006b + 74000ba commit 7cd2cef
Show file tree
Hide file tree
Showing 255 changed files with 3,162 additions and 2,892 deletions.
1 change: 1 addition & 0 deletions .vib/jupyterhub/cypress/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ module.exports = {
setupNodeEvents(on, config) {},
baseUrl: 'http://localhost/',
},
retries: 5
}
2 changes: 2 additions & 0 deletions .vib/jupyterhub/cypress/cypress/e2e/jupyterhub.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ it('allows to upload and execute a python notebook', () => {
const notebookName = `notebook_template_${random}.ipynb`;
const userName = Cypress.env('username');

cy.clearCookies()
cy.login();
cy.visit(`/user/${userName}/tree/tmp`);
cy.contains('Upload').should('be.visible');
Expand All @@ -29,6 +30,7 @@ it('allows to upload and execute a python notebook', () => {

it('allows generating an API token', () => {
cy.session('test_token', () => {
cy.clearCookies()
cy.login();
cy.visit('/hub/token');
// We need to wait until the background API request is finished
Expand Down
4 changes: 2 additions & 2 deletions .vib/jupyterhub/cypress/cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ for (const command of ['click']) {
Cypress.Commands.add(
'login',
(username = Cypress.env('username'), password = Cypress.env('password')) => {
cy.visit('/hub/login');
cy.visit('/');
cy.get('#username_input').type(username);
cy.get('#password_input').type(password);
cy.get('#login_submit').click();
// The authentication is not completed until the page is rendered
// Accessing the for the first time may take extra-time: "Your server is starting up"
cy.contains('Launcher', {timeout: 120000});
cy.contains('Launcher', {timeout: 60000});
}
);

Expand Down
13 changes: 11 additions & 2 deletions bitnami/airflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Changelog

## 18.2.1 (2024-05-27)
## 18.2.3 (2024-06-05)

* [bitnami/airflow] Fix Airflow k8s config generation in the initContainer and filesystem writability ([#26341](https://github.com/bitnami/charts/pull/26341))
* [bitnami/airflow] Bump chart version ([#26818](https://github.com/bitnami/charts/pull/26818))

## <small>18.2.2 (2024-06-05)</small>

* [bitnami/airflow] Bump chart version (#26760) ([96556e4](https://github.com/bitnami/charts/commit/96556e4ba1f5f72b6092ab7895235c2ba1fb9a13)), closes [#26760](https://github.com/bitnami/charts/issues/26760)

## <small>18.2.1 (2024-05-30)</small>

* [bitnami/airflow] feat: :sparkles: :lock: Add warning when original images are replaced (#26172) ([7e78942](https://github.com/bitnami/charts/commit/7e78942907eef861e3b06c23be93c32037aca391)), closes [#26172](https://github.com/bitnami/charts/issues/26172)
* [bitnami/airflow] Fix Airflow k8s config generation in the initContainer and filesystem writability ([b21c6f4](https://github.com/bitnami/charts/commit/b21c6f4ad75320fa613d6f9d0523d696ae241959)), closes [#26341](https://github.com/bitnami/charts/issues/26341)

## 18.2.0 (2024-05-21)

Expand Down
8 changes: 4 additions & 4 deletions bitnami/airflow/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.3.4
version: 19.5.1
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.3.5
version: 15.5.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
digest: sha256:633b7efcc7d7cfc2a74f8072a0857b604a8acd3a65837e8ac1d791ac8e2b68b4
generated: "2024-05-21T13:05:44.799030153+02:00"
digest: sha256:dbc7fccac12ae5ed50716c30e49e3fe68991360135dfeaf3c2a4fd45d82c82cf
generated: "2024-06-05T15:01:51.69405+02:00"
42 changes: 21 additions & 21 deletions bitnami/airflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,31 @@ annotations:
apiVersion: v2
appVersion: 2.9.1
dependencies:
- condition: redis.enabled
name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.x.x
- condition: postgresql.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
- condition: redis.enabled
name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.x.x
- condition: postgresql.enabled
name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: Apache Airflow is a tool to express and execute workflows as directed acyclic graphs (DAGs). It includes utilities to schedule tasks, monitor task progress and handle task dependencies.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/airflow/img/airflow-stack-220x234.png
keywords:
- apache
- airflow
- workflow
- dag
- apache
- airflow
- workflow
- dag
maintainers:
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
name: airflow
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/airflow
version: 18.2.1
- https://github.com/bitnami/charts/tree/main/bitnami/airflow
version: 18.2.3
12 changes: 10 additions & 2 deletions bitnami/apisix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog

## 3.1.1 (2024-05-22)
## 3.1.3 (2024-06-05)

* [bitnami/apisix] Use different liveness/readiness probes ([#26337](https://github.com/bitnami/charts/pull/26337))
* [bitnami/apisix] Bump chart version ([#26819](https://github.com/bitnami/charts/pull/26819))

## <small>3.1.2 (2024-06-05)</small>

* [bitnami/apisix] Bump chart version (#26761) ([85c6bf2](https://github.com/bitnami/charts/commit/85c6bf23151bdd8fc4a651152959fb05fed024ec)), closes [#26761](https://github.com/bitnami/charts/issues/26761)

## <small>3.1.1 (2024-05-23)</small>

* [bitnami/apisix] Use different liveness/readiness probes (#26337) ([b9e533c](https://github.com/bitnami/charts/commit/b9e533cb5bc8ee31882457136c00e4d253941797)), closes [#26337](https://github.com/bitnami/charts/issues/26337)

## 3.1.0 (2024-05-21)

Expand Down
6 changes: 3 additions & 3 deletions bitnami/apisix/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: etcd
repository: oci://registry-1.docker.io/bitnamicharts
version: 10.1.0
version: 10.1.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
digest: sha256:49e467e0f8013df87e6183f90612ff1322a54918c16f57fa47e04ed8d3fc2930
generated: "2024-05-22T16:02:07.897582+02:00"
digest: sha256:60c485540ebde9aac60f509d6db021cebeeb5ae1ea24cd28425262be007393ad
generated: "2024-06-05T15:02:00.688905+02:00"
46 changes: 23 additions & 23 deletions bitnami/apisix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,33 @@ annotations:
apiVersion: v2
appVersion: 3.9.1
dependencies:
- name: etcd
repository: oci://registry-1.docker.io/bitnamicharts
condition: etcd.enabled
version: 10.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
- name: etcd
repository: oci://registry-1.docker.io/bitnamicharts
condition: etcd.enabled
version: 10.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: Apache APISIX is high-performance, real-time API Gateway. Features load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability, amongst others.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/apisix/img/apisix-stack-220x234.png
keywords:
- apisix
- ingress
- openresty
- controller
- http
- web
- www
- reverse proxy
- apisix
- ingress
- openresty
- controller
- http
- web
- www
- reverse proxy
maintainers:
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
name: apisix
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/apisix
- https://github.com/bitnami/charts/tree/main/bitnami/apisix-dashboard
- https://github.com/bitnami/charts/tree/main/bitnami/apisix-ingress-controller
version: 3.1.1
- https://github.com/bitnami/charts/tree/main/bitnami/apisix
- https://github.com/bitnami/charts/tree/main/bitnami/apisix-dashboard
- https://github.com/bitnami/charts/tree/main/bitnami/apisix-ingress-controller
version: 3.1.3
16 changes: 14 additions & 2 deletions bitnami/appsmith/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Changelog

## 3.3.0 (2024-05-24)
## 3.3.3 (2024-06-05)

* [bitnami/appsmith] Enable PodDisruptionBudgets ([#26410](https://github.com/bitnami/charts/pull/26410))
* [bitnami/appsmith] Bump chart version ([#26820](https://github.com/bitnami/charts/pull/26820))

## <small>3.3.2 (2024-06-05)</small>

* [bitnami/appsmith] Release 3.3.2 (#26813) ([bdadb29](https://github.com/bitnami/charts/commit/bdadb29000813c97e0de13211fea29a799d18ad2)), closes [#26813](https://github.com/bitnami/charts/issues/26813)

## <small>3.3.1 (2024-06-05)</small>

* [bitnami/appsmith] Bump chart version (#26762) ([aad49d4](https://github.com/bitnami/charts/commit/aad49d465f802301cb0529bb42243a451e62a20b)), closes [#26762](https://github.com/bitnami/charts/issues/26762)

## 3.3.0 (2024-06-03)

* [bitnami/appsmith] Enable PodDisruptionBudgets (#26410) ([fc66381](https://github.com/bitnami/charts/commit/fc66381315382c4d51cd617840c5d606c9940f48)), closes [#26410](https://github.com/bitnami/charts/issues/26410)

## <small>3.2.2 (2024-05-24)</small>

Expand Down
8 changes: 4 additions & 4 deletions bitnami/appsmith/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.5.0
version: 19.5.1
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.6.0
version: 15.6.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
digest: sha256:8216481ca2a4d5ad9cc0019aeeb73393d720d6ff7b8b29dc908611dcbf4c4c9c
generated: "2024-05-24T16:49:57.748946+02:00"
digest: sha256:9b1933d632bdf59236ff9bcceb30725addae42532f910c7a2628bda12933874d
generated: "2024-06-05T11:42:03.095362377Z"
42 changes: 21 additions & 21 deletions bitnami/appsmith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,35 @@ annotations:
- name: appsmith
image: docker.io/bitnami/appsmith:1.26.0-debian-12-r0
- name: haproxy
image: docker.io/bitnami/haproxy:2.9.7-debian-12-r5
image: docker.io/bitnami/haproxy:3.0.0-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r21
image: docker.io/bitnami/os-shell:12-debian-12-r22
apiVersion: v2
appVersion: 1.26.0
dependencies:
- condition: redis.enabled
name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.x.x
- condition: mongodb.enabled
name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
- condition: redis.enabled
name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.x.x
- condition: mongodb.enabled
name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: Appsmith is an open source platform for building and maintaining internal tools, such as custom dashboards, admin panels or CRUD apps.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/appsmith/img/appsmith-stack-220x234.png
keywords:
- development
- dashboards
- development
- dashboards
maintainers:
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
name: appsmith
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
version: 3.3.0
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
version: 3.3.3
4 changes: 2 additions & 2 deletions bitnami/appsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ backend:
image:
registry: docker.io
repository: bitnami/haproxy
tag: 2.9.7-debian-12-r5
tag: 3.0.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1555,7 +1555,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r21
tag: 12-debian-12-r22
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down
12 changes: 10 additions & 2 deletions bitnami/argo-cd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Changelog

## 6.4.1 (2024-06-04)
## 6.4.3 (2024-06-05)

* [bitnami/argo-cd] Release 6.4.1 ([#26720](https://github.com/bitnami/charts/pull/26720))
* [bitnami/argo-cd] Bump chart version ([#26821](https://github.com/bitnami/charts/pull/26821))

## <small>6.4.2 (2024-06-05)</small>

* [bitnami/argo-cd] Bump chart version (#26763) ([179050f](https://github.com/bitnami/charts/commit/179050f2fa0e8c5e661213c6e9690d628cac4bd6)), closes [#26763](https://github.com/bitnami/charts/issues/26763)

## <small>6.4.1 (2024-06-05)</small>

* [bitnami/argo-cd] Release 6.4.1 (#26720) ([834b448](https://github.com/bitnami/charts/commit/834b4487c5e0d2356625ecc2923ee02865b41fb0)), closes [#26720](https://github.com/bitnami/charts/issues/26720)

## 6.4.0 (2024-05-30)

Expand Down
34 changes: 17 additions & 17 deletions bitnami/argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,27 @@ annotations:
apiVersion: v2
appVersion: 2.11.2
dependencies:
- condition: redis.enabled
name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
- condition: redis.enabled
name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: Argo CD is a continuous delivery tool for Kubernetes based on GitOps.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/argo-cd/img/argo-cd-stack-220x234.png
keywords:
- Continuous delivery
- Continuous deployment
- Devops
- Kubernetes
- Continuous delivery
- Continuous deployment
- Devops
- Kubernetes
maintainers:
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
name: argo-cd
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/argo-cd
version: 6.4.1
- https://github.com/bitnami/charts/tree/main/bitnami/argo-cd
version: 6.4.3
Loading

0 comments on commit 7cd2cef

Please sign in to comment.