1. 01 Dec, 2023 2 commits
  2. 15 Jun, 2023 3 commits
  3. 09 Nov, 2021 1 commit
  4. 21 Sep, 2021 1 commit
  5. 11 Aug, 2021 1 commit
    • Geoff Simmons's avatar
      Rolling back to k8s client libs v0.16.15, giving up on go get for now. · fe1fc4f4
      Geoff Simmons authored
      Trying to make go get for this repo work has been a dependency
      nightmare; if there's a way for it to work at all (and I haven't had
      proof that there is), it's far more effort and pain than it's worth.
      
      Newer versions of the k8s libs have dependencies that evidently
      require Go 1.16. Apart from the complications that may arise from
      migrating the language version:
      
      - Go 1.16 is currently not provided in the package repos for distros
      such as Debian.
      
      - go get -d under Go 1.16 downloads the source to directories under
      $GOPATH/pkg/mod/ with the version in the directory name. This can cause
      scripts running go get to break, since they have to get the version
      name exactly right. Source code download is necessary for packages
      that cannot be built with go build alone (for example if they require
      a make command).
      
      - go get -d under Go 1.16 appparently doesn't download go.mod for
      some reason, which may make a build impossible.
      
      On the other hand, git clone && make install for this repo just
      works.
      
      At least we're upgrading to a newer 0.16.x micro version than was
      previously supported.
      fe1fc4f4
  6. 10 Aug, 2021 4 commits
  7. 27 May, 2021 1 commit
  8. 26 May, 2021 1 commit
  9. 28 Jul, 2020 14 commits
  10. 27 Jul, 2020 2 commits
  11. 24 Jul, 2020 10 commits