Releases: h3poteto/fluentd-sidecar-injector
Releases · h3poteto/fluentd-sidecar-injector
0.6.0
Support Kubernetes 1.20, 1.21, and 1.22.
What's Changed
- Specify code-generator and controller-tools version by @h3poteto in #197
- Create docker-publish.yml by @h3poteto in #196
- Update k8s libraries version to 1.21 by @h3poteto in #204
- Use matrix for each k8s version in e2e by @h3poteto in #205
- Update docker/build-push-action commit hash to b1aeb11 by @renovate in #198
- Update k8s.io/utils commit hash to 7d6a63d by @renovate in #203
- Update docker/metadata-action commit hash to e562237 by @renovate in #201
- Update module github.com/onsi/gomega to v1.17.0 by @renovate in #192
- Update module github.com/spf13/viper to v1.10.1 by @renovate in #194
- Update docker/login-action commit hash to 5fcefb9 by @renovate in #199
- Update module github.com/onsi/ginkgo to v1.16.5 by @renovate in #193
- Update module github.com/spf13/cobra to v1.3.0 by @renovate in #195
Full Changelog: v0.5.1...v0.6.0
0.5.1
Changed
- #178 Update module github.com/onsi/gomega to v1.12.0
- #177 Update module github.com/onsi/ginkgo to v1.16.2
- #181 Update module k8s.io/klog/v2 to v2.8.0
- #179 Update module github.com/sirupsen/logrus to v1.8.1
- #189 Ignore k8s.io/utils in renovate
- #180 Update module github.com/spf13/cobra to v1.1.3
- #188 Use distroless image instead of alpine
- #183 Add github workflow to fix go mod for renovate PRs
- #175 Update golang Docker tag to v1.16.3
- #182 Go mod tidy in renovate
- #176 Update renovate config
- #173 Configure Renovate
- #172 Use gopkg yaml instead of sigs.k8s.io/yaml
- #170 Add renovate config
0.5.0
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
0.4.2
0.4.1
0.4.0
Added
Changed
0.3.0
0.2.2
I changed docker registry to ghcr.io, so please change your docker image or reinstall from kustomize.