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

Start and stop Azure Spring Cloud service instance #4033

Merged
merged 11 commits into from
Nov 2, 2021

Conversation

qingc
Copy link
Contributor

@qingc qingc commented Oct 28, 2021


This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally?

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your PR is merged into master branch, a new PR will be created to update src/index.json automatically.
The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify src/index.json.

@yonzhan
Copy link
Collaborator

yonzhan commented Oct 28, 2021

spring cloud

@zhoxing-ms
Copy link
Contributor

Could you add some tests for those new changes?

@zhoxing-ms
Copy link
Contributor

Please address those CI issues

@qingc
Copy link
Contributor Author

qingc commented Nov 1, 2021

@zhoxing-ms I have resolved all the CI issues and add some tests for new feature, please help review, thanks!

Comment on lines 9 to 18
2.11.1
-----
* Add support for Diagnostic Operation. Heap dump: 'spring-cloud app deployment generate-heap-dump'. Thread Dump: 'spring-cloud app deployment generate-thread-dump'. JFR: 'spring-cloud app deployment start-jfr'

2.11.1
-----
* Add support for public certificate crud, source could be either key vault or local file
* Application could load public certificate by using argument `--loaded_public_certificate_file` in batch or
* Application could load public certificate by using argument `--loaded_public_certificate_file` in batch or
directly using `spring-cloud app append-loaded-public-certificate` one by one
* Add support to list all apps which have loaded the certificate `spring-cloud certificate list-reference-app`
Copy link
Contributor

Choose a reason for hiding this comment

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

Here are two descriptions for version 2.11.1, which are repeated

Copy link
Contributor Author

@qingc qingc Nov 2, 2021

Choose a reason for hiding this comment

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

Seems we have a wrong version in the previous commit, I updated the previous one from 2.11.1 to 2.11.2 and made the latest version 2.11.3, thus the version in setup.py is updated from 2.11.1 to 2.11.3.

VERSION = '2.11.1'
VERSION = '2.11.3'
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is the latest version of HISTORY.md 2.11.2, but the version here is 2.11.3?

Copy link
Contributor

@zhoxing-ms zhoxing-ms Nov 2, 2021

Choose a reason for hiding this comment

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

If the version of 2.11.2 has not been released before, it is recommended not to skip the release of version 2.11.2. Maybe we can consider merging the history of two 2.11.1 version, and release this PR as version 2.11.2

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's because we missed 2.11.2 in HISTORY.md in the last commit.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If the version of 2.11.2 has not been released before, it is recommended not to skip the release of version 2.11.2. Maybe we can consider merging the history of two 2.11.1 version, and release this PR as version 2.11.2

Make sense, updated to 2.11.2 now. Please help to check.

@zhoxing-ms zhoxing-ms merged commit dc4b05c into Azure:main Nov 2, 2021
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