Skip to content

Releases: redpanda-data/redpanda-connect-helm-chart

2.2.0

28 Feb 18:44
e3ce0e2
Compare
Choose a tag to compare

Features

  • Add podRestartPolicy param (#85)
  • Deprecate autoscaling v2beta (#87)

Bug Fixes

  • Fix config template when using --set-file (#86)

2.1.1

23 Jan 09:55
7d61ae1
Compare
Choose a tag to compare

Includes some bug fixes for ServiceMonitor and probe changes in the previous release

2.1.0

22 Jan 19:03
e7227e6
Compare
Choose a tag to compare

Features

Config

Config can now specified as raw YAML instead of just a string. String is kept for backwards compatibility reasons.

This means the values.yaml file can be properly linted including the config section.

# values.yaml
config:
  input:
    gcp_pubsub:
      project: foo
      subscription: bar
  
  pipeline:
    processors:
      - mapping: |
          root.message = this
          root.meta.link_count = this.links.length()
          root.user.age = this.user.age.number()
  
  output:
    redis_streams:
      url: tcp://TODO:6379
      stream: baz
      max_in_flight: 20

ServiceMonitor

ServiceMonitor now has extra configuration options basicAuth, scheme

Probes

Extra options can be passed into probes such as HTTP headers, e.g:

  readinessProbe:
    failureThreshold: 1
    periodSeconds: 5
    successThreshold: 1
    timeoutSeconds: 2
    httpHeaders:
    - name: My-Header
      value: Bar

2.0.1

12 Jan 09:43
1ed9036
Compare
Choose a tag to compare

Fixes an issue with the default deployment failing. #72

2.0.0

11 Jan 21:58
3d7e258
Compare
Choose a tag to compare

NOTE: This release has breaking changes.

Breaking Changes

HTTP

http configuration is now done based on the upstream Benthos configuration.

If you were using the http.tls configuration, you now must do this manually by configuring cert_file and key_file and using extraVolumeMounts and extraVolumes to mount your key and cert.

Services & Ingress

Service no longer takes a list of ports, if you want to configure additional ports, you should use extraPorts

Ingress should now work using the primary Service port.

HPA

customMetric has been removed from HPA's, you can now configure HPA's by writing the config directly, e.g:

metrics:
    - type: Resource
      resource:
        name: cpu
        target:
          type: Utilization
          averageUtilization: 80

1.1.1

08 Dec 21:05
060bce5
Compare
Choose a tag to compare

bump to 1.1.1

1.1.0

08 Dec 15:27
6b1d325
Compare
Choose a tag to compare

bump to 1.1.0

1.0.1

25 Oct 10:44
a19d95d
Compare
Choose a tag to compare

bump to 1.0.1

1.0.0

25 Oct 09:16
895affd
Compare
Choose a tag to compare

bump to 1.0.0

0.8.0

02 Aug 22:36
8329c26
Compare
Choose a tag to compare

bump to 0.8.0