Skip to content

Commit

Permalink
Merge branch 'main' into container_ubuntu_to_wolfi
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoutsovasilis authored Dec 24, 2024
2 parents b1d8da5 + 183b431 commit 7dc5f5d
Show file tree
Hide file tree
Showing 19 changed files with 134 additions and 160 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@11d8c3e7c4dbb188d9534e599db759e418911828 # 2.73.0
uses: updatecli/updatecli-action@1e7fcb1c5df159bca56c24c5335a050d611fbfdd # 2.74.0

- name: Run Updatecli in Apply mode
run: updatecli apply --config .ci/updatecli/updatecli-bump-golang.yml --values .ci/updatecli/values.d/scm.yml
Expand Down
28 changes: 14 additions & 14 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16425,11 +16425,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------------------
Dependency : google.golang.org/grpc
Version: v1.68.1
Version: v1.69.2
Licence type (autodetected): Apache-2.0
--------------------------------------------------------------------------------

Contents of probable licence file $GOMODCACHE/google.golang.org/grpc@v1.68.1/LICENSE:
Contents of probable licence file $GOMODCACHE/google.golang.org/grpc@v1.69.2/LICENSE:


Apache License
Expand Down Expand Up @@ -43736,11 +43736,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/mito@v1.16.0/LI

--------------------------------------------------------------------------------
Dependency : github.com/elastic/opentelemetry-lib
Version: v0.13.0
Version: v0.14.0
Licence type (autodetected): Apache-2.0
--------------------------------------------------------------------------------

Contents of probable licence file $GOMODCACHE/github.com/elastic/opentelemetry-lib@v0.13.0/LICENSE:
Contents of probable licence file $GOMODCACHE/github.com/elastic/opentelemetry-lib@v0.14.0/LICENSE:

Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -44116,11 +44116,11 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

--------------------------------------------------------------------------------
Dependency : github.com/envoyproxy/go-control-plane
Version: v0.13.0
Version: v0.13.1
Licence type (autodetected): Apache-2.0
--------------------------------------------------------------------------------

Contents of probable licence file $GOMODCACHE/github.com/envoyproxy/go-control-plane@v0.13.0/LICENSE:
Contents of probable licence file $GOMODCACHE/github.com/envoyproxy/go-control-plane@v0.13.1/LICENSE:

Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -52200,11 +52200,11 @@ Contents of probable licence file $GOMODCACHE/github.com/grpc-ecosystem/go-grpc-

--------------------------------------------------------------------------------
Dependency : github.com/grpc-ecosystem/grpc-gateway/v2
Version: v2.23.0
Version: v2.24.0
Licence type (autodetected): BSD-3-Clause
--------------------------------------------------------------------------------

Contents of probable licence file $GOMODCACHE/github.com/grpc-ecosystem/grpc-gateway/v2@v2.23.0/LICENSE:
Contents of probable licence file $GOMODCACHE/github.com/grpc-ecosystem/grpc-gateway/v2@v2.24.0/LICENSE:

Copyright (c) 2015, Gengo, Inc.
All rights reserved.
Expand Down Expand Up @@ -96543,11 +96543,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/trace@v1.

--------------------------------------------------------------------------------
Dependency : go.opentelemetry.io/proto/otlp
Version: v1.3.1
Version: v1.4.0
Licence type (autodetected): Apache-2.0
--------------------------------------------------------------------------------

Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/proto/otlp@v1.3.1/LICENSE:
Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/proto/otlp@v1.4.0/LICENSE:

Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -97274,11 +97274,11 @@ Contents of probable licence file $GOMODCACHE/google.golang.org/genproto@v0.0.0-

--------------------------------------------------------------------------------
Dependency : google.golang.org/genproto/googleapis/api
Version: v0.0.0-20241104194629-dd2ea8efbc28
Version: v0.0.0-20241118233622-e639e219e697
Licence type (autodetected): Apache-2.0
--------------------------------------------------------------------------------

Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googleapis/api@v0.0.0-20241104194629-dd2ea8efbc28/LICENSE:
Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googleapis/api@v0.0.0-20241118233622-e639e219e697/LICENSE:


Apache License
Expand Down Expand Up @@ -97486,11 +97486,11 @@ Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googlea

--------------------------------------------------------------------------------
Dependency : google.golang.org/genproto/googleapis/rpc
Version: v0.0.0-20241104194629-dd2ea8efbc28
Version: v0.0.0-20241118233622-e639e219e697
Licence type (autodetected): Apache-2.0
--------------------------------------------------------------------------------

Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googleapis/rpc@v0.0.0-20241104194629-dd2ea8efbc28/LICENSE:
Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googleapis/rpc@v0.0.0-20241118233622-e639e219e697/LICENSE:


Apache License
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/elastic-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The chart built-in [kubernetes integration](https://docs.elastic.co/integrations

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| kubernetes.enabled | bool | `false` | enable Kubernetes integration. |
| kubernetes.enabled | bool | `true` | enable Kubernetes integration. |
| kubernetes.output | string | `"default"` | name of the output used in kubernetes integration. Note that this output needs to be defined in [outputs](#1-outputs) |
| kubernetes.namespace | string | `"default"` | kubernetes namespace |
| kubernetes.hints.enabled | bool | `false` | enable [elastic-agent autodiscovery](https://www.elastic.co/guide/en/fleet/current/elastic-agent-kubernetes-autodiscovery.html) feature |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,7 @@ spec:
name: var-lib
readOnly: true
dnsPolicy: ClusterFirstWithHostNet
hostNetwork: true
nodeSelector:
kubernetes.io/os: linux
serviceAccountName: agent-pernode-example
Expand Down
35 changes: 1 addition & 34 deletions deploy/helm/elastic-agent/examples/fleet-managed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,38 +31,5 @@ agent:
enabled: true
url: $FLEET_URL # replace with Fleet URL
token: $FLEET_TOKEN # replace with Fleet Enrollment token
preset: nginx
presets:
nginx:
mode: deployment
securityContext:
runAsUser: 0
rules:
# minimum cluster role ruleset required by agent
- apiGroups: [ "" ]
resources:
- nodes
- namespaces
- pods
verbs:
- get
- watch
- list
- apiGroups: [ "apps" ]
resources:
- replicasets
verbs:
- get
- list
- watch
- apiGroups: [ "batch" ]
resources:
- jobs
verbs:
- get
- list
- watch
providers:
kubernetes_leaderelection:
enabled: false
preset: perNode
```
43 changes: 5 additions & 38 deletions deploy/helm/elastic-agent/examples/fleet-managed/fleet-values.yaml
Original file line number Diff line number Diff line change
@@ -1,43 +1,10 @@
kubernetes:
enabled: true
system:
enabled: true
agent:
fleet:
enabled: true
url: http://localhost:8220
token: fleetToken
preset: nginx
presets:
nginx:
mode: deployment
securityContext:
runAsUser: 0
serviceAccount:
create: true
clusterRole:
create: true
rules:
# minimum cluster role ruleset required by agent
- apiGroups: [ "" ]
resources:
- nodes
- namespaces
- pods
verbs:
- get
- watch
- list
- apiGroups: [ "apps" ]
resources:
- replicasets
verbs:
- get
- list
- watch
- apiGroups: [ "batch" ]
resources:
- jobs
verbs:
- get
- list
- watch
providers:
kubernetes_leaderelection:
enabled: false
preset: perNode
Loading

0 comments on commit 7dc5f5d

Please sign in to comment.