Skip to content

Commit 2d9d221

Browse files
committed
Merge branch 'master' into fuchsnj/non_object_root
2 parents f6ef3c0 + d03a526 commit 2d9d221

File tree

60 files changed

+1064
-506
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1064
-506
lines changed

.github/workflows/manual_soak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
export SOAK_MEMORY="30g"
9393
export VECTOR_CPUS="4"
9494
export COEFFICIENT_OF_VARIATION="0.3"
95-
export ERRATIC_SOAKS="http_pipelines_blackhole,http_pipelines_blackhole_acks,http_to_http_acks,http_datadog_filter_blackhole"
95+
export ERRATIC_SOAKS="http_to_http_acks"
9696
9797
echo "soak cpus total: ${SOAK_CPUS}"
9898
echo "soak memory total: ${SOAK_MEMORY}"

.github/workflows/soak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
export SOAK_MEMORY="30g"
121121
export VECTOR_CPUS="4"
122122
export COEFFICIENT_OF_VARIATION="0.3"
123-
export ERRATIC_SOAKS="http_pipelines_blackhole,http_pipelines_blackhole_acks,http_to_http_acks,http_datadog_filter_blackhole"
123+
export ERRATIC_SOAKS="http_to_http_acks"
124124
125125
echo "soak cpus total: ${SOAK_CPUS}"
126126
echo "soak memory total: ${SOAK_MEMORY}"

Cargo.lock

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

distribution/kubernetes/vector-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The kubernetes manifests found in this directory have been automatically generated
22
from the [helm chart `vector/vector`](https://github.com/vectordotdev/helm-charts/tree/master/charts/vector)
3-
version 0.10.2 with the following `values.yaml`:
3+
version 0.10.3 with the following `values.yaml`:
44

55
```yaml
66
role: Agent

distribution/kubernetes/vector-agent/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
app.kubernetes.io/name: vector
99
app.kubernetes.io/instance: vector
1010
app.kubernetes.io/component: Agent
11-
app.kubernetes.io/version: "0.21.1-distroless-libc"
11+
app.kubernetes.io/version: "0.21.2-distroless-libc"
1212
data:
1313
agent.yaml: |
1414
data_dir: /vector-data-dir

distribution/kubernetes/vector-agent/daemonset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
app.kubernetes.io/name: vector
99
app.kubernetes.io/instance: vector
1010
app.kubernetes.io/component: Agent
11-
app.kubernetes.io/version: "0.21.1-distroless-libc"
11+
app.kubernetes.io/version: "0.21.2-distroless-libc"
1212
spec:
1313
selector:
1414
matchLabels:
@@ -28,7 +28,7 @@ spec:
2828
dnsPolicy: ClusterFirst
2929
containers:
3030
- name: vector
31-
image: "timberio/vector:0.21.1-distroless-libc"
31+
image: "timberio/vector:0.21.2-distroless-libc"
3232
imagePullPolicy: IfNotPresent
3333
args:
3434
- --config-dir

distribution/kubernetes/vector-agent/rbac.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
app.kubernetes.io/name: vector
1111
app.kubernetes.io/instance: vector
1212
app.kubernetes.io/component: Agent
13-
app.kubernetes.io/version: "0.21.1-distroless-libc"
13+
app.kubernetes.io/version: "0.21.2-distroless-libc"
1414
rules:
1515
- apiGroups:
1616
- ""
@@ -30,7 +30,7 @@ metadata:
3030
app.kubernetes.io/name: vector
3131
app.kubernetes.io/instance: vector
3232
app.kubernetes.io/component: Agent
33-
app.kubernetes.io/version: "0.21.1-distroless-libc"
33+
app.kubernetes.io/version: "0.21.2-distroless-libc"
3434
roleRef:
3535
apiGroup: rbac.authorization.k8s.io
3636
kind: ClusterRole

distribution/kubernetes/vector-agent/serviceaccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ metadata:
88
app.kubernetes.io/name: vector
99
app.kubernetes.io/instance: vector
1010
app.kubernetes.io/component: Agent
11-
app.kubernetes.io/version: "0.21.1-distroless-libc"
11+
app.kubernetes.io/version: "0.21.2-distroless-libc"
1212
automountServiceAccountToken: true

distribution/kubernetes/vector-aggregator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The kubernetes manifests found in this directory have been automatically generated
22
from the [helm chart `vector/vector`](https://github.com/vectordotdev/helm-charts/tree/master/charts/vector)
3-
version 0.10.2 with the following `values.yaml`:
3+
version 0.10.3 with the following `values.yaml`:
44

55
```yaml
66

distribution/kubernetes/vector-aggregator/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
app.kubernetes.io/name: vector
99
app.kubernetes.io/instance: vector
1010
app.kubernetes.io/component: Aggregator
11-
app.kubernetes.io/version: "0.21.1-distroless-libc"
11+
app.kubernetes.io/version: "0.21.2-distroless-libc"
1212
data:
1313
aggregator.yaml: |
1414
data_dir: /vector-data-dir

0 commit comments

Comments
 (0)