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 dependencies #442

Merged
merged 4 commits into from
Sep 29, 2022
Merged

Update dependencies #442

merged 4 commits into from
Sep 29, 2022

Commits on Sep 28, 2022

  1. build: Replace git2go with fluxcd fork

    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    688477c View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    Removed redirects no longer needed and bumped dependencies:
    - github.com/fluxcd/image-reflector-controller/api to version 0.22.0.
    - github.com/fluxcd/pkg/apis/meta to version 0.16.0.
    - github.com/fluxcd/pkg/runtime to version 0.19.0.
    - golang.org/x/crypto to version 0.0.0-20220926161630-eccd6366d1be.
    - k8s.io/api to version 0.25.2.
    - k8s.io/apimachinery to version 0.25.2.
    - k8s.io/client-go to version 0.25.2.
    - k8s.io/kube-openapi to version 0.0.0-20220927161751-b7a9e6fe3bb6.
    - sigs.k8s.io/controller-runtime to version 0.13.0.
    
    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    8640fd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. build: Skip cosign verification for CI

    The libgit2 libraries are downloaded and verified before
    some of the make targets are executed. This assures the
    provenance of such files before using them and is very
    important specially for end users running such tests on
    their machines.
    
    Note that has been disabled specially due to recent issues
    we experienced at CI which can be seen in:
    fluxcd/source-controller#899
    
    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    08ee794 View commit details
    Browse the repository at this point in the history
  2. Bump libgit2 to v0.3.0

    Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
    Paulo Gomes committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    cd5e074 View commit details
    Browse the repository at this point in the history