Releases: redpanda-data/redpanda-connect-helm-chart
2.2.0
2.1.1
Includes some bug fixes for ServiceMonitor and probe changes in the previous release
2.1.0
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: 20ServiceMonitor
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: Bar2.0.1
2.0.0
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
bump to 1.1.1
1.1.0
bump to 1.1.0
1.0.1
bump to 1.0.1
1.0.0
bump to 1.0.0
0.8.0
bump to 0.8.0