api7 / apisix-build-tools

Build tools to package and release
Apache License 2.0
122 stars 95 forks source link

update grpc_client_nginx_module version in build script for apisix-base #325

Open Revolyssup opened 1 year ago

Revolyssup commented 1 year ago

Current the latest version of grpc-client-nginx-module is 0.4.2, as a new bug fix was made another release will be made with version 0.4.3.

yuluo-yx commented 1 year ago

Please assign it to me and I will get it done.

Revolyssup commented 1 year ago

I have created a PR for this https://github.com/api7/apisix-build-tools/pull/326 After this is merged, we can go ahead and make a release of apisix-base

yuluo-yx commented 1 year ago

I have created a PR for this #326 After this is merged, we can go ahead and make a release of apisix-base

As you know so far, I'm an intern and I'm new to the project. What I am wondering is, is it only necessary to modify this line of code to solve this issue? Don't need to do other stuff? (My current understanding is that this project provides construction services for apisix. I don’t know if this understanding is correct?)

Revolyssup commented 1 year ago

I have created a PR for this #326 After this is merged, we can go ahead and make a release of apisix-base

As you know so far, I'm an intern and I'm new to the project. What I am wondering is, is it only necessary to modify this line of code to solve this issue? Don't need to do other stuff? (My current understanding is that this project provides construction services for apisix. I don’t know if this understanding is correct?)

After this change, when a release is made and this script runs. This new version of grpc_client_nginx_module will be packaged inside new apisix-base release.