Skip to content

Commit

Permalink
Merge branch '8.16' into mergify/bp/8.16/pr-6085
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-laterman authored Dec 18, 2024
2 parents 2f4534c + 9d6063b commit 7d0c993
Show file tree
Hide file tree
Showing 30 changed files with 1,059 additions and 812 deletions.
24 changes: 12 additions & 12 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15686,11 +15686,11 @@ THE SOFTWARE.

--------------------------------------------------------------------------------
Dependency : golang.org/x/crypto
Version: v0.28.0
Version: v0.31.0
Licence type (autodetected): BSD-3-Clause
--------------------------------------------------------------------------------

Contents of probable licence file $GOMODCACHE/golang.org/x/crypto@v0.28.0/LICENSE:
Contents of probable licence file $GOMODCACHE/golang.org/x/crypto@v0.31.0/LICENSE:

Copyright 2009 The Go Authors.

Expand Down Expand Up @@ -15723,11 +15723,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------------------
Dependency : golang.org/x/exp
Version: v0.0.0-20240904232852-e7e105dedf7e
Version: v0.0.0-20240719175910-8a7402abbf56
Licence type (autodetected): BSD-3-Clause
--------------------------------------------------------------------------------

Contents of probable licence file $GOMODCACHE/golang.org/x/[email protected]20240904232852-e7e105dedf7e/LICENSE:
Contents of probable licence file $GOMODCACHE/golang.org/x/[email protected]20240719175910-8a7402abbf56/LICENSE:

Copyright 2009 The Go Authors.

Expand Down Expand Up @@ -15760,11 +15760,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------------------
Dependency : golang.org/x/sync
Version: v0.8.0
Version: v0.10.0
Licence type (autodetected): BSD-3-Clause
--------------------------------------------------------------------------------

Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.8.0/LICENSE:
Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.10.0/LICENSE:

Copyright 2009 The Go Authors.

Expand Down Expand Up @@ -15797,11 +15797,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------------------
Dependency : golang.org/x/sys
Version: v0.26.0
Version: v0.28.0
Licence type (autodetected): BSD-3-Clause
--------------------------------------------------------------------------------

Contents of probable licence file $GOMODCACHE/golang.org/x/sys@v0.26.0/LICENSE:
Contents of probable licence file $GOMODCACHE/golang.org/x/sys@v0.28.0/LICENSE:

Copyright 2009 The Go Authors.

Expand Down Expand Up @@ -15834,11 +15834,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------------------
Dependency : golang.org/x/term
Version: v0.25.0
Version: v0.27.0
Licence type (autodetected): BSD-3-Clause
--------------------------------------------------------------------------------

Contents of probable licence file $GOMODCACHE/golang.org/x/term@v0.25.0/LICENSE:
Contents of probable licence file $GOMODCACHE/golang.org/x/term@v0.27.0/LICENSE:

Copyright 2009 The Go Authors.

Expand Down Expand Up @@ -15871,11 +15871,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------------------
Dependency : golang.org/x/text
Version: v0.19.0
Version: v0.21.0
Licence type (autodetected): BSD-3-Clause
--------------------------------------------------------------------------------

Contents of probable licence file $GOMODCACHE/golang.org/x/text@v0.19.0/LICENSE:
Contents of probable licence file $GOMODCACHE/golang.org/x/text@v0.21.0/LICENSE:

Copyright 2009 The Go Authors.

Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/edot-collector/kube-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crds:
defaultCRConfig:
image:
repository: "docker.elastic.co/beats/elastic-agent"
tag: "8.16.2"
tag: "8.16.3"
targetAllocator:
enabled: false # Enable/disable the Operator's Target allocator.
# Refer to: https://github.com/open-telemetry/opentelemetry-operator/tree/main/cmd/otel-allocator
Expand Down
3 changes: 2 additions & 1 deletion deploy/helm/elastic-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ name: elastic-agent
description: Elastic-Agent Helm Chart
kubeVersion: ">= 1.27.0-0"
type: application
version: 0.0.1
appVersion: 8.16.3
version: 8.16.3-beta
72 changes: 36 additions & 36 deletions deploy/helm/elastic-agent/examples/eck/rendered/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ metadata:
name: agent-clusterwide-example
namespace: "default"
labels:
helm.sh/chart: elastic-agent-0.0.1
helm.sh/chart: elastic-agent-8.16.3-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.16.2
app.kubernetes.io/version: 8.16.3
annotations:
eck.k8s.elastic.co/license: basic
---
Expand All @@ -20,10 +20,10 @@ metadata:
name: agent-ksmsharded-example
namespace: "default"
labels:
helm.sh/chart: elastic-agent-0.0.1
helm.sh/chart: elastic-agent-8.16.3-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.16.2
app.kubernetes.io/version: 8.16.3
annotations:
eck.k8s.elastic.co/license: basic
---
Expand All @@ -34,10 +34,10 @@ metadata:
name: agent-pernode-example
namespace: "default"
labels:
helm.sh/chart: elastic-agent-0.0.1
helm.sh/chart: elastic-agent-8.16.3-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.16.2
app.kubernetes.io/version: 8.16.3
annotations:
eck.k8s.elastic.co/license: basic
---
Expand All @@ -48,10 +48,10 @@ metadata:
name: agent-clusterwide-example
namespace: "default"
labels:
helm.sh/chart: elastic-agent-0.0.1
helm.sh/chart: elastic-agent-8.16.3-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.16.2
app.kubernetes.io/version: 8.16.3
annotations:
eck.k8s.elastic.co/license: basic
stringData:
Expand Down Expand Up @@ -100,10 +100,10 @@ metadata:
name: agent-ksmsharded-example
namespace: "default"
labels:
helm.sh/chart: elastic-agent-0.0.1
helm.sh/chart: elastic-agent-8.16.3-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.16.2
app.kubernetes.io/version: 8.16.3
annotations:
eck.k8s.elastic.co/license: basic
stringData:
Expand Down Expand Up @@ -389,10 +389,10 @@ metadata:
name: agent-pernode-example
namespace: "default"
labels:
helm.sh/chart: elastic-agent-0.0.1
helm.sh/chart: elastic-agent-8.16.3-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.16.2
app.kubernetes.io/version: 8.16.3
annotations:
eck.k8s.elastic.co/license: basic
stringData:
Expand Down Expand Up @@ -566,10 +566,10 @@ kind: ClusterRole
metadata:
name: agent-clusterWide-example-default
labels:
helm.sh/chart: elastic-agent-0.0.1
helm.sh/chart: elastic-agent-8.16.3-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.16.2
app.kubernetes.io/version: 8.16.3
annotations:
eck.k8s.elastic.co/license: basic
rules:
Expand Down Expand Up @@ -690,10 +690,10 @@ kind: ClusterRole
metadata:
name: agent-ksmSharded-example-default
labels:
helm.sh/chart: elastic-agent-0.0.1
helm.sh/chart: elastic-agent-8.16.3-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.16.2
app.kubernetes.io/version: 8.16.3
annotations:
eck.k8s.elastic.co/license: basic
rules:
Expand Down Expand Up @@ -923,10 +923,10 @@ kind: ClusterRole
metadata:
name: agent-perNode-example-default
labels:
helm.sh/chart: elastic-agent-0.0.1
helm.sh/chart: elastic-agent-8.16.3-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.16.2
app.kubernetes.io/version: 8.16.3
annotations:
eck.k8s.elastic.co/license: basic
rules:
Expand Down Expand Up @@ -1005,10 +1005,10 @@ kind: ClusterRoleBinding
metadata:
name: agent-clusterWide-example-default
labels:
helm.sh/chart: elastic-agent-0.0.1
helm.sh/chart: elastic-agent-8.16.3-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.16.2
app.kubernetes.io/version: 8.16.3
annotations:
eck.k8s.elastic.co/license: basic
subjects:
Expand All @@ -1026,10 +1026,10 @@ kind: ClusterRoleBinding
metadata:
name: agent-ksmSharded-example-default
labels:
helm.sh/chart: elastic-agent-0.0.1
helm.sh/chart: elastic-agent-8.16.3-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.16.2
app.kubernetes.io/version: 8.16.3
annotations:
eck.k8s.elastic.co/license: basic
subjects:
Expand All @@ -1047,10 +1047,10 @@ kind: ClusterRoleBinding
metadata:
name: agent-perNode-example-default
labels:
helm.sh/chart: elastic-agent-0.0.1
helm.sh/chart: elastic-agent-8.16.3-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.16.2
app.kubernetes.io/version: 8.16.3
annotations:
eck.k8s.elastic.co/license: basic
subjects:
Expand All @@ -1069,14 +1069,14 @@ metadata:
name: agent-pernode-example
namespace: "default"
labels:
helm.sh/chart: elastic-agent-0.0.1
helm.sh/chart: elastic-agent-8.16.3-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.16.2
app.kubernetes.io/version: 8.16.3
annotations:
eck.k8s.elastic.co/license: basic
spec:
version: 8.16.2
version: 8.16.3
configRef:
secretName: agent-pernode-example
elasticsearchRefs:
Expand All @@ -1100,7 +1100,7 @@ spec:
value: /usr/share/elastic-agent/state
- name: ELASTIC_NETINFO
value: "false"
image: docker.elastic.co/beats/elastic-agent:8.16.2-SNAPSHOT
image: docker.elastic.co/beats/elastic-agent:8.16.3-SNAPSHOT
imagePullPolicy: IfNotPresent
name: agent
resources:
Expand Down Expand Up @@ -1171,14 +1171,14 @@ metadata:
name: agent-clusterwide-example
namespace: "default"
labels:
helm.sh/chart: elastic-agent-0.0.1
helm.sh/chart: elastic-agent-8.16.3-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.16.2
app.kubernetes.io/version: 8.16.3
annotations:
eck.k8s.elastic.co/license: basic
spec:
version: 8.16.2
version: 8.16.3
configRef:
secretName: agent-clusterwide-example
elasticsearchRefs:
Expand All @@ -1202,7 +1202,7 @@ spec:
value: /usr/share/elastic-agent/state
- name: ELASTIC_NETINFO
value: "false"
image: docker.elastic.co/beats/elastic-agent:8.16.2-SNAPSHOT
image: docker.elastic.co/beats/elastic-agent:8.16.3-SNAPSHOT
imagePullPolicy: IfNotPresent
name: agent
resources:
Expand Down Expand Up @@ -1239,14 +1239,14 @@ metadata:
name: agent-ksmsharded-example
namespace: "default"
labels:
helm.sh/chart: elastic-agent-0.0.1
helm.sh/chart: elastic-agent-8.16.3-beta
app.kubernetes.io/name: elastic-agent
app.kubernetes.io/instance: example
app.kubernetes.io/version: 8.16.2
app.kubernetes.io/version: 8.16.3
annotations:
eck.k8s.elastic.co/license: basic
spec:
version: 8.16.2
version: 8.16.3
configRef:
secretName: agent-ksmsharded-example
elasticsearchRefs:
Expand Down Expand Up @@ -1311,7 +1311,7 @@ spec:
value: /usr/share/elastic-agent/state
- name: ELASTIC_NETINFO
value: "false"
image: docker.elastic.co/beats/elastic-agent:8.16.2-SNAPSHOT
image: docker.elastic.co/beats/elastic-agent:8.16.3-SNAPSHOT
imagePullPolicy: IfNotPresent
name: agent
resources:
Expand Down
Loading

0 comments on commit 7d0c993

Please sign in to comment.