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

chore(version): update the version of pegasus server and client of each language to 2.5.0 #1660

Merged
merged 2 commits into from
Nov 2, 2023

Conversation

empiredan
Copy link
Contributor

@empiredan empiredan commented Oct 27, 2023

Upgrade the version of pegasus server and clients:

  • upgrade the version to 2.5.0-SPAPSHOT for cpp server, java and scala client;
  • upgrade the version to 2.5.0 for python and nodejs client;
  • no need to upgrader version for go client, since it has been bound to git branch.

All of the server and clients would be released on v2.5.

@empiredan
Copy link
Contributor Author

empiredan commented Oct 31, 2023

Following error has been resolved by running 2 workflows on master branch to generate base images for CI: build-push-env-docker first, then thirdparty-regular-push:

[  8%] Building CXX object src/runtime/ranger/CMakeFiles/dsn_ranger.dir/ranger_resource_policy.cpp.o
[  8%] Building CXX object src/runtime/security/CMakeFiles/dsn.security.dir/client_negotiation.cpp.o
[  8%] Building CXX object src/runtime/security/CMakeFiles/dsn.security.dir/init.cpp.o
[  8%] Building CXX object src/runtime/ranger/CMakeFiles/dsn_ranger.dir/ranger_resource_policy_manager.cpp.o
[  9%] Building CXX object src/runtime/security/CMakeFiles/dsn.security.dir/kinit_context.cpp.o
/__w/incubator-pegasus/incubator-pegasus/src/runtime/security/kinit_context.cpp:21:10: fatal error: krb5/krb5.h: No such file or directory
   21 | #include <krb5/krb5.h>
      |          ^~~~~~~~~~~~~
compilation terminated.
make[2]: *** [src/runtime/security/CMakeFiles/dsn.security.dir/build.make:118: src/runtime/security/CMakeFiles/dsn.security.dir/kinit_context.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:2790: src/runtime/security/CMakeFiles/dsn.security.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[  9%] Built target dsn_ranger
make: *** [Makefile:136: all] Error 2
Error: Process completed with exit code 2.

image

@empiredan empiredan force-pushed the change-version-as-2.5.0-snapshot branch from 9b3c7d1 to 80ff336 Compare November 1, 2023 09:22
@empiredan empiredan marked this pull request as ready for review November 1, 2023 13:50
@empiredan empiredan merged commit 565beab into apache:master Nov 2, 2023
empiredan added a commit to empiredan/pegasus that referenced this pull request Nov 2, 2023
…ch language to 2.5.0 (apache#1660)

Upgrade the version of pegasus server and clients:

- upgrade the version to 2.5.0-SPAPSHOT for cpp server, java and scala client;
- upgrade the version to 2.5.0 for python and nodejs client;
- no need to upgrader version for go client, since it has been bound to git branch.

All of the server and clients would be released on [v2.5](https://github.com/apache/incubator-pegasus/tree/v2.5).
empiredan added a commit to empiredan/pegasus that referenced this pull request Nov 2, 2023
acelyc111 pushed a commit that referenced this pull request Nov 2, 2023
…ch language to 2.5.0 (cherry-pick #1660) (#1670)

Upgrade the version of pegasus server and clients:

- upgrade the version to 2.5.0-SPAPSHOT for cpp server, java and scala client;
- upgrade the version to 2.5.0 for python and nodejs client;
- no need to upgrader version for go client, since it has been bound to git branch.

All of the server and clients would be released on [v2.5](https://github.com/apache/incubator-pegasus/tree/v2.5).

This PR is to cherry-pick #1660 into v2.5.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants