1. 11 May, 2023 1 commit
  2. 10 May, 2023 1 commit
  3. 09 May, 2023 2 commits
  4. 05 May, 2023 2 commits
  5. 02 May, 2023 4 commits
  6. 01 May, 2023 3 commits
  7. 29 Apr, 2023 1 commit
  8. 28 Apr, 2023 3 commits
  9. 27 Apr, 2023 3 commits
  10. 13 Apr, 2023 1 commit
    • Tom Wieczorek's avatar
      Bump k8s.io deps from v0.26.0 to v0.27.0 · b9361407
      Tom Wieczorek authored
      
      Adapt to changes in 1.27 client libs:
      
      * The OpenAPIGetter method is now private, but the Validator method does
        what is needed instead.
      * The function wait.PollImmediateUntil is deprecated. Switch to the
        recommended new function wait.PollUntilContextCancel.
      
      Related dependency changes:
      
      change k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 => v0.0.0-20230308215209-15aac26d736a
      
      And some transitive version changes:
      
      add github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
      add github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1
      remove github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153
      github.com/go-errors/errors v1.0.1 => v1.4.2
      github.com/go-openapi/jsonpointer v0.19.5 => v0.19.6
      github.com/go-openapi/jsonreference v0.20.0 => v0.20.1
      github.com/go-openapi/swag v0.19.14 => v0.22.3
      github.com/golang/protobuf v1.5.2 => v1.5.3
      github.com/mailru/easyjson v0.7.6 => v0.7.7
      github.com/onsi/ginkgo/v2 v2.4.0 => v2.9.1
      github.com/onsi/gomega v1.23.0 => v1.27.4
      github.com/rogpeppe/go-internal v1.9.0 => v1.10.0
      golang.org/x/mod v0.8.0 => v0.9.0
      golang.org/x/net v0.7.0 => v0.8.0
      golang.org/x/term v0.5.0 => v0.6.0
      golang.org/x/tools v0.6.0 => v0.7.0
      gotest.tools/v3 v3.0.3 => v3.4.0
      sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 => v0.0.0-20221116044647-bc3834ca7abd
      sigs.k8s.io/kustomize/api v0.12.1 => v0.13.2
      sigs.k8s.io/kustomize/kyaml v0.13.9 => v0.14.1
      
      Signed-off-by: default avatarTom Wieczorek <twieczorek@mirantis.com>
      b9361407
  11. 12 Apr, 2023 2 commits
  12. 11 Apr, 2023 3 commits
  13. 10 Apr, 2023 8 commits
  14. 04 Apr, 2023 1 commit
  15. 30 Mar, 2023 1 commit
  16. 29 Mar, 2023 1 commit
  17. 28 Mar, 2023 1 commit
    • Dirk Müller's avatar
      Fix 32bit-x86 typo in testsuite · 1fc83693
      Dirk Müller authored
      
      The GOARCH here is 386 not i386. This caused a slightly odd test
      suite failure on that architecture:
      
      --- FAIL: TestPlatformPrepareCommand (0.00s)
           plugin_test.go:45: Expected arg="os-arch", got "linux-s390x"
           plugin_test.go:64: Expected arg="os-arch", got "linux-s390x"
      
      Signed-off-by: default avatarDirk Müller <dirk@dmllr.de>
      1fc83693
  18. 24 Mar, 2023 2 commits