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

Odoo: update 15.0-17.0 to release 20240809 #17332

Merged
merged 1 commit into from
Aug 12, 2024
Merged

Conversation

d-fence
Copy link
Contributor

@d-fence d-fence commented Aug 9, 2024

Hello,

here are the latest updates of Odoo supported versions.

Thanks

@d-fence d-fence requested a review from a team as a code owner August 9, 2024 09:43

This comment has been minimized.

library/odoo Outdated
@@ -1,6 +1,6 @@
Maintainers: Christophe Monniez <moc@odoo.com> (@d-fence)
GitRepo: https://github.com/odoo/docker
GitCommit: 0a794bf1c202f1d7ca409ce30c159350dc541100
GitCommit: b4cccf3ccae004aebfd334aa2639499496151598

Tags: 17.0-20240730, 17.0, 17, latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably want to update all these date references too (to 20240809) 👀

(The way we mitigate this oversight for repos we maintain is by writing a script that generates this library/XXX content directly from our repo metadata, in case that's an idea that would be interesting/helpful for you 👀)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, thanks.

Copy link

Diff for 8cb3bbc:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 1d48376..67ea043 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,14 +1,14 @@
 Maintainers: Christophe Monniez <moc@odoo.com> (@d-fence)
 GitRepo: https://github.com/odoo/docker
-GitCommit: 0a794bf1c202f1d7ca409ce30c159350dc541100
+GitCommit: 801d34e4b41dbf16f81650b9e0c6fbbd302d5fb6
 
-Tags: 15.0-20240730, 15.0, 15
+Tags: 15.0-20240812, 15.0, 15
 Directory: 15.0
 
-Tags: 16.0-20240730, 16.0, 16
+Tags: 16.0-20240812, 16.0, 16
 Architectures: amd64, arm64v8, ppc64le
 Directory: 16.0
 
-Tags: 17.0-20240730, 17.0, 17, latest
+Tags: 17.0-20240812, 17.0, 17, latest
 Architectures: amd64, arm64v8, ppc64le
 Directory: 17.0
diff --git a/_bashbrew-list b/_bashbrew-list
index c4f4264..1a10c31 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,10 +1,10 @@
 odoo:15
 odoo:15.0
-odoo:15.0-20240730
+odoo:15.0-20240812
 odoo:16
 odoo:16.0
-odoo:16.0-20240730
+odoo:16.0-20240812
 odoo:17
 odoo:17.0
-odoo:17.0-20240730
+odoo:17.0-20240812
 odoo:latest
diff --git a/odoo_15/Dockerfile b/odoo_15/Dockerfile
index d4bb1c4..f1e485b 100644
--- a/odoo_15/Dockerfile
+++ b/odoo_15/Dockerfile
@@ -55,8 +55,8 @@ RUN npm install -g rtlcss
 
 # Install Odoo
 ENV ODOO_VERSION 15.0
-ARG ODOO_RELEASE=20240730
-ARG ODOO_SHA=dca04f296736763d040f26c653bc11ae5020ccc6
+ARG ODOO_RELEASE=20240812
+ARG ODOO_SHA=e7a94dd172521969648670f3995d7c8c3f32941c
 RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
     && echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
     && apt-get update \
diff --git a/odoo_16/Dockerfile b/odoo_16/Dockerfile
index b3f4305..6bc8959 100644
--- a/odoo_16/Dockerfile
+++ b/odoo_16/Dockerfile
@@ -69,8 +69,8 @@ RUN npm install -g rtlcss
 
 # Install Odoo
 ENV ODOO_VERSION 16.0
-ARG ODOO_RELEASE=20240730
-ARG ODOO_SHA=05d42e6d53eb45df40abf82d3e60c42dead0ec05
+ARG ODOO_RELEASE=20240812
+ARG ODOO_SHA=4dd27a13b50e32011048d75444bc31a022c67618
 RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
     && echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
     && apt-get update \
diff --git a/odoo_latest/Dockerfile b/odoo_latest/Dockerfile
index 0fcb5cb..8d143ff 100644
--- a/odoo_latest/Dockerfile
+++ b/odoo_latest/Dockerfile
@@ -71,8 +71,8 @@ RUN npm install -g rtlcss
 
 # Install Odoo
 ENV ODOO_VERSION 17.0
-ARG ODOO_RELEASE=20240730
-ARG ODOO_SHA=f798b05ba7975af1f11abfa6ecb5ef9b22cd712c
+ARG ODOO_RELEASE=20240812
+ARG ODOO_SHA=f42fe6e80daa50d3198987e9d76373cfa6e4396c
 RUN curl -o odoo.deb -sSL http://nightly.odoo.com/${ODOO_VERSION}/nightly/deb/odoo_${ODOO_VERSION}.${ODOO_RELEASE}_all.deb \
     && echo "${ODOO_SHA} odoo.deb" | sha1sum -c - \
     && apt-get update \

Relevant Maintainers:

@tianon tianon merged commit 40215a3 into docker-library:master Aug 12, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants