From 4fe3c5807af2b86c806fa0b6d36feac8687a5f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Fri, 21 Jan 2022 20:05:59 +0100 Subject: [PATCH 1/3] Add todo in 'TODO-next-update.md' --- TODO-next-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO-next-update.md b/TODO-next-update.md index a2608d566..02f87e16c 100644 --- a/TODO-next-update.md +++ b/TODO-next-update.md @@ -7,6 +7,7 @@ When you overtake this deploy and rebrand repo to your network you have to recog ### PR – feat: 🍰 Configure Cookie Expire Time #43 - You have to add the `COOKIE_EXPIRE_TIME` from the `deployment/kubernetes/values.template.yaml` to your `deployment/kubernetes/values.yaml` and set it to your prevered value. +- Correct cookie exploration time in data privacy. ## Version 1.0.7 with 'ocelotDockerVersionTag' 1.0.7-171 From 327668ece2d5c0925dae868bf1161db4bed918ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Fri, 21 Jan 2022 20:10:20 +0100 Subject: [PATCH 2/3] Adjust todo --- TODO-next-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO-next-update.md b/TODO-next-update.md index 02f87e16c..b27f5f1e0 100644 --- a/TODO-next-update.md +++ b/TODO-next-update.md @@ -7,7 +7,7 @@ When you overtake this deploy and rebrand repo to your network you have to recog ### PR – feat: 🍰 Configure Cookie Expire Time #43 - You have to add the `COOKIE_EXPIRE_TIME` from the `deployment/kubernetes/values.template.yaml` to your `deployment/kubernetes/values.yaml` and set it to your prevered value. -- Correct cookie exploration time in data privacy. +- Correct `locale` cookie exploration time in data privacy. ## Version 1.0.7 with 'ocelotDockerVersionTag' 1.0.7-171 From cbe5e766acb677005182c390a73911415cd93772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Fri, 1 Jul 2022 12:38:29 +0200 Subject: [PATCH 3/3] Release version v1.0.8, Docker version tag 1.0.8-182 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7d2a1ddd7..9963e6949 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ocelot-social-branded", - "version": "1.0.7", - "ocelotDockerVersionTag": "1.0.7-171", + "version": "1.0.8", + "ocelotDockerVersionTag": "1.0.8-182", "dockerOrganisation": "ocelotsocialnetwork", "description": "ocelot.social Branded", "author": "ocelot.social Community",