diff --git a/README.md b/README.md index 4b81d686..b1b4f3db 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -[![Pre-commit Status](https://github.com/camptocamp/odoo-cloud-platform/actions/workflows/pre-commit.yml/badge.svg?branch=16.0)](https://github.com/camptocamp/odoo-cloud-platform/actions/workflows/pre-commit.yml?query=branch%3A16.0) -[![Build Status](https://github.com/camptocamp/odoo-cloud-platform/actions/workflows/test.yml/badge.svg?branch=16.0)](https://github.com/camptocamp/odoo-cloud-platform/actions/workflows/test.yml?query=branch%3A16.0) -[![codecov](https://codecov.io/gh/camptocamp/odoo-cloud-platform/branch/16.0/graph/badge.svg)](https://codecov.io/gh/camptocamp/odoo-cloud-platform) +[![Pre-commit Status](https://github.com/camptocamp/odoo-cloud-platform/actions/workflows/pre-commit.yml/badge.svg?branch=17.0)](https://github.com/camptocamp/odoo-cloud-platform/actions/workflows/pre-commit.yml?query=branch%3A17.0) +[![Build Status](https://github.com/camptocamp/odoo-cloud-platform/actions/workflows/test.yml/badge.svg?branch=17.0)](https://github.com/camptocamp/odoo-cloud-platform/actions/workflows/test.yml?query=branch%3A17.0) +[![codecov](https://codecov.io/gh/camptocamp/odoo-cloud-platform/branch/17.0/graph/badge.svg)](https://codecov.io/gh/camptocamp/odoo-cloud-platform) diff --git a/attachment_azure/__manifest__.py b/attachment_azure/__manifest__.py index ec80b99c..589ac479 100644 --- a/attachment_azure/__manifest__.py +++ b/attachment_azure/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Attachments on Azure storage", "summary": "Store assets and attachments on a Azure compatible object storage", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "author": "Camptocamp, " "Open Source Integrators, " "Serpent Consulting Services, " diff --git a/base_attachment_object_storage/__manifest__.py b/base_attachment_object_storage/__manifest__.py index c82d990a..8383946f 100644 --- a/base_attachment_object_storage/__manifest__.py +++ b/base_attachment_object_storage/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Base Attachment Object Store", "summary": "Base module for the implementation of external object store.", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "author": "Camptocamp,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Knowledge Management", diff --git a/cloud_platform/__manifest__.py b/cloud_platform/__manifest__.py index fc63b366..1473887b 100644 --- a/cloud_platform/__manifest__.py +++ b/cloud_platform/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Cloud Platform", "summary": "Addons required for the Camptocamp Cloud Platform", - "version": "16.0.2.0.0", + "version": "17.0.2.0.0", "author": "Camptocamp,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Extra Tools", diff --git a/cloud_platform_azure/__manifest__.py b/cloud_platform_azure/__manifest__.py index b1179587..b1af4457 100644 --- a/cloud_platform_azure/__manifest__.py +++ b/cloud_platform_azure/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Cloud Platform Azure", "summary": "Addons required for the Camptocamp Cloud Platform on Azure", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "author": "Camptocamp,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Extra Tools", diff --git a/kwkhtmltopdf_assets/__manifest__.py b/kwkhtmltopdf_assets/__manifest__.py index c0d30249..7af7c407 100644 --- a/kwkhtmltopdf_assets/__manifest__.py +++ b/kwkhtmltopdf_assets/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Kwkhtmltopdf: Asset fix", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "author": "Camptocamp,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "category", diff --git a/logging_json/__manifest__.py b/logging_json/__manifest__.py index 42475b8b..6a8cb17d 100644 --- a/logging_json/__manifest__.py +++ b/logging_json/__manifest__.py @@ -3,7 +3,7 @@ { "name": "JSON Logging", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "author": "Camptocamp,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Extra Tools", diff --git a/monitoring_prometheus/__manifest__.py b/monitoring_prometheus/__manifest__.py index 5745fa30..42a4de51 100644 --- a/monitoring_prometheus/__manifest__.py +++ b/monitoring_prometheus/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Monitoring: Prometheus Metrics", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "author": "Camptocamp,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "category", diff --git a/monitoring_status/__manifest__.py b/monitoring_status/__manifest__.py index 37dad5c6..f827b615 100644 --- a/monitoring_status/__manifest__.py +++ b/monitoring_status/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Monitoring: Status", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "author": "Camptocamp,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "category", diff --git a/requirements.txt b/requirements.txt index 0c637851..3078c554 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -azure-storage-blob==12.16.0 +azure-storage-blob==12.17.0 azure-identity==1.13.0 boto3==1.26.7 redis==4.3.4 diff --git a/session_redis/__manifest__.py b/session_redis/__manifest__.py index e4acaf78..63da367b 100644 --- a/session_redis/__manifest__.py +++ b/session_redis/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Sessions in Redis", "summary": "Store web sessions in Redis", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "author": "Camptocamp,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Extra Tools",