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

feat(helm): update chart eck-operator to 2.12.1 #722

Merged
merged 1 commit into from
May 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 27, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
eck-operator minor 2.11.1 -> 2.12.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v2.12.1

Compare Source

Elastic Cloud on Kubernetes 2.12.1

Bug fixes

v2.12.0

Compare Source

Elastic Cloud on Kubernetes 2.12.0

Enhancements

  • Remove noisy stack config policy log line #​7582 (issue: #​7529)
  • Increase the default PVC size for logstash #​7540 (issue: #​7538)
  • Add eck-apm-server Helm Chart #​7533 (issue: #​7489)
  • Add Health to Logstash Status #​7528 (issue: #​7527)
  • Add resourceStatuses back into stack config policy status for backwards compatibility #​7500
  • Add support for updateStrategy in Logstash #​7466
  • Add TLS and basic authentication integration to Logstash API server #​7408 (issue: #​6971)
  • Add support for securing the operator metrics endpoint with RBAC and TLS #​7567
  • Remove Enterprise license restriction from ECK stack Helm charts #​7621

Bug fixes

Documentation improvements

  • Fix Logstash quickstart docs using single-quote EOF to avoid expanding variables #​7580 (issue: #​7572)
  • Fix typo in managing-compute-resources documentation #​7563
  • Update APM Server docs for use since 8.x requiring Kibana #​7559 (issue: #​7541)
  • Remove initContainer section in Logstash plugin docs #​7557
  • Add caution concerning running differing versions of CRDs + operator #​7503
  • Fix small typo in uninstall docs #​7436

Misc

  • fix(deps): update module golang.org/x/crypto to v0.20.0 #​7578
  • fix(deps): update module go.uber.org/zap to v1.27.0 #​7577
  • fix(deps): update module github.com/prometheus/common to v0.48.0 #​7570
  • fix(deps): update k8s to v0.29.2 and controller-runtime to v0.17.2 #​7568
  • fix(deps): update module github.com/hashicorp/vault/api to v1.12.0 #​7550
  • chore(deps): update docker.io/library/golang docker tag to v1.22.0 #​7549
  • fix(deps): update module github.com/google/go-containerregistry to v0.19.0 #​7517
  • fix(deps): update k8s to v0.29.1 #​7505
  • chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.3-1552 #​7501
  • fix(deps): update module github.com/google/uuid to v1.6.0 #​7496
  • fix(deps): update module k8s.io/klog/v2 to v2.120.1 #​7484
  • fix(deps): update module go.elastic.co/apm/v2 to v2.4.8 #​7472
  • fix(deps): update module sigs.k8s.io/controller-tools to v0.14.0 #​7461
  • fix(deps): update module github.com/spf13/viper to v1.18.2 #​7458
  • fix(deps): update module github.com/prometheus/client_golang to v1.18.0 #​7417
  • fix(deps): update module github.com/go-logr/logr to v1.4.1 #​7409

Configuration

📅 Schedule: Branch creation - "after 9am,before 5pm" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot force-pushed the renovate/eck-operator-2.x branch from 163470c to 5f16762 Compare March 27, 2024 23:01
@renovate renovate bot changed the title feat(helm): update chart eck-operator to 2.12.0 feat(helm): update chart eck-operator to 2.12.1 Mar 27, 2024
@renovate renovate bot force-pushed the renovate/eck-operator-2.x branch from 5f16762 to 67356bc Compare May 27, 2024 00:16
Copy link

--- HelmRelease: elastic-system/eck-operator StatefulSet: elastic-system/elastic-operator

+++ HelmRelease: elastic-system/eck-operator StatefulSet: elastic-system/elastic-operator

@@ -25,13 +25,13 @@

     spec:
       terminationGracePeriodSeconds: 10
       serviceAccountName: elastic-operator
       securityContext:
         runAsNonRoot: true
       containers:
-      - image: docker.elastic.co/eck/eck-operator:2.11.1
+      - image: docker.elastic.co/eck/eck-operator:2.12.1
         imagePullPolicy: IfNotPresent
         name: manager
         args:
         - manager
         - --config=/conf/eck.yaml
         securityContext:

Copy link

--- kubernetes/apps/elastic-system/eck-operator/app Kustomization: flux-system/cluster-apps-eck-operator HelmRelease: elastic-system/eck-operator

+++ kubernetes/apps/elastic-system/eck-operator/app Kustomization: flux-system/cluster-apps-eck-operator HelmRelease: elastic-system/eck-operator

@@ -12,13 +12,13 @@

     spec:
       chart: eck-operator
       sourceRef:
         kind: HelmRepository
         name: elastic
         namespace: flux-system
-      version: 2.11.1
+      version: 2.12.1
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 15m
   maxHistory: 3

@FreekingDean FreekingDean merged commit eb59af8 into main May 27, 2024
4 checks passed
@FreekingDean FreekingDean deleted the renovate/eck-operator-2.x branch May 27, 2024 04:14
FreekingDean pushed a commit that referenced this pull request May 28, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant