-
Notifications
You must be signed in to change notification settings - Fork 1.2k
ci: Automate UI release using an NPM automation token. Add feature-server helm chart to release #3015
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
Conversation
…ed in each Feast version Signed-off-by: Danny Chiao <[email protected]>
Signed-off-by: Danny Chiao <[email protected]>
Signed-off-by: Danny Chiao <[email protected]>
Signed-off-by: Danny Chiao <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #3015 +/- ##
===========================================
- Coverage 78.03% 60.04% -17.99%
===========================================
Files 193 193
Lines 16446 16445 -1
===========================================
- Hits 12833 9875 -2958
- Misses 3613 6570 +2957
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
/lgtm |
achals
left a comment
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.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: achals, adchia The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…rver helm chart to release (#3015) * ci: Update feast-feature-server helm chart to be automatically released in each Feast version Signed-off-by: Danny Chiao <[email protected]> * update files to bump Signed-off-by: Danny Chiao <[email protected]> * update ui automation Signed-off-by: Danny Chiao <[email protected]> * update ui automation Signed-off-by: Danny Chiao <[email protected]>
…rver helm chart to release (#3015) * ci: Update feast-feature-server helm chart to be automatically released in each Feast version Signed-off-by: Danny Chiao <[email protected]> * update files to bump Signed-off-by: Danny Chiao <[email protected]> * update ui automation Signed-off-by: Danny Chiao <[email protected]> * update ui automation Signed-off-by: Danny Chiao <[email protected]>
…rver helm chart to release (#3015) * ci: Update feast-feature-server helm chart to be automatically released in each Feast version Signed-off-by: Danny Chiao <[email protected]> * update files to bump Signed-off-by: Danny Chiao <[email protected]> * update ui automation Signed-off-by: Danny Chiao <[email protected]> * update ui automation Signed-off-by: Danny Chiao <[email protected]>
What this PR does / why we need it:
It now automatically bumps the UI package version, only allows the SDK to release after an npm publish succeeds, and uses an NPM automation token to bypass the 2FA error we used to get with GitHub actions.
It also adds in the feast-feature-server helm chart to the release process (I manually released the helm chart to 0.23.0) so it gets automatically published in the future.
Which issue(s) this PR fixes:
Fixes #