-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Prepare azure-sdk-bom for Release #22001
Changes from 4 commits
efedc26
9337435
d758fc7
2b7b150
51cedb2
442765f
57593f7
bbd2ed5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Release History | ||
|
||
## 1.0.3-beta.1 (Unreleased) | ||
## 1.0.3-beta.1 (2021-06-02) | ||
|
||
### Dependency Updates | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1073,7 +1073,7 @@ | |
<plugin> | ||
<groupId>net.jonathangiles.tools</groupId> | ||
<artifactId>dependencyChecker-maven-plugin</artifactId> | ||
<version>1.0.5</version> <!-- {x-version-update;net.jonathangiles.tools:dependencyChecker-maven-plugin;external_dependency} --> | ||
<version>1.0.6</version> <!-- {x-version-update;net.jonathangiles.tools:dependencyChecker-maven-plugin;external_dependency} --> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does this version include the changes you had done for error validation etc? #Resolved There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The new version added better support for logging (which helped make dependency validation more performant) and added support for outputting the report into There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you :) |
||
<inherited>false</inherited> | ||
<executions> | ||
<execution> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For BOM - when do we choose to beta vs non-beta? #Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The BOM will be in beta status between releases but when being released it changes to GA
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for being unclear - do we want to GA every 3 months and then be in beta in between? Do we expect some feedback on the BOM files while we are in beta?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Current plan is releasing a new
azure-sdk-bom
version at least once every three months. There are no plans on having betas in-between as theazure-sdk-bom
provides no functionality but just manages dependencies.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup that is why I was curious why we chose beta the last time :)