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

Release v0.24.3 #4024

Merged
merged 3 commits into from
Jun 9, 2021
Merged

Release v0.24.3 #4024

merged 3 commits into from
Jun 9, 2021

Commits on Jun 9, 2021

  1. Remove deprecated PascalCase fields in WhenExpressions

    This change removes the deprecated PascalCase fields in `WhenExpressions`
    
    The fields in `WhenExpressions` were missing json annotations in
    tektoncd#3135 so they were
    PascalCase - released in v0.16
    
    The json annotations were added and supported both PascalCase and
    lowercase fields for backwards compatibility in
    tektoncd#3291 and
    tektoncd#3389 - released in v0.17
    
    The PascalCase fields were deprecated in v0.17, with an earliest date of
    removal of Jan 07 2021 - https://github.com/tektoncd/pipeline/blob/v0.23.0/docs/deprecations.md
    jerop authored and afrittoli committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    3cd5357 View commit details
    Browse the repository at this point in the history
  2. Fix issue where AddSidecarVolumeMount unit tests did not actually run

    Prior to this commit the unit tests for AddSidecarVolumeMount did not
    execute. The body of the test was effectively a no-op.
    
    This updates the unit test to actually perform the checks intended
    when the tests were written. Thankfully the tests pass without any
    other changes.
    Scott authored and afrittoli committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    e7299e2 View commit details
    Browse the repository at this point in the history
  3. Add links to v0.24.0 docs and examples

    Add links to v0.24.0 docs and examples to the root README
    
    Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
    afrittoli committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    0ebd5f7 View commit details
    Browse the repository at this point in the history