|
| 1 | +# Version changes |
| 2 | + |
| 3 | +## *0.3.0* |
| 4 | + |
| 5 | +Features: |
| 6 | + |
| 7 | +- reverse Proxy: |
| 8 | + - add nginx to serve files |
| 9 | + |
| 10 | +## *0.2.9* |
| 11 | + |
| 12 | +Features: |
| 13 | + |
| 14 | +- CNPG: |
| 15 | + - NetworkPolicy: pg only can be reached from the same namespace |
| 16 | + - Superuser: able to set superuser password |
| 17 | + - Restore: now we able to restore from GCP snapchot `cloudNativePG.restore.fromGCPSnapshot` |
| 18 | +- ODOO: |
| 19 | + - Envvars: now we use a ConfigMap to store the envvars |
| 20 | + |
| 21 | +## *0.2.8* |
| 22 | + |
| 23 | +Features: |
| 24 | + |
| 25 | +- Add ODOO_INITIAL_LANGUAGE envvar and its question `odoo.basic.language` |
| 26 | + |
| 27 | +Note: **NOT ready for CNPG** |
| 28 | + |
| 29 | +## *0.2.7* |
| 30 | + |
| 31 | +Features: |
| 32 | + |
| 33 | +- Add support for FUSE bucket volumes (Only for GCP) `storage.location='fuse'` |
| 34 | + (This feature requires CSI Fuse driver enabled on GKE Cluster and GKE Metadata enabled on node_pools ) |
| 35 | + |
| 36 | +## *0.2.6* |
| 37 | + |
| 38 | +Features: |
| 39 | + |
| 40 | +- CloudNative Volume Snapshots [+info](https://cloudnative-pg.io/documentation/1.22/backup/#object-stores-or-volume-snapshots-which-one-to-use) [+info](https://cloudnative-pg.io/documentation/1.22/backup_volumesnapshot/) |
| 41 | +- Add new questions for pullSecret and CloudNativePG |
| 42 | + |
| 43 | +## *0.2.5* |
| 44 | + |
| 45 | +Features: |
| 46 | + |
| 47 | +- Remove the WebSocket service when no workers are present. |
| 48 | +- Add `devMode` to disable the entrypoint, liveness, and readiness probes. |
| 49 | +- Make Ingress configuration snippets optional (enable with `configurationSnippet.enabled`). |
| 50 | +- Add support for additional environment variables for the Odoo container (`odoo.extraEnvVars`). |
| 51 | +- Add new app tye annotation: `adhoc.appType` (prod, test, etc) |
| 52 | +- Add initial support for Cloud-Native-pg (**CloudNativePG operator** must be installed before [+info](https://github.com/cloudnative-pg/charts)) |
| 53 | + |
| 54 | +## *0.2.4* |
| 55 | + |
| 56 | +Features: |
| 57 | + |
| 58 | +- Add configuration-snippet with some security improvements |
| 59 | +- Add new service level annotation: `adhoc.serviceLevel` (standard, advanced, premium) |
| 60 | +- Add new labels: |
| 61 | + - `adhoc.ar/service-level`: Adhoc Service level (standard, advanced, premium) |
| 62 | + - `adhoc.ar/tier`: Tier (prod, test, etc) |
| 63 | + - `adhoc.ar/odoo-version`: Odoo base version (`17.0`, `18.0`) |
| 64 | +- Remove warning on "Skipped a TLS block" |
| 65 | + |
| 66 | +## *0.2.3* |
| 67 | + |
| 68 | +Features: |
| 69 | + |
| 70 | +- Add "Managed pull secret" (DockerHub credentials for odoo) |
| 71 | +- Initial support for minikube |
| 72 | +- Update ingressClassName |
| 73 | +- Fix HelmApp Version |
0 commit comments