Skip to content

Releases: SumoLogic/tailing-sidecar

v0.3.4

12 Sep 10:17

Choose a tag to compare

What's Changed

  • fix: fix descriptions and summaries in catalog.redhat.com #364
  • fix(chart): add permissions for leases #371
  • feat: enable privileged mode for container #377
  • feat: add scc configuration #379

Full Changelog: v0.3.3...v0.3.4

v0.3.3

29 Jul 14:36

Choose a tag to compare

  • chore: replace deprecated APIs and update dependencies to support Kubernetes 1.23 #351
    • change apiextensions.k8s.io/v1beta1 to apiextensions.k8s.io/v1
    • change admissionregistration.k8s.io/v1beta1 to admissionregistration.k8s.io/v1
    • change k8s.io/api/admission/v1beta1 to k8s.io/api/admission/v1
    • update sigs.k8s.io/controller-tools/cmd/controller-gen to 0.4.1
    • update sigs.k8s.io/kustomize/kustomize to 3.8.3
    • update sigs.k8s.io/controller-runtime to v0.8.3
    • update k8s.io/apimachinery to v0.20.2
    • update k8s.io/client-go to v0.20.2
    • update k8s.io/api to v0.20.2
    • update gomodules.xyz/jsonpatch/v2 to 2.1.0
    • update github.com/go-logr/logr v0.3.0
    • adjust code to updated dependencies
    • change Kuberentes version in Vagrant environment to 1.23
    • change Cert Manager version in Vagrant environment to v1.5.0

Full Changelog: v0.3.2...v0.3.3

v0.5.2

19 Jul 13:48

Choose a tag to compare

  • fix(chart): add permissions for leases #345
  • fix(operator): prevent the Failed to prepare volume error logs #347
  • chore: upgrade Fluent Bit from 1.8.12 to 1.9.6
  • chore: upgrade kube-rbac-proxy from 0.5.0 to 0.11.0 #280
  • chore: change container repository for kube-rbac-proxy to quay.io/brancz/kube-rbac-proxy #280
  • chore: upgrade Golang from 1.17.6 to 1.18.4

Full Changelog: v0.5.1...v0.5.2

v0.5.1

02 Feb 13:22

Choose a tag to compare

Full Changelog: v0.5.0...v0.5.1

v0.3.2

02 Feb 12:09

Choose a tag to compare

  • feat: add Dockerfile and Makefile target to build UBI based container image #193
  • feat: add Dockerfile and Makefile target to build UBI based sidecar container image #194
  • chore: upgrade Golang from 1.16.2 to 1.17.6 #265
  • chore: upgrade Fluent Bit from 1.7.2 to 1.8.12 #266

Full Changelog: v0.3.1...v0.3.2

v0.3.1

05 Jul 11:44

Choose a tag to compare

  • Container image for kube-rbac-proxy configurable in Helm Chart (#172)

v0.5.0

14 Jun 11:11

Choose a tag to compare

  • Changes in Custom Resource for Tailing Sidecar Operator

    • Rename TailingSidecar to TailingSidecarConfig (#142)
    • Rename SidecarConfig to SidecarSpec in TailingSidecarConfig (#144)
    • Rename Config to SidecarSpecs in TailingSidecarConfig (#144)
    • Sidecar container name defined as key in SidecarSpecs (#145)
    • Add PodSelector to TailingSidecarConfig (#146)
    • Add per tailing sidecar container annotations (#147)
  • Replace hostPath volume added to tailing sidecars with emptytDir volume (#160)

  • Make kube-rbac-proxy image configurable in values.yaml (#161)

  • Replace deprecated APIs (#152)

    • Change apiextensions.k8s.io/v1beta1 to apiextensions.k8s.io/v1
    • Change admissionregistration.k8s.io/v1beta1 to admissionregistration.k8s.io/v1
    • Change cert-manager.io/v1alpha2 to cert-manager.io

v0.4.0

11 May 09:10

Choose a tag to compare

  • Change prefix for default tailing sidecar container name to "taling-sidecar-" (#112)
  • Change prefix for tailing sidecar volume name to "volume-sidecar-" (#114)
  • Changes in Custom Resource for Tailing Sidecar Operator
    • Rename "file" to "path"' in CRD definition (#117)
    • Rename "volume" to 'volumeMount' (#118)
    • Change type for 'volumeMount' from "string" to "VolumeMount" (#119)
  • Set default tag for container images to .Chart.AppVersion(#111)
  • Change reinvocationPolicy for Mutating Webhook to Never from ifNeeded (#119)
  • Add startupProbe and livenessProbe for webhook server (#124, #125)
  • Add explicit non blocking handling of Pod deletion (#122)
  • Add tests for update of resources modified by operator (#123)
  • Add metadata for Helm Chart (#110)

v0.3.0

23 Mar 12:45

Choose a tag to compare

  • Expose mutating webhook configuration in Helm Chart #107:
    • failurePolicy
    • reinvocationPolicy
    • objectSelector
    • namespaceSelector

v0.2.0

22 Mar 11:21

Choose a tag to compare

  • Make cert-manager as an optional dependency for Helm Chart #88
  • Rename defined templates in Helm Chart #101
  • Set proper versions for Helm chart and container images #96
  • Improve documentation #93, #95, #98, #100