Skip to content

Releases: h3poteto/fluentd-sidecar-injector

0.6.0

03 Jan 08:48
cc9f72b
Compare
Choose a tag to compare

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

15 May 13:59
6e317f2
Compare
Choose a tag to compare

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

02 Feb 16:16
ea3366a
Compare
Choose a tag to compare

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

21 Dec 15:43
Compare
Choose a tag to compare

Added

  • #120 refs #119 Add leader election for operator controller

Changed

  • #124 closes #119 Clean up unnecessary comments
  • #114 Update readme badge
  • #113 Update readme for helm chart

0.4.1

26 Nov 13:56
045bcde
Compare
Choose a tag to compare

Fixed

  • #112 fix: Don't use kubeconfig when .kube/config file does not exist

0.4.0

25 Nov 16:27
Compare
Choose a tag to compare

Added

  • #108 refs #101 Add custom controller to install webhook

Changed

  • #111 Fix build script and docker file for new controller
  • #110 Update client-go version to 0.19.4
  • #105 Bump k8s.io/api from 0.19.3 to 0.19.4
  • #109 refs #101 Clean up unused kustomize manifests
  • #107 Refactor package
  • #106 Add description of fluent-bit in README

0.3.0

17 Nov 13:06
f8164a2
Compare
Choose a tag to compare

Added

  • #102 closes #74 Add fluent-bit supports in webhook server

Changed

  • #103 Bump github.com/spf13/cobra from 1.0.0 to 1.1.1
  • #99 Bump github.com/slok/kubewebhook from 0.10.0 to 0.11.0
  • #100 Use ghcr.io as default docker registory for fluentd sidecar

0.2.2

03 Oct 06:21
Compare
Choose a tag to compare

I changed docker registry to ghcr.io, so please change your docker image or reinstall from kustomize.

Changed

  • #96 Use ghcr.io as default docker registry in install
  • #90 Bump github.com/sirupsen/logrus from 1.6.0 to 1.7.0
  • #94 Drop docker build in CircleCI
  • #92 Create docker-publish.yml
  • #93 Fix go version in Dockerfile
  • #91 Update golang version to 1.15
  • #52 Bump github.com/slok/kubewebhook from 0.9.1 to 0.10.0

0.2.1

07 Aug 05:27
Compare
Choose a tag to compare

Added

  • #80 Expose port

Changed

  • #72 Bump k8s.io/api from 0.18.2 to 0.18.6
  • #51 Bump github.com/sirupsen/logrus from 1.5.0 to 1.6.0
  • #75 Use v0.2.0
  • #71 Use parse section

Fixed

  • #79 closes #76 Specify sideEffects and admissionReviewVersions
  • #78 closes #77 Stop inject to oneself pod

0.2.0

16 Jul 13:10
Compare
Choose a tag to compare

Added

  • #70 Fix downward api
  • #66 Add custom env
  • #65 Support downward api
  • #64 Add config-volume option
  • #62 Support LogFormat option

Changed

  • #69 Fix path
  • #67 Optimize docker image
  • #60 Use 0.1.3 image
  • #63 Push docker image from CI only specified branches

Fixed

  • #61 Fix readme
  • #59 Support base64 for darwin