-
Notifications
You must be signed in to change notification settings - Fork 864
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
Adding parameter to allow containers to be updated only after some number of days have passed since the new image has been published #1884
base: main
Are you sure you want to change the base?
Commits on Dec 18, 2023
-
Adding new runtime param delay-days that is used to control whether c…
…ontainer is updated to new image immediately or wait until the indicated days have passed
Configuration menu - View commit details
-
Copy full SHA for a8279b4 - Browse repository at this point
Copy the full SHA a8279b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3971920 - Browse repository at this point
Copy the full SHA 3971920View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83cf4c2 - Browse repository at this point
Copy the full SHA 83cf4c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bd125d - Browse repository at this point
Copy the full SHA 6bd125dView commit details
Commits on Dec 22, 2023
-
Adjusting implementation of delay-days to those suggested in PR revie…
…w comments, to perform necessary checks in update.go. Added some comments where useful for understanding existing functionality.
Configuration menu - View commit details
-
Copy full SHA for 8bcf748 - Browse repository at this point
Copy the full SHA 8bcf748View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb9833e - Browse repository at this point
Copy the full SHA bb9833eView commit details -
Merge pull request #1 from pjdubya/feat/delay-days-updates-from-pr
Adjusting implementation of delay-days to those suggested in PR revie…
Configuration menu - View commit details
-
Copy full SHA for 8abc578 - Browse repository at this point
Copy the full SHA 8abc578View commit details
Commits on Dec 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 722173b - Browse repository at this point
Copy the full SHA 722173bView commit details -
Merge pull request #2 from pjdubya/feat/delay-days-updates-from-pr
Backing out unneeded changes
Configuration menu - View commit details
-
Copy full SHA for ac8506a - Browse repository at this point
Copy the full SHA ac8506aView commit details
Commits on Jan 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0d1d797 - Browse repository at this point
Copy the full SHA 0d1d797View commit details -
Change parameter name from delay-days to defer-days to be clearer to …
…user and align with status reporting
Configuration menu - View commit details
-
Copy full SHA for 223358f - Browse repository at this point
Copy the full SHA 223358fView commit details
Commits on Jan 8, 2024
-
Simplify logic for DeferDays (renamed from DelayDays) to improve read…
…ability; capture and report err in case of getImageAgeDays problem; simplify getImageAgeDays logic; use new MarkDeferred in progress report for deferred items
Configuration menu - View commit details
-
Copy full SHA for 48bfaef - Browse repository at this point
Copy the full SHA 48bfaefView commit details -
Add metrics and progress report capabilities for deferred items seper…
…ate from other statuses
Configuration menu - View commit details
-
Copy full SHA for 3c0441b - Browse repository at this point
Copy the full SHA 3c0441bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eee431f - Browse repository at this point
Copy the full SHA eee431fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c37061b - Browse repository at this point
Copy the full SHA c37061bView commit details -
Merge pull request #3 from pjdubya/feat/delay-days-updates-from-pr
Rename param to defer-days, add reporting for deferred containers, general simplifications
Configuration menu - View commit details
-
Copy full SHA for 6925130 - Browse repository at this point
Copy the full SHA 6925130View commit details