Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/odoo] Release 28.1.1 #31241

Merged
merged 7 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .vib/odoo/cypress/cypress/e2e/odoo.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ it('allows installing/uninstalling an application and inviting new users', () =>
cy.get('button[name="button_immediate_install"]').click();
});

// Wait some time so the plugin gets fully installed
cy.wait(180000);
cy.reload({timeout: 300000});

// Perform the second login only if the #login selector is visible
Expand Down
7 changes: 6 additions & 1 deletion bitnami/odoo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## 28.1.1 (2025-01-13)

* [bitnami/odoo] Release 28.1.1 ([#31241](https://github.com/bitnami/charts/pull/31241))

## 28.1.0 (2024-12-10)

* [bitnami/odoo] Detect non-standard images ([#30910](https://github.com/bitnami/charts/pull/30910))
* [bitnami/*] Add Bitnami Premium to NOTES.txt (#30854) ([3dfc003](https://github.com/bitnami/charts/commit/3dfc00376df6631f0ce54b8d440d477f6caa6186)), closes [#30854](https://github.com/bitnami/charts/issues/30854)
* [bitnami/odoo] Detect non-standard images (#30910) ([56d9ae2](https://github.com/bitnami/charts/commit/56d9ae2dc9de4a558e8d308b0842af3d1dc6bc8a)), closes [#30910](https://github.com/bitnami/charts/issues/30910)

## <small>28.0.3 (2024-12-06)</small>

Expand Down
8 changes: 4 additions & 4 deletions bitnami/odoo/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.2.5
version: 16.3.5
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.28.0
digest: sha256:9c2ce8b298e807bc8141682773027cc3b0c62feec6933d315f9f181a4dabe862
generated: "2024-12-10T17:21:17.011511+01:00"
version: 2.29.0
digest: sha256:8c7c60055f2b8834c742f2b389606d430018a7fd08449ce2c8c31b31a94f0ca4
generated: "2025-01-07T17:56:53.901730079Z"
6 changes: 3 additions & 3 deletions bitnami/odoo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: odoo
image: docker.io/bitnami/odoo:18.0.20241205-debian-12-r0
image: docker.io/bitnami/odoo:18.0.20250105-debian-12-r0
apiVersion: v2
appVersion: 18.0.20241205
appVersion: 18.0.20250105
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand All @@ -34,4 +34,4 @@ maintainers:
name: odoo
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/odoo
version: 28.1.0
version: 28.1.1
2 changes: 1 addition & 1 deletion bitnami/odoo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/odoo
tag: 18.0.20241205-debian-12-r0
tag: 18.0.20250105-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
Loading