Changelogs for Docker Image

Hi :wave:

I deployed Collabora with the collabora/code docker image a few weeks ago (for Nextcloud). Works great so far. Thank you for that! :smiley:

Now I’m a little lost when it comes to updates.

Last week the image collabora/code:23.05.7.2.1 was published on Docker Hub. And today the image collabora/code:23.05.7.5.1 followed (there don’t seem to be any versions in between). I am aware that there are changelogs on Release Notes - Collabora Office and Collabora Online. But where can I find the changelogs for the fourth and fifth level of the version number? For example, I would be interested in what distinguishes version 23.05.7.5.1 from version 23.05.7.2.1.

I like to check chagenlogs to see if there are security updates (then I have to react faster). So maybe the question could be rephrased:

Without Changelogs, how can I tell if a version is security relevant or not?

Best,
Markus

1 Like

Hey @markus,

Welcome to the forum + thanks for the question. :slight_smile:

Well, to see exactly what changed between versions, you can always use the Github compare.

For example, here is:


To do that, you can:

  1. Visit the “Tags” page in the “CollaboraOnline” Github.
  2. Click on a version number you wanted to compare.
  3. Along the left-hand side, there’s a little “Compare” dropdown.
    • Click on it.
  4. Choose the version you want to “compare to”.

For example, in:

  • Step 3, I chose: cp-23.05.7-5.
  • Step 4, I chose: cp-23.05.7-2.

Now Github will show you all changes between both versions:

  • There was 81 commits since then.
  • (Many of those are updated translations, but quite a few bugfixes too!)

Well, it’s always getting better and better + things are always getting fixed/patched… so you probably want to stay as up-to-date as possible. :slight_smile:

Hi @Tex. Thank you for your answer!

1 Like