Skip to content

Commit 978cc1f

Browse files
authored
Merge branch 'main' into main
Signed-off-by: Carlos Rodríguez Hernández <carlos.rodriguez-hernandez@broadcom.com>
2 parents 45632ca + 679acf7 commit 978cc1f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+315
-155
lines changed

.vib/discourse/cypress/cypress/e2e/discourse.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ it('allows to create a topic', () => {
2424
cy.contains('button', 'New Topic').click();
2525
cy.fixture('topics').then((topic) => {
2626
cy.get('#reply-title').type(`${topic.newTopic.title}-${random}`);
27-
cy.get('textarea').type(`${topic.newTopic.content} ${random}`);
27+
cy.get('div[contenteditable="true"]').type(`${topic.newTopic.content} ${random}`);
2828
cy.contains('button', 'Create Topic').click();
2929
cy.contains('Saving').should('not.exist');
3030
cy.visit('/latest');

bitnami/argo-cd/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Changelog
22

3-
## 10.0.3 (2025-08-18)
3+
## 11.0.0 (2025-08-26)
44

5-
* [bitnami/argo-cd] :zap: :arrow_up: Update dependency references ([#36130](https://github.com/bitnami/charts/pull/36130))
5+
* [bitnami/argo-cd] :zap: :arrow_up: Update dependency references ([#36194](https://github.com/bitnami/charts/pull/36194))
6+
7+
## <small>10.0.4 (2025-08-25)</small>
8+
9+
* [bitnami/argo-cd] :zap: :arrow_up: Update dependency references (#36186) ([d52d321](https://github.com/bitnami/charts/commit/d52d3216422331ce38a436a54fcaccc39674b0dc)), closes [#36186](https://github.com/bitnami/charts/issues/36186)
10+
11+
## <small>10.0.3 (2025-08-18)</small>
12+
13+
* [bitnami/argo-cd] :zap: :arrow_up: Update dependency references (#36130) ([cc7aefa](https://github.com/bitnami/charts/commit/cc7aefa743f0a1dcdd5b483e02fc8b8d3731fcd8)), closes [#36130](https://github.com/bitnami/charts/issues/36130)
614

715
## <small>10.0.2 (2025-08-13)</small>
816

bitnami/argo-cd/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: redis
33
repository: oci://registry-1.docker.io/bitnamicharts
4-
version: 22.0.3
4+
version: 22.0.6
55
- name: common
66
repository: oci://registry-1.docker.io/bitnamicharts
77
version: 2.31.4
8-
digest: sha256:da79cae2f27c946ca01f35ae82a75b9bee5d3b8426c93fbe2026ac801241a885
9-
generated: "2025-08-18T20:26:17.399222114Z"
8+
digest: sha256:beaf869c5cec3e43ce688e821c65d97540521c0cf56a4abf554d9e3fefc590b4
9+
generated: "2025-08-26T09:20:16.765435296Z"

bitnami/argo-cd/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ annotations:
55
category: Infrastructure
66
images: |
77
- name: argo-cd
8-
image: docker.io/bitnami/argo-cd:3.0.12-debian-12-r4
8+
image: docker.io/bitnami/argo-cd:3.1.1-debian-12-r0
99
- name: dex
1010
image: docker.io/bitnami/dex:2.43.1-debian-12-r8
1111
- name: os-shell
12-
image: docker.io/bitnami/os-shell:12-debian-12-r50
12+
image: docker.io/bitnami/os-shell:12-debian-12-r51
1313
- name: redis
1414
image: docker.io/bitnami/redis:8.2.1-debian-12-r0
1515
licenses: Apache-2.0
1616
tanzuCategory: application
1717
apiVersion: v2
18-
appVersion: 3.0.12
18+
appVersion: 3.1.1
1919
dependencies:
2020
- condition: redis.enabled
2121
name: redis
@@ -40,4 +40,4 @@ maintainers:
4040
name: argo-cd
4141
sources:
4242
- https://github.com/bitnami/charts/tree/main/bitnami/argo-cd
43-
version: 10.0.3
43+
version: 11.0.0

bitnami/argo-cd/crds/application.yaml

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Source: https://raw.githubusercontent.com/argoproj/argo-cd/v{version}/manifests/crds/application-crd.yaml
2-
# Version: 3.0.12
2+
# Version: 3.1.1
33
apiVersion: apiextensions.k8s.io/v1
44
kind: CustomResourceDefinition
55
metadata:
@@ -1884,6 +1884,10 @@ spec:
18841884
description: 'AllowEmpty allows apps have zero live resources
18851885
(default: false)'
18861886
type: boolean
1887+
enabled:
1888+
description: Enable allows apps to explicitly control automated
1889+
sync
1890+
type: boolean
18871891
prune:
18881892
description: 'Prune specifies whether to delete resources
18891893
from the cluster that are not found in the sources anymore
@@ -1987,12 +1991,13 @@ spec:
19871991
format: date-time
19881992
type: string
19891993
message:
1990-
description: Message is a human-readable informational message
1991-
describing the health status
1994+
description: |-
1995+
Message is a human-readable informational message describing the health status
1996+
1997+
Deprecated: this field is not used and will be removed in a future release.
19921998
type: string
19931999
status:
1994-
description: Status holds the status code of the application or
1995-
resource
2000+
description: Status holds the status code of the application
19962001
type: string
19972002
type: object
19982003
history:
@@ -3861,6 +3866,12 @@ spec:
38613866
description: HookType specifies the type of the hook.
38623867
Empty for non-hook resources
38633868
type: string
3869+
images:
3870+
description: Images contains the images related to the
3871+
ResourceResult
3872+
items:
3873+
type: string
3874+
type: array
38643875
kind:
38653876
description: Kind specifies the API kind of the resource
38663877
type: string
@@ -4738,17 +4749,18 @@ spec:
47384749
(e.g., Healthy, Degraded, Progressing).
47394750
properties:
47404751
lastTransitionTime:
4741-
description: LastTransitionTime is the time the HealthStatus
4742-
was set or updated
4752+
description: |-
4753+
LastTransitionTime is the time the HealthStatus was set or updated
4754+
4755+
Deprecated: this field is not used and will be removed in a future release.
47434756
format: date-time
47444757
type: string
47454758
message:
47464759
description: Message is a human-readable informational message
47474760
describing the health status
47484761
type: string
47494762
status:
4750-
description: Status holds the status code of the application
4751-
or resource
4763+
description: Status holds the status code of the resource
47524764
type: string
47534765
type: object
47544766
hook:

0 commit comments

Comments
 (0)