Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rockb1017 committed Oct 29, 2021
1 parent 087247e commit e17c5ff
Show file tree
Hide file tree
Showing 36 changed files with 4 additions and 3,388 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Add initContainer for log checkpoint migration from Fluentd to Otel agent (#253)
- Add index routing for Splunk Enterprise/Cloud customers (#256)
- Field name compatibility for SCK and index routing precedence (#258)

## [0.37.0] - 2021-10-26

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ processors:
from_attribute: k8s.namespace.name
action: upsert
{{- range $_, $label := .Values.extraAttributes.podLabels }}
- key: {{ printf "label_%s" $label.key }}
from_attribute: {{ printf "k8s.pod.labels.%s" $label.key }}
- key: {{ printf "label_%s" $label }}
from_attribute: {{ printf "k8s.pod.labels.%s" $label }}
action: upsert
{{- end }}
{{- end }}
Expand All @@ -367,7 +367,7 @@ processors:
- key: k8s.namespace.name
action: delete
{{- range $_, $label := .Values.extraAttributes.podLabels }}
- key: {{ printf "k8s.pod.labels.%s" $label.key }}
- key: {{ printf "k8s.pod.labels.%s" $label }}
action: delete
{{- end }}
{{- end }}
Expand Down
83 changes: 0 additions & 83 deletions rendered/manifests/agent-only/clusterRole.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions rendered/manifests/agent-only/clusterRoleBinding.yaml

This file was deleted.

51 changes: 0 additions & 51 deletions rendered/manifests/agent-only/configmap-fluentd-cri.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions rendered/manifests/agent-only/configmap-fluentd-json.yaml

This file was deleted.

Loading

0 comments on commit e17c5ff

Please sign in to comment.