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

e2e CI fixes, granularity in GHA CI, bump dependencies & images #63

Draft
wants to merge 30 commits into
base: main
Choose a base branch
from

Commits on May 14, 2024

  1. run go generate, update copyright

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    85d19da View commit details
    Browse the repository at this point in the history
  2. upgrade to go 1.22

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5f636da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0fd7a1 View commit details
    Browse the repository at this point in the history
  4. (lint) fix unused parameters

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c259a0c View commit details
    Browse the repository at this point in the history
  5. prevent redefining built-in print

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8a4635e View commit details
    Browse the repository at this point in the history
  6. add lint CI

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    96f73de View commit details
    Browse the repository at this point in the history
  7. update team label in CI

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e83fe25 View commit details
    Browse the repository at this point in the history
  8. update CODEOWNERS to observability&backup

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    9c46156 View commit details
    Browse the repository at this point in the history
  9. add goreleaser config

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    646b7e6 View commit details
    Browse the repository at this point in the history
  10. [DROP ME] temporarily disbale golangci-lint

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    72a4c9f View commit details
    Browse the repository at this point in the history
  11. fix helm project-operator CI

    ammend build CI to not use dapper
    
    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    950e25c View commit details
    Browse the repository at this point in the history
  12. update golangci-lint config to remove deprecation warnings

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    150eb55 View commit details
    Browse the repository at this point in the history
  13. re-enable lint workflow

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    53f4cdc View commit details
    Browse the repository at this point in the history
  14. temp commit

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    96ceda3 View commit details
    Browse the repository at this point in the history
  15. temp commit

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    685597a View commit details
    Browse the repository at this point in the history
  16. more squash me

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    aaa21f3 View commit details
    Browse the repository at this point in the history
  17. update CI I guess

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    eb7bf77 View commit details
    Browse the repository at this point in the history
  18. ignore dummy.go from golangci-lint

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    626ce3f View commit details
    Browse the repository at this point in the history
  19. no longer require bin/helm-project-operator to exist

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2653e38 View commit details
    Browse the repository at this point in the history
  20. update golangci-lint again

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e3ef4f3 View commit details
    Browse the repository at this point in the history
  21. use correct script location hardcode k3s version

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d0cea0f View commit details
    Browse the repository at this point in the history
  22. fix lint action again

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2e0d5f5 View commit details
    Browse the repository at this point in the history
  23. correctly import image

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5b88877 View commit details
    Browse the repository at this point in the history
  24. tweak artifact path

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    832303c View commit details
    Browse the repository at this point in the history
  25. fix binary permissions issue

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5b8a744 View commit details
    Browse the repository at this point in the history
  26. force bootstrap with KUBECONFIG

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 14, 2024
    Configuration menu
    Copy the full SHA
    94c126b View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. more fixes

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a747036 View commit details
    Browse the repository at this point in the history
  2. trace create project helm charts

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 15, 2024
    Configuration menu
    Copy the full SHA
    40ea2a2 View commit details
    Browse the repository at this point in the history
  3. trace install hpo script

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 15, 2024
    Configuration menu
    Copy the full SHA
    81149c6 View commit details
    Browse the repository at this point in the history
  4. update common labels to not federate things blocked by webhook

    Signed-off-by: Alexandre Lamarre <[email protected]>
    alexandreLamarre committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d526186 View commit details
    Browse the repository at this point in the history