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

feat: upgrade APISIX to 2.13.2 #322

Closed

Conversation

tzssangglass
Copy link
Member

No description provided.

@tzssangglass
Copy link
Member Author

Docker compose CI on linux / build (pull_request) failed because there is no apache/apisix:2.13.2-alpine image on Dockerhub, after this PR merged and create a release, trigger Push apisix to Docker image workflow to build apache/apisix:2.13.2-alpine and push it to Dockerhub.

@@ -20,7 +20,7 @@ jobs:

runs-on: ubuntu-latest
env:
APISIX_DOCKER_TAG: 2.14.1-${{ matrix.platform }}
APISIX_DOCKER_TAG: 2.13.2-${{ matrix.platform }}
Copy link
Member

Choose a reason for hiding this comment

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

Look like we need to change the way we release a patch version for apisix-docker.
Otherwise, the latest version will be rollbacked.

Copy link
Member Author

Choose a reason for hiding this comment

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

Maybe we just need to make apisix-docker build 2.13.2 the image?

Copy link
Contributor

Choose a reason for hiding this comment

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

Or can we split the latest version and LTS version?

Copy link
Member Author

@tzssangglass tzssangglass Jun 28, 2022

Choose a reason for hiding this comment

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

Perhaps we need to develop a process for testing, making and pushing images for LTS version

Copy link
Contributor

Choose a reason for hiding this comment

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

Agree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants