-
Notifications
You must be signed in to change notification settings - Fork 867
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
docs: correct the case that autoPromotionSeconds feature is ignored #2388
Conversation
Go Published Test Results2 164 tests 2 164 ✅ 2m 54s ⏱️ Results for commit 74f3e00. ♻️ This comment has been updated with latest results. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2388 +/- ##
==========================================
+ Coverage 80.25% 80.27% +0.01%
==========================================
Files 156 156
Lines 17966 17964 -2
==========================================
+ Hits 14419 14420 +1
+ Misses 2634 2631 -3
Partials 913 913 ☔ View full report in Codecov by Sentry. |
E2E Tests Published Test Results 4 files 4 suites 3h 27m 0s ⏱️ For more details on these failures, see this check. Results for commit 74f3e00. ♻️ This comment has been updated with latest results. |
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
29bcb9b
to
46f95a1
Compare
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: toann <[email protected]>
Signed-off-by: Justin Marquis <[email protected]> Signed-off-by: toann <[email protected]>
* ui: upgrade deps to fix high security cve's Signed-off-by: zachaller <[email protected]> * github trigger re-run Signed-off-by: zachaller <[email protected]> Signed-off-by: zachaller <[email protected]> Signed-off-by: toann <[email protected]>
Bumps [imjasonh/setup-crane](https://github.com/imjasonh/setup-crane) from 0.1 to 0.2. - [Release notes](https://github.com/imjasonh/setup-crane/releases) - [Commits](imjasonh/setup-crane@v0.1...v0.2) --- updated-dependencies: - dependency-name: imjasonh/setup-crane dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: toann <[email protected]>
Signed-off-by: Toan Nguyen <[email protected]> Signed-off-by: toann <[email protected]>
…proj#2390) Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v1.3.4...v1.3.5) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: toann <[email protected]>
Hi @iam-veeramalla , thanks for looking at this. Could I ask someone for approval in order to make this PR able to be merged. It helps the Argo Rollout users avoid confusion when following this document for the first time integrating with Argo Rollout. |
We can request @leoluz @harikrongali |
Kudos, SonarCloud Quality Gate passed! |
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.
Added a little bit more clarification since we are at it :)
Co-authored-by: Rohit Agrawal <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
This PR is stale because it has been open 90 days with no activity. |
This PR is stale because it has been open 90 days with no activity. |
@zachaller Could you help merge this? |
Description:
The
AutoPromotionSeconds
is ignored when theAutoPromotionEnabled
field is set tofalse
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.