1. 22 Apr, 2021 4 commits
  2. 19 Apr, 2021 1 commit
  3. 18 Apr, 2021 3 commits
  4. 12 Apr, 2021 4 commits
    • Nils Goroll's avatar
      Update klarlack · c22c01d6
      Nils Goroll authored
      c22c01d6
    • Nils Goroll's avatar
      Update haproxy · 53e8be39
      Nils Goroll authored
      2.0 is no longer available on
      ftp.debian.org/debian/dists/buster-backports/
      53e8be39
    • Nils Goroll's avatar
      Try to work around the issue mentioned in the previous commit · e6645a38
      Nils Goroll authored
      I do not understand why ./bootstrap.sh ends up as 444 when it is checked
      into git as 755
      e6645a38
    • Nils Goroll's avatar
      try to understand CI error · c488a3b1
      Nils Goroll authored
      https://gitlab.com/uplex/varnish/k8s-ingress/-/jobs/1171216645
      
      $ go get -d github.com/slimhazard/gogitversion
      go: downloading github.com/slimhazard/gogitversion
      v0.0.0-20180821215210-78330f1af7fc
      go: github.com/slimhazard/gogitversion upgrade =>
      v0.0.0-20180821215210-78330f1af7fc
      $ pushd $GOPATH/pkg/mod/github.com/slimhazard/gogitversion*
      /go/pkg/mod/github.com/slimhazard/gogitversion@v0.0.0-20180821215210-78330f1af7fc
      /builds/uplex/varnish/k8s-ingress
      $ make install
      go generate
      gogitversion.go:40: running "./bootstrap.sh": fork/exec ./bootstrap.sh:
      permission denied
      make: *** [Makefile:30: all] Error 1
      c488a3b1
  5. 01 Apr, 2021 1 commit
  6. 22 Mar, 2021 1 commit
  7. 21 Feb, 2021 5 commits
  8. 20 Feb, 2021 1 commit
  9. 19 Feb, 2021 8 commits
  10. 15 Feb, 2021 4 commits
  11. 11 Feb, 2021 1 commit
  12. 24 Jan, 2021 1 commit
  13. 14 Jan, 2021 3 commits
  14. 13 Jan, 2021 1 commit
  15. 07 Jan, 2021 1 commit
    • Geoff Simmons's avatar
      Set the "regular" config to "not available" when no Ingress is defined. · 7ca83849
      Geoff Simmons authored
      This was a remnant of earlier versions when the Pods were set to not
      Ready when there is no Ingress to implement. No the Pods are always
      ready, but we set the "configured" endpoint to respond with non-200
      when nothing is defined.
      
      However, if an Ingress had been defined previously, then deleted,
      the http/https endpoints still responded as for the previous config.
      This was semantically incorrect, and also meant that the VCL config
      remained defined indefinitely. Now it becomes unlabeled, so it can
      go cold and then be discarded.
      7ca83849
  16. 06 Jan, 2021 1 commit