Skip to content
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

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Dec 18, 2023

  1. 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
    pjdubya committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    a8279b4 View commit details
    Browse the repository at this point in the history
  2. Correcting typos

    pjdubya committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    3971920 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83cf4c2 View commit details
    Browse the repository at this point in the history
  4. Language tweaks for clarity

    pjdubya committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    6bd125d View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. 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.
    pjdubya committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    8bcf748 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb9833e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from pjdubya/feat/delay-days-updates-from-pr

    Adjusting implementation of delay-days to those suggested in PR revie…
    pjdubya authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    8abc578 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Backing out unneeded changes

    pjdubya committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    722173b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from pjdubya/feat/delay-days-updates-from-pr

    Backing out unneeded changes
    pjdubya authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    ac8506a View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    0d1d797 View commit details
    Browse the repository at this point in the history
  2. Change parameter name from delay-days to defer-days to be clearer to …

    …user and align with status reporting
    pjdubya committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    223358f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. 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
    pjdubya committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    48bfaef View commit details
    Browse the repository at this point in the history
  2. Add metrics and progress report capabilities for deferred items seper…

    …ate from other statuses
    pjdubya committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    3c0441b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eee431f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c37061b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3 from pjdubya/feat/delay-days-updates-from-pr

    Rename param to defer-days, add reporting for deferred containers, general simplifications
    pjdubya authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6925130 View commit details
    Browse the repository at this point in the history