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

Update Storage Version to use v1beta1 #1463

Merged
merged 16 commits into from
Feb 20, 2024

Commits on Feb 20, 2024

  1. Enhance ci

    Ensure logs of mutating webhook are present.
    qu1queee committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    3cb3e40 View commit details
    Browse the repository at this point in the history
  2. Switch storage version

    Move it from v1alpha1 to v1beta1 and update CRD's.
    qu1queee committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    976d436 View commit details
    Browse the repository at this point in the history
  3. Adjust conversion code

    Remove unneeded v1alpha1 classes
    Ensure status subresource are handle when converting to v1alpha1
    qu1queee committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    5363a6d View commit details
    Browse the repository at this point in the history
  4. Changes for pkg/reconciler/build

    move from alpha to beta
    qu1queee committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ede921e View commit details
    Browse the repository at this point in the history
  5. Changes for pkg/reconciler/buildrun

    move from alpha to beta
    qu1queee committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    307edaf View commit details
    Browse the repository at this point in the history
  6. Changes on pkg/reconciler/buildrun/resources

    from alpha to beta
    qu1queee committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a83dbe1 View commit details
    Browse the repository at this point in the history
  7. Changes on pkg/reconciler controllers

    For cleanup controllers and strategy ones.
    
    Moving from alpha to beta
    qu1queee committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    adc736a View commit details
    Browse the repository at this point in the history
  8. Changes for pkg/validate/

    Move from alpha to beta
    qu1queee committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    5768ae5 View commit details
    Browse the repository at this point in the history
  9. Changes for pkg/image and pkg/volumes

    From alpha to beta
    qu1queee committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    bc04bbf View commit details
    Browse the repository at this point in the history
  10. Fix test/data/v1beta1 samples

    Missing type for Build Source
    qu1queee committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    44c3d5e View commit details
    Browse the repository at this point in the history
  11. Adjust e2e tests for beta

    qu1queee committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    4352b52 View commit details
    Browse the repository at this point in the history
  12. Adjust integration tests

    Move them to beta
    Small fix on test/v1beta1_samples files
    qu1queee committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    697ef7f View commit details
    Browse the repository at this point in the history
  13. Delete validate/sources classes

    Per deprecation
    qu1queee committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    48bfb99 View commit details
    Browse the repository at this point in the history
  14. On integration test for timestamp

    Fix issue with unknown strategy Kind
    qu1queee committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    945ca4d View commit details
    Browse the repository at this point in the history
  15. Add changes based on code review

    Multiple items, most important ones:
    
    -Reintroduce source validation for Build
    -Reintroduce test case when retention is removed
      from Build
    -Fix Build Update predicate for AtBuildDeletion
    
    Signed-off-by: Sascha Schwarze <[email protected]>
    qu1queee authored and SaschaSchwarze0 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    0885a82 View commit details
    Browse the repository at this point in the history
  16. code review feedback

    Signed-off-by: Sascha Schwarze <[email protected]>
    qu1queee authored and SaschaSchwarze0 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    4051f08 View commit details
    Browse the repository at this point in the history