Skip to content

0.5.0

Compare
Choose a tag to compare
@h3poteto h3poteto released this 02 Feb 16:16
· 213 commits to master since this release
ea3366a

Breaking Changes

  • Please specify webhook server container image with WEBHOOK_CONTAINER_IMAGE when you run manager process. If you don't provide it, manager process will say errors (#126).
  • After this version, mount all files given in custom config in config directory, when you provide config-volume. So default parser files will be lost in this case (#138).

Added

  • #144 Add README for e2e tests
  • #132 Add build ci badge in README
  • #131 Add unit tests
  • #129 Add a status badge for E2E
  • #125 Add e2e tests

Changed

  • #147 Bump github.com/onsi/ginkgo from 1.14.2 to 1.15.0
  • #148 Bump github.com/onsi/gomega from 1.10.4 to 1.10.5
  • #146 Update README for development
  • #145 Upgrade kind and kubernetes version to 1.20 in CI
  • #138 Support for fluent-bit multiple config files
  • #142 Bump k8s.io/klog/v2 from 2.4.0 to 2.5.0
  • #135 Bump k8s.io/client-go from 0.19.4 to 0.20.2
  • #141 Use docker/login-action@v1 in github actions to logoin ghcr.io
  • #140 Use kind local registry to run e2e test in forked repository
  • #139 Use docker/login-action@v1 in github actions to logoin ghcr.io
  • #134 Clean up unused klog library
  • #133 Stop CircleCI build
  • #130 Bump github.com/onsi/gomega from 1.10.1 to 1.10.4
  • #128 Divide github actions workflows
  • #127 Run E2E tests in actions
  • #126 Read container image from env in operator to specify image for webhook server