Skip to content

cnab-go v0.8.0-beta1

Compare
Choose a tag to compare
@vdice vdice released this 27 Dec 09:23
8b2ff3a

Major code changes

  • Switch to go modules
  • Rename imports from deislabs/cnab-go to cnabio/cnab-go

Changelog

  • fix(driver/docker): wait container to stop after container started, not before 0238ebb (weidong.fw)
  • Remove deislabs/cnab-go reference in the go.mod file using go mod tidy - Refreshing some dependencies - Also removing all unused dependencies - Had to re-add manually github.com/Azure/go-autorest dependency in go.mod a31fe98 (Silvin Lubecki)
  • Rename deislabs to cnabio 1206f77 (Silvin Lubecki)
  • chore: use atomic coverage mode 5626bde (Jacob LeGrone)
  • chore: fix coverage badge url 01ad544 (Jacob LeGrone)
  • chore: always run test reporting tasks c087a44 (Jacob LeGrone)
  • test(credentials): fix test file path 47c7daf (Jacob LeGrone)
  • test(docker, kubernetes): execute integration tests 5eb07d4 (Jacob LeGrone)
  • fix(*): bump golangci-lint; fix linting err 8730f57 (Vaughn Dice)
  • Switch to go modules 9cf610f (Jacob LeGrone)
  • fix(brigade.js): temp disable appending job logs to GH notification 77fb9cc (Vaughn Dice)
  • test(kubernetes): validate generateNameTemplate output cb97b6c (Jacob LeGrone)
  • fix(kubernetes): handle long installation names 37b9ab1 (Jacob LeGrone)
  • Rename imports to cnabio fc67661 (Jacob LeGrone)
  • Upgrade to go 1.13 5bb4d46 (Jacob LeGrone)
  • chore(brigade.js): update org f9e78f0 (Vaughn Dice)
  • fix(kubernetes): print logs when job fails 8938da2 (Jacob LeGrone)
  • fix(action.go): only append an output to an operation if it applies to the action 404fad7 (Vaughn Dice)