Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 4.0.0

    b6d4bd83 · Bump to version 4.0.0 ·
    No major changes for the helmchart but bumping the Prometheus major version from 2 to 3.
    
    - [prometheus] (f9ef560084a9794f6f5a5158dd841ae4cd4e6ec6) Allow to attach existing PVC as Prometheus storage;
    - [fluentbit] (ef87a5538b40073c7bb061e5528afd51970d6188) Upgrade fluentbit to 4.1.0;
    - [prometheus] (0c9b87b0dda8fb4444e8414221b06226e263cf2d) Upgrade Prometheus to 3.5.0
    - [prometheus] (0f67b335a93d67a9420b53b5d06bfacf244c79b2) Allow to set extra remote writes;
    - [prometheus] (ff7982334a7f76d16d66bd6293a791551eb5589f) Allow to disable default remote write;
  • 3.5.0

    3.5.0
    
    - [node-exporter] (a8c715ba67d46d278424253651e88365a0614d50) Upgrade node-exporter to 1.9.1;
    - [fluentbit] (66f126f990a3f9bd2e6db6f73186c2e9bd74d923) Upgrade fluentbit to 4.0.7;
    - [gitlab-ci] (4591c0218e3eadc427da2e8c72c14ed3962c1dbc) Add a new step to upload all used images to harbor;
    - [prometheus] (a20c12c6c9628dee1dbde7ad1b3dfd66bd1cb9ab) Remove relabelings from lts prometheus remote write;
    - [prometheus, apiServer, docs] (379b9dde2ad3e3a95197bc4bf2499a272b7b846d) Add configuration to control API Server histogram dropping;
  • 3.4.0

    - [prometheus] (cd07cf93949f31a8bff1222fbbef60ca8e4e3429): Add flow for downsampling metrics.
    - [fluentbit] (a0d8d2a1f554f16b8aa0a31eb8642700694cce44): Add namespace to fluent-bit lua script ConfigMaps. Allows to install via helm template | kubectl apply -f -.
    - [node exporter] (3407dd5028d6bcb1fc237eccf25c4057ee9c5e49): Added `metrics.nodeExporter.args` in `values.yaml` to allow users to override default CLI arguments in node exporter.
  • 3.3.0

    b3da0e10 · Prepare release 3.3.0 ·
    3.3.0
    
    - [metrics] Remove some SM/PM for external components that should not be in this chart.
    - [metrics] Allow to optionally install api_server and kubelet SMs.
    - [docs] mention Fluent Bit memory limits configuration.
    - [metrics] Fix regression in on-disk store configuration.
    
  • 3.2.0

    3.2.0
    
    - [logs] Allow adding filters at the beginning of the logs pipeline.
    - [all] Define all images in values.yaml to support TN installation.
    - [prometheus] ConfigReloader: default to operator's tag if not provided.
    - [all/fluent-bit] Revert "Pull stream pristine image via registry.cern.ch" do to TN limitations.
  • 3.1.0

    3.1.0
    
    - [logs] Allow adding custom filters for log parsing/massaging.
    - Add extra ignored mount points for cvmfs and eos to Node Exporter.
    - [logs] [events] Homogenise label name containing the Kubernetes cluster name.
    - [logs] Expose all Kubernetes prefixed by kubernetes_.
    - [docs] Recommend a given master flavor.
    
  • 3.0.0

    3.0.0
    
    Although there hasn't been any breaking changes in the chart itself,
    we're bumping the major as there has been a fluent-bit major bump.
    
    - Upgrade fluent-bit to 4.0.1.
    - Roll metrics' statefulset automatically upon config changes.
    - Pull stream pristine image via registry.cern.ch.
    - Add option to only send logs from a list of namespaces.
    - Roll daemonset automatically upon config changes.
    - Minor documentation tweaks.
    
  • 2.1.0

    2.1.0
    
    This is a maintenance release which does not contain many user-visible
    bugfixes or features, focusing on refinements in the tooling, the
    development workflows and the documentation (not mentioned in the list
    below -- see Git log for details).
    
    - Support forwarding Kubernetes events to MONIT.
    - Unify Fluent Bit image configuration, allowing per-component overrides
    - Honour scrapping interval configuration
  • 2.0.0

    2.0.0
    
    This is a major backwards incompatible release, hence the major
    version bump. Please note that starting from this version there's no
    need to ship the Prometheus CRDs separately (see installation
    instructions for details).
    
    - Upgrade Fluent Bit to 3.2.6.
    - Ship Prometheus operator CRDs within this chart.
    - Fail early if tenant.name and tenant.password are necessary and are not provided.
    - Fail early if kubernetes.ClusterName are necessary and are not provided.
    - Do not try to push metrics from Prometheus to local Fluent Bit if not installed.
    - Don't deploy it-monit-metrics-fluentbit service if no Fluent Bit is avail.
    - Fix regression not allowing to configure Alertmanager in Prometheus.
    - Allow configuring mounts in Alertmanager.
    - Correct Fluent Bit's extraVolumes' indentation.
    - Correct Fluent Bit's extraVolumeMounts' indentation.
    - Correct typos and wording in documentation.
  • 1.1.0

    + Upgrade Prometheus server to 2.53.3
  • 1.0.0-rc8

    Includes:
    + Fix Prometheus server configuration by changing some keys from snake case to camel case.
  • 1.0.0-rc7

    This release includes:
    + Enable Prometheus remote write to local Fluent Bit.
    + Enable node exporter netdev collector.
  • 1.0.0-rc6

    Applied hot fix from f8520328:
      - hotfix: alermanager and pushgateway ingresses.
  • 1.0.0-rc5

    This tag includes the following changes:
    
    - [FIX] (ebfc8594eb8) fluentbit: Conditional creation of ConfigMap :: Nacho Barrientos :: Skips ConfigMap creation if no logs are collected, matching conditions in fluentbit-logs/daemonset.yaml.
    
    - [FEATURE] (5e18e56e8d6) push-gateway: Added component and configuration :: Guillermo Facundo Colunga :: Introduced push gateway component with deployment, service, ingress, and ServiceMonitor for metric scraping.
    
    - [FEATURE] (8f9ca2d69a0) prometheus: Enable listening to Prometheus rules from all namespaces :: Guillermo Facundo Colunga :: Configured Prometheus to capture PrometheusRule objects across all namespaces by setting selectors to null.
    
    - [FEATURE] (c60847c59a3) alertmanager: Inclusion in the chart :: Guillermo Facundo Colunga :: Added option to enable Alertmanager. Deployable with or without ingress, in HA or non-HA mode. Default setting is disabled.