Rollback go and controller runtime versions#16
Conversation
Signed-off-by: thepetk <[email protected]>
Signed-off-by: thepetk <[email protected]>
Signed-off-by: thepetk <[email protected]>
|
I've created the PR temporarily to point to main in order to check if all actions are passing. After everything all tests are passing I'll point back to |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## bck/1.1.0 #16 +/- ##
==========================================
Coverage 66.56% 66.56%
==========================================
Files 10 10
Lines 1358 1358
==========================================
Hits 904 904
Misses 394 394
Partials 60 60 ☔ View full report in Codecov by Sentry. |
Signed-off-by: thepetk <[email protected]>
All tests are passing - I've pointed back to |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mike-hoang, thepetk The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
* Rollback go and controller runtime versions Signed-off-by: thepetk <[email protected]> * Update workflows versions Signed-off-by: thepetk <[email protected]> * Add warning for backported version Signed-off-by: thepetk <[email protected]> * Rollback version of multierr Signed-off-by: thepetk <[email protected]> --------- Signed-off-by: thepetk <[email protected]>
* Rollback go and controller runtime versions (#16) * Rollback go and controller runtime versions Signed-off-by: thepetk <[email protected]> * Update workflows versions Signed-off-by: thepetk <[email protected]> * Add warning for backported version Signed-off-by: thepetk <[email protected]> * Rollback version of multierr Signed-off-by: thepetk <[email protected]> --------- Signed-off-by: thepetk <[email protected]> * Update go version to 1.19 Signed-off-by: thepetk <[email protected]> --------- Signed-off-by: thepetk <[email protected]>
* Rollback go and controller runtime versions (#16) * Rollback go and controller runtime versions Signed-off-by: thepetk <[email protected]> * Update workflows versions Signed-off-by: thepetk <[email protected]> * Add warning for backported version Signed-off-by: thepetk <[email protected]> * Rollback version of multierr Signed-off-by: thepetk <[email protected]> --------- Signed-off-by: thepetk <[email protected]> * Update go version to 1.19 Signed-off-by: thepetk <[email protected]> --------- Signed-off-by: thepetk <[email protected]>
* Rollback go and controller runtime versions (#16) * Rollback go and controller runtime versions Signed-off-by: thepetk <[email protected]> * Update workflows versions Signed-off-by: thepetk <[email protected]> * Add warning for backported version Signed-off-by: thepetk <[email protected]> * Rollback version of multierr Signed-off-by: thepetk <[email protected]> --------- Signed-off-by: thepetk <[email protected]> * Update go version to 1.19 Signed-off-by: thepetk <[email protected]> --------- Signed-off-by: thepetk <[email protected]>
What does this PR do?
This PR rolls back
goto version1.18andcontroller-runtimetov0.14.4.We will not be using the
mainbranch for this version, instead we will be using thebck/1.1.0.Once the
application-apiupdates its version of go to1.19we will deprecate the backported tag.Which issue(s) does this PR fix
fixes devfile/api#1210
PR acceptance criteria
Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened.
Unit/Functional tests
Documentation
How to test changes / Special notes to the reviewer