Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Helm release eck-operator to v2.9.0 #157

Merged
merged 1 commit into from
Oct 7, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
eck-operator minor 2.6.1 -> 2.9.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

elastic/cloud-on-k8s (eck-operator)

v2.9.0

Compare Source

Elastic Cloud on Kubernetes 2.9.0

Breaking changes
  • Add Support for volumeClaimTemplates for Logstash controller #​6884
Enhancements
  • Enable runAsNonRoot=true for Beats >= 8.8.x #​6793
Bug fixes
  • Validating policy ID only when running in Fleet mode for Elastic Agent #​6938 (issue: #​6903)
  • Add Selector to Logstash status #​6854
Documentation improvements
  • Document Logstash connection to external Elasticsearch #​6895
Misc
  • Update module golang.org/x/text to v0.11.0 #​6976
  • Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.8-1014 #​6962
  • Disable test agent with fleet mode in 8.0.1 #​6957 (issues: #​6331, #​6956)
  • Update module go.elastic.co/apm/v2 to v2.4.3 #​6942
  • Update module github.com/hashicorp/golang-lru/v2 to v2.0.4 #​6935
  • Update module github.com/imdario/mergo to v1 #​6925
  • Update module github.com/prometheus/client_golang to v1.16.0 #​6909
  • Update k8s to v0.27.3 #​6908
  • Update module golang.org/x/crypto to v0.10.0 #​6900
  • Update docker.io/library/golang Docker tag to v1.20.5 #​6887
  • Update module github.com/spf13/viper to v1.16.0 #​6867
  • Update module github.com/stretchr/testify to v1.8.4 #​6866
  • Update module sigs.k8s.io/controller-runtime to v0.15.0 #​6847
  • Update module github.com/prometheus/common to v0.44.0 #​6835
  • Update module github.com/google/go-containerregistry to v0.15.2 #​6817
  • Update module golang.org/x/oauth2 to v0.8.0 #​6771
  • Update module golang.org/x/net to v0.10.0 #​6770

v2.8.0: 2.8.0

Compare Source

Elastic Cloud on Kubernetes 2.8.0

Warning This release includes a hardened default security context for Elasticsearch containers. It is highly recommended to test against a staging environment before deploying to production.

Breaking changes

  • Use provided base path for stackconfigpolicy's snapshot repository #​6689 (issue: #​6692)
  • APM Server: Fix secret token config for APM Server 8.0+ #​6769 (issue: #​6768)

New features

Enhancements

Elasticsearch
Helm charts
  • Enable hostNetwork support in eck-operator Helm chart #​6636
  • Add PodDisruptionBudget to eck-operator Helm chart #​6671
ECK Operator
Fleet
  • Deprecate is_default and is_default_fleet_server flags #​6724 (issue: #​6678)

Bug fixes

  • Fix doc attributes in stack-helm-chart.asciidoc #​6742
  • Do not set FLEET_CA for well-known CAs #​6733 (issue: #​6673)
  • Fix default elasticsearch-data volumeMount configuration #​6725 (issue: #​6186)
  • Conditionally set container-suffix in ECK config #​6711 (issue: #​6695)
  • [helm-chart] Include webhook client configuration CA only when certificates are not managed by the operator or cert-manager #​6642 (issue: #​6641)
  • Remove default for daemonset/deployment in eck-beats & eck-agent Helm Charts #​6621 (issue: #​6330)

Documentation improvements

  • Documentation for running ECK, Elasticsearch, and Kibana on GKE Autopilot #​6760
  • Contributing page updated with Helm chart tests suite #​6744
  • Documentation for Logstash on ECK #​6743
  • Add 2.6 and 2.7 to the triggered restart list #​6786 (issue: #​6765)

Misc

  • Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible #​6801
  • Bump google.golang.org/protobuf from 1.29.0 to 1.29.1 #​6549
  • Update docker.io/library/golang Docker tag to v1.20.4 #​6752
  • Update github.com/docker/docker #​6654
  • Update k8s to v0.26.3 #​6546
  • Update k8s.io/client-go to v0.26.5 #​6849
  • Update module cloud.google.com/go/storage to v1.30.0 #​6531
  • Update module github.com/go-git/go-git/v5 to v5.6.1 #​6536
  • Update module github.com/go-logr/logr to v1.2.4 #​6625
  • Update module github.com/google/go-containerregistry to v0.14.0 #​6532
  • Update module github.com/hashicorp/vault/api to v1.9.1 #​6707
  • Update module github.com/imdario/mergo to v0.3.15 #​6581
  • Update module github.com/operator-framework/operator-registry to v1.26.5 #​6622
  • Update module github.com/prometheus/client_golang to v1.15.0 #​6686
  • Update module github.com/spf13/cobra to v1.7.0 #​6647
  • Update module go.elastic.co/apm/module/apmelasticsearch/v2 to v2.3.0 #​6631
  • Update module go.elastic.co/apm/module/apmzap/v2 to v2.3.0 #​6633
  • Update module go.uber.org/automaxprocs to v1.5.2 #​6547
  • Update module golang.org/x/crypto to v0.8.0 #​6669
  • Update module golang.org/x/text to v0.9.0 #​6666
  • Update module google.golang.org/api to v0.115.0 #​6651
  • Update module sigs.k8s.io/controller-runtime to v0.14.6 #​6614
  • Update module sigs.k8s.io/controller-tools to v0.11.4 #​6718
  • Update modules go.elastic.co/apm/* to v2.4.1 #​6739
  • Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.7-1107 #​6646

v2.7.0: 2.7.0

Compare Source

Elastic Cloud on Kubernetes 2.7.0

Enhancements

  • Add a new role for APM Server 8.7.0+ #​6605
  • Remove deprecation note for APM Server standalone #​6601 (#​6207)
  • Expose all fields below spec in eck-elasticsearch Helm chart #​6492 (#​6451)
  • Allow optional SSL client authentication setting #​6440 (#​6369)
  • Allow setting of volumeClaimDeletePolicy in eck-elasticsearch Helm chart #​6409 (#​6249)
  • Update ECK OperatorHub capability level to L4 #​6318
  • Support auth for custom users and roles in eck-elasticsearch Helm chart #​6306
  • Do not overwrite deployment status when reconciling #​6302
  • Move to vX.X.X tags for easier go module imports #​6298 (#​6134)

Bug fixes

Documentation improvements

Misc

  • Update module github.com/prometheus/common to v0.42.0 #​6500
  • Update docker.io/library/golang Docker tag to v1.20.2 #​6497
  • Update module golang.org/x/crypto to v0.7.0 #​6486
  • Update module golang.org/x/text to v0.8.0 #​6484
  • Update module sigs.k8s.io/controller-runtime to v0.14.5 #​6474
  • Update module k8s.io/klog/v2 to v2.90.1 #​6473
  • Update k8s to v0.26.2 #​6466
  • Update module github.com/stretchr/testify to v1.8.2 #​6456
  • Update module github.com/gobuffalo/flect to v1.0.2 #​6455
  • Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.7-1085 #​6438
  • Update module github.com/hashicorp/vault/api to v1.9.0 #​6403
  • Update github.com/dgryski/go-lttb digest to f8fc36c #​6387
  • Update module sigs.k8s.io/controller-tools to v0.11.3 #​6366
  • Update module github.com/google/go-containerregistry to v0.13.0 #​6353
  • Update module github.com/spf13/viper to v1.15.0 #​6343
  • Update module gopkg.in/yaml.v2 to v3 #​6252
  • Update module github.com/hashicorp/golang-lru to v2 #​6251
  • Update module github.com/go-test/deep to v1.1.0 #​6222
  • Update module github.com/magiconair/properties to v1.8.7 #​6217
  • Update module go.uber.org/zap to v1.24.0 #​6202
  • Update module github.com/Masterminds/sprig/v3 to v3.2.3 #​6197

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@ricsanfre ricsanfre merged commit df635d7 into master Oct 7, 2023
1 check passed
@renovate renovate bot deleted the renovate/eck-operator-2.x branch October 7, 2023 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant