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

Patch update SDK Extension AWS to version 1.0.1 #672

Merged

Conversation

NathanielRN
Copy link
Contributor

Description

After releasing the opentelemetry-sdk-extension-aws package as 1.0.0, we should update the development version to be a beta version like we normally do for packages.

This PR also removes the "Beta" classifier for the package.

Follow up to #667

Type of change

Please delete options that are not relevant.

  • This change requires a documentation update

How Has This Been Tested?

N/A

Does This PR Require a Core Repo Change?

  • No.

Checklist:

See contributing.md for styleguide, changelog guidelines, and more.

  • Followed the style guidelines of this project
    - [ ] Changelogs have been updated
    - [ ] Unit tests have been added
  • Documentation has been updated

@NathanielRN NathanielRN requested a review from a team September 9, 2021 20:27
@NathanielRN NathanielRN added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Sep 9, 2021
@owais
Copy link
Contributor

owais commented Sep 10, 2021

Next intended should be 1.1.0 and in trunk version should be dev so this should be 1.1.0dev0

@@ -23,7 +23,6 @@ url = https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/s
platforms = any
license = Apache-2.0
classifiers =
Development Status :: 4 - Beta
Copy link
Contributor

Choose a reason for hiding this comment

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

Should add the stable classifier.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for that!

@NathanielRN NathanielRN force-pushed the move-sdk-extension-aws-1.0.1b0 branch from 491cedf to c35d031 Compare September 13, 2021 23:58
@NathanielRN NathanielRN changed the title Set SDK Extension AWS to version 1.0.1b0 for development Patch update SDK Extension AWS to version 1.0.1 Sep 13, 2021
@NathanielRN NathanielRN force-pushed the move-sdk-extension-aws-1.0.1b0 branch from c35d031 to 5ecffb9 Compare September 13, 2021 23:59
@NathanielRN
Copy link
Contributor Author

@owais Thanks for the tip! I wasn't sure what to set for it so thanks for calling that out 🙂

I actually decided to make this a patch version 1.0.1 so I can set the classifier correctly. That way if people pull in the latest they'll get the right classifier.

I'll follow up with a new PR afterwards to set it to 1.1.0dev0.

@open-telemetry/opentelemetry-python-contrib-maintainers Once this passes CI and gets merged, could you please push the opentelemetry-sdk-extension-aws==1.0.1 tag to the main branch please? Thank you! 😄

git tag opentelemetry-sdk-extension-aws==1.0.1
git push origin opentelemetry-sdk-extension-aws==1.0.1

@NathanielRN NathanielRN force-pushed the move-sdk-extension-aws-1.0.1b0 branch from 5ecffb9 to 43c5c97 Compare September 14, 2021 00:05
@lzchen lzchen merged commit 50e7b1b into open-telemetry:main Sep 16, 2021
@NathanielRN NathanielRN deleted the move-sdk-extension-aws-1.0.1b0 branch September 16, 2021 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants