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.0.7 #58

Merged
merged 4 commits into from
Jan 12, 2024
Merged

Release v0.0.7 #58

merged 4 commits into from
Jan 12, 2024

Commits on Oct 19, 2023

  1. Update to kustomize v5.1.1 (#55)

    This is the version that is installed by the current kubebuilder, v3.12.0.
    There will be a deprecation warning about patchesStrategicMerge, but this can
    be ignored.  This warning is tracked in kubebuilder issue #3539.
    
    Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
    roehrich-hpe committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    36ad958 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Dynamically create an overlay for the image tag (#56)

    Avoid editing config/manager/kustomization.yaml to set the image tag.  This
    causes git to consider the workarea to be dirty, so two consecutive deploys
    from a workarea that has no other changes will result in the second deploy
    looking for an image with a "-dirty" tag.
    
    Instead, from the makefile we create a throw-away, and untracked, overlay that
    will be used to set the image tag.
    
    Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
    roehrich-hpe committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    4d9b845 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Provide a default overlay (#57)

    Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
    roehrich-hpe committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    e58b06c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Merge branch 'master' into release-v0.0.7

    Signed-off-by: Anthony Floeder <anthony.floeder@hpe.com>
    ajfloeder committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    fb4bc47 View commit details
    Browse the repository at this point in the history