-
Notifications
You must be signed in to change notification settings - Fork 45
Unable to upgrade from 3.1.0 to 3.2.1.0 #37
Comments
Sorry about that. Yes, it was an unexpected (and I hope temporary) change because of the CVE-2023-0286 that some don't deem that bad and the official docker image did not yet go to 3.2.x As soon as it's there will update it back. |
But your error should have nothing to do with the change of image, I expect you will get the same with the "official" docker one. |
Understood, thanks for the quick update on this issue. |
Just to update that kong/kong:3.2.2-alpine is available now, although it's not shown on the Dockerhub page. |
Note the two different repositories in in Dockerhub, labeled as follows:
I have not investigated to say how near these images are of each other in terms of actual code (could be same, I do not know), but definitely the images themselves are not the same. At least packaging is different and some environment variables are set differently. Example from a past version:
The official library image for 3.2.2 appears to be in PR review phase at the moment. |
Bumped kong to 3.2.2 and also pushed to my personal repo as free org repos on docker hub will be gone starting with 14th of April.
|
Thanks for following up on this closely. Would like to highlight that I'm facing a different error, where Kong throws a HTTP 500 error after authenticating with Keycloak:
|
Yep, that is an ugly (e.g. not immediately visible) error. It is because you need to set up Line 41 in 730d5b2
|
We did provide a
Could the bump in version for lua-resty-session from 3.10 to 4.0.2 be a factor in this scenario? I read that the session library was basically rewritten. |
If you refer to the readme or see my comment above, you have to prefix env vars with |
Appreciate the prompt response. |
The official release image (https://hub.docker.com/_/kong, |
Already updated :) |
@IvanTanJunWen you were right, was because of kong using lua-resty-session 4: zmartzone/lua-resty-openidc#463. Updated plugins (4f6e449), tested the oidc plugin and seems to work as expected now. |
Hi Team,
My existing Kong installation is done using the helm chart kong/kong v2.16.5, along with the docker-kong-oidc:3.1.1 image.
I tried to do a helm upgrade with the new 3.2.1 image and I found out that the base image for docker-kong-oidc has been upgraded from kong/kong:3.1.1-alpine to kong/kong-gateway:3.2.1.0-alpine. This has led to my existing Kong deployment to fail. I tried to connect to the admin endpoint and I get the following error:
Error: reading Kong version: making HTTP request: Get "https://kong-kong-admin.<namespace>:8444/": connection error: COMPRESSION_ERROR
Any reason behind this change of base image from kong/kong to kong/kong-gateway?
Thanks!
The text was updated successfully, but these errors were encountered: