From f7067cb6e28642427e90476e01380a0bd36a4bc2 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Mon, 26 Mar 2018 18:31:32 +0000 Subject: [PATCH 01/18] redis: update to `bitnami/redis:4.0.9-r0` --- stable/redis/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/redis/values.yaml b/stable/redis/values.yaml index 2070737f6..8f97ee79c 100644 --- a/stable/redis/values.yaml +++ b/stable/redis/values.yaml @@ -1,7 +1,7 @@ ## Bitnami Redis image version ## ref: https://hub.docker.com/r/bitnami/redis/tags/ ## -image: bitnami/redis:4.0.8-r7 +image: bitnami/redis:4.0.9-r0 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images From f861bf79d204866d62d697c0d8a2a7d865a8d02b Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Mon, 26 Mar 2018 18:31:32 +0000 Subject: [PATCH 02/18] redis: bump chart appVersion to `4.0.9` --- stable/redis/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index d0abd3aee..a0643511f 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,6 +1,6 @@ name: redis version: 1.1.18 -appVersion: 4.0.8 +appVersion: 4.0.9 description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. keywords: - redis From 8127612c047ce4091b76a816870cbf87524e653d Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Mon, 26 Mar 2018 18:31:32 +0000 Subject: [PATCH 03/18] redis: bump chart version to `1.1.19` --- stable/redis/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/redis/Chart.yaml b/stable/redis/Chart.yaml index a0643511f..402cc7706 100644 --- a/stable/redis/Chart.yaml +++ b/stable/redis/Chart.yaml @@ -1,5 +1,5 @@ name: redis -version: 1.1.18 +version: 1.1.19 appVersion: 4.0.9 description: Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. keywords: From 68b30d192031c7102a7ab82f688bf081f98a0961 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Tue, 27 Mar 2018 18:55:52 +0000 Subject: [PATCH 04/18] mariadb: update to `bitnami/mariadb:10.1.32-r0` --- stable/mariadb/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/mariadb/values.yaml b/stable/mariadb/values.yaml index 6e2b760d8..9114f1058 100644 --- a/stable/mariadb/values.yaml +++ b/stable/mariadb/values.yaml @@ -2,7 +2,7 @@ ## ref: https://hub.docker.com/r/bitnami/mariadb/tags/ ## ## Default: none -image: bitnami/mariadb:10.1.31-r2 +image: bitnami/mariadb:10.1.32-r0 ## Specify an imagePullPolicy (Required) ## It's recommended to change this to 'Always' if the image tag is 'latest' From 55066d4307a5b7d3092185d1c4f01e37ef31d31a Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Tue, 27 Mar 2018 18:55:53 +0000 Subject: [PATCH 05/18] mariadb: bump chart appVersion to `10.1.32` --- stable/mariadb/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml index 6422374db..36005f220 100644 --- a/stable/mariadb/Chart.yaml +++ b/stable/mariadb/Chart.yaml @@ -1,6 +1,6 @@ name: mariadb version: 2.1.6 -appVersion: 10.1.31 +appVersion: 10.1.32 description: Fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. keywords: - mariadb From ff8b933ec37f523a5935a38d728b3f9ed00b9271 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Tue, 27 Mar 2018 18:55:53 +0000 Subject: [PATCH 06/18] mariadb: bump chart version to `2.1.7` --- stable/mariadb/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml index 36005f220..92ebea518 100644 --- a/stable/mariadb/Chart.yaml +++ b/stable/mariadb/Chart.yaml @@ -1,5 +1,5 @@ name: mariadb -version: 2.1.6 +version: 2.1.7 appVersion: 10.1.32 description: Fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. keywords: From e70c3cd77e5b8e7b80ee373e21a88844e101eb37 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Wed, 28 Mar 2018 18:47:27 +0000 Subject: [PATCH 07/18] node: update to `bitnami/node:6.14.0-r0` --- incubator/node/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incubator/node/values.yaml b/incubator/node/values.yaml index 5db619d5e..b4fb1038b 100644 --- a/incubator/node/values.yaml +++ b/incubator/node/values.yaml @@ -1,7 +1,7 @@ ## Bitnami node image version ## ref: https://hub.docker.com/r/bitnami/node/tags/ ## -image: bitnami/node:6.13.1-r0 +image: bitnami/node:6.14.0-r0 ## Git repository http/https ## From aa94b594960272a482bdef9df253586790ae3f10 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Wed, 28 Mar 2018 18:47:27 +0000 Subject: [PATCH 08/18] node: bump chart appVersion to `6.14.0` --- incubator/node/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incubator/node/Chart.yaml b/incubator/node/Chart.yaml index 7ef6d4f24..99dc32271 100644 --- a/incubator/node/Chart.yaml +++ b/incubator/node/Chart.yaml @@ -1,6 +1,6 @@ name: node version: 0.2.12 -appVersion: 6.13.1 +appVersion: 6.14.0 description: Event-driven I/O server-side JavaScript environment based on V8 keywords: - node From 250297ae8a7a531303b60bf90e6958a06e75b6d9 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Wed, 28 Mar 2018 18:47:27 +0000 Subject: [PATCH 09/18] node: bump chart version to `0.2.13` --- incubator/node/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incubator/node/Chart.yaml b/incubator/node/Chart.yaml index 99dc32271..51cbfec4a 100644 --- a/incubator/node/Chart.yaml +++ b/incubator/node/Chart.yaml @@ -1,5 +1,5 @@ name: node -version: 0.2.12 +version: 0.2.13 appVersion: 6.14.0 description: Event-driven I/O server-side JavaScript environment based on V8 keywords: From 8c3afb3bed5ac072c60e9072915efbbbfd5e709b Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Wed, 28 Mar 2018 20:31:46 +0000 Subject: [PATCH 10/18] drupal: update to `bitnami/drupal:8.5.1-r0` --- stable/drupal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/drupal/values.yaml b/stable/drupal/values.yaml index 8bb45f974..1954d1bc3 100644 --- a/stable/drupal/values.yaml +++ b/stable/drupal/values.yaml @@ -1,7 +1,7 @@ ## Bitnami Drupal image version ## ref: https://hub.docker.com/r/bitnami/drupal/tags/ ## -image: bitnami/drupal:8.5.0-r0 +image: bitnami/drupal:8.5.1-r0 ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. From 02b054f036ecbee61df7c6891a08aa174ed312ee Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Wed, 28 Mar 2018 20:31:49 +0000 Subject: [PATCH 11/18] drupal: bump chart appVersion to `8.5.1` --- stable/drupal/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/drupal/Chart.yaml b/stable/drupal/Chart.yaml index be3d98eaa..1372abf6a 100644 --- a/stable/drupal/Chart.yaml +++ b/stable/drupal/Chart.yaml @@ -1,6 +1,6 @@ name: drupal version: 0.11.10 -appVersion: 8.5.0 +appVersion: 8.5.1 description: One of the most versatile open source content management systems. keywords: - drupal From 2ce11980bb1b71323c218e51949d41de0a3b3fce Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Wed, 28 Mar 2018 20:31:49 +0000 Subject: [PATCH 12/18] drupal: bump chart version to `0.11.11` --- stable/drupal/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/drupal/Chart.yaml b/stable/drupal/Chart.yaml index 1372abf6a..9febbede6 100644 --- a/stable/drupal/Chart.yaml +++ b/stable/drupal/Chart.yaml @@ -1,5 +1,5 @@ name: drupal -version: 0.11.10 +version: 0.11.11 appVersion: 8.5.1 description: One of the most versatile open source content management systems. keywords: From 87227ae4d42101a93b9423e22ffe4afc0dfafeef Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Fri, 30 Mar 2018 06:49:17 +0000 Subject: [PATCH 13/18] node: update to `bitnami/node:6.14.1-r0` --- incubator/node/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incubator/node/values.yaml b/incubator/node/values.yaml index b4fb1038b..1e00c5cf8 100644 --- a/incubator/node/values.yaml +++ b/incubator/node/values.yaml @@ -1,7 +1,7 @@ ## Bitnami node image version ## ref: https://hub.docker.com/r/bitnami/node/tags/ ## -image: bitnami/node:6.14.0-r0 +image: bitnami/node:6.14.1-r0 ## Git repository http/https ## From e5eeb6389578c1037554f62b59093ec523c706a5 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Fri, 30 Mar 2018 06:49:17 +0000 Subject: [PATCH 14/18] node: bump chart appVersion to `6.14.1` --- incubator/node/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incubator/node/Chart.yaml b/incubator/node/Chart.yaml index 51cbfec4a..997704f67 100644 --- a/incubator/node/Chart.yaml +++ b/incubator/node/Chart.yaml @@ -1,6 +1,6 @@ name: node version: 0.2.13 -appVersion: 6.14.0 +appVersion: 6.14.1 description: Event-driven I/O server-side JavaScript environment based on V8 keywords: - node From e55a9ba2e5b1c958ad4c385d0f37f64cf089e5f7 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Fri, 30 Mar 2018 06:49:17 +0000 Subject: [PATCH 15/18] node: bump chart version to `0.2.14` --- incubator/node/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incubator/node/Chart.yaml b/incubator/node/Chart.yaml index 997704f67..c8a688485 100644 --- a/incubator/node/Chart.yaml +++ b/incubator/node/Chart.yaml @@ -1,5 +1,5 @@ name: node -version: 0.2.13 +version: 0.2.14 appVersion: 6.14.1 description: Event-driven I/O server-side JavaScript environment based on V8 keywords: From dac7298d5e6d5f2d7f34dcd0fd61b7b29b1a77f7 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Mon, 2 Apr 2018 10:37:33 +0000 Subject: [PATCH 16/18] odoo: update to `bitnami/odoo:11.0.20180315-r0` --- stable/odoo/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/odoo/values.yaml b/stable/odoo/values.yaml index a5e083bc0..658fe0129 100644 --- a/stable/odoo/values.yaml +++ b/stable/odoo/values.yaml @@ -1,7 +1,7 @@ ## Bitnami Odoo image version ## ref: https://hub.docker.com/r/bitnami/odoo/tags/ ## -image: bitnami/odoo:11.0.20180215-r1 +image: bitnami/odoo:11.0.20180315-r0 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images From 289b76b21fbdb841b3a5ec5244457e9ab27a4a14 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Mon, 2 Apr 2018 10:37:36 +0000 Subject: [PATCH 17/18] odoo: bump chart appVersion to `11.0.20180315` --- stable/odoo/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/odoo/Chart.yaml b/stable/odoo/Chart.yaml index 6d9706df4..96d5467e3 100644 --- a/stable/odoo/Chart.yaml +++ b/stable/odoo/Chart.yaml @@ -1,6 +1,6 @@ name: odoo version: 0.7.5 -appVersion: 11.0.20180215 +appVersion: 11.0.20180315 description: A suite of web based open source business apps. keywords: - odoo From a58c2e8d678326aa2555e3583ca49a706074ca70 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Mon, 2 Apr 2018 10:37:36 +0000 Subject: [PATCH 18/18] odoo: bump chart version to `0.7.6` --- stable/odoo/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/odoo/Chart.yaml b/stable/odoo/Chart.yaml index 96d5467e3..211e086ae 100644 --- a/stable/odoo/Chart.yaml +++ b/stable/odoo/Chart.yaml @@ -1,5 +1,5 @@ name: odoo -version: 0.7.5 +version: 0.7.6 appVersion: 11.0.20180315 description: A suite of web based open source business apps. keywords: