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

email notifiction for new updates but recommended docker compose file not updated #12032

Open
towadroid opened this issue Nov 14, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@towadroid
Copy link

Describe the bug
I am not entirely sure if this is a bug or intended. Every time, there is an update, I receive an email notification about a new available update. Now, if I immediately use the recommended way of upgrading a Docker compose installation (as described in the docs), the compose-file in question https://goauthentik.io/docker-compose.yml is still pinned on the old version.

To Reproduce
Steps to reproduce the behavior:

  1. Wait for a new update.
  2. Receive the email notification about the new update.
  3. wget -O docker-compose.yml https://goauthentik.io/docker-compose.yml
  4. The downloaded file does not pin the updated version.

Expected behavior
After I receive the email notification, the way of upgrading described in the docs should work and therefore the compose-file should already pin the new version.

Version and Deployment (please complete the following information):

  • authentik version: 2024.10.1
  • Deployment: docker-compose

Additional context
This time, I received my email notification for 2024.10.2 around 2024-11-14T18:40Z but at the time of posting this issue 2024-11-14T19:30Z. the website still pins 2024.10.1.

@towadroid towadroid added the bug Something isn't working label Nov 14, 2024
@4d62
Copy link
Contributor

4d62 commented Nov 14, 2024

The version commit was merged before the MR updating the version. Probably just a mistake / timing issue. doesn't seem like a bug

@4d62
Copy link
Contributor

4d62 commented Nov 14, 2024

If you wish to update right now, you can manually change the image: line to ghcr.io/goauthentik/server:2024.10.2. Pinned to SHA sha256:f0b7af35a174fae307bc61acefc9afaa85fb074e56d7aa0d292833772a3c6051 ATM

@towadroid
Copy link
Author

Thanks for the reply! I figured you can manually change the compose file but I was just wondering since this has happened for the past few releases too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants