UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
CHANGELOG.md 20.1 KiB
Newer Older
  • Learn to ignore specific revisions
  • # Changelog
    
    The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
    
    
    Micah Nagel's avatar
    Micah Nagel committed
    ---
    
    ## [6.25.1-bb.1] - 2025-02-26
    
    ### Changed
    
    - Modified `loki-canary` values to use registry1 image
    - Modified `enterprise-logs-provisioner` values to use registry1 image
    - Modified `loki-helm-test` values to use registry1 image
    
    RENOVATE_BOT's avatar
    RENOVATE_BOT committed
    ## [6.25.1-bb.0] - 2025-02-11
    
    ### Updated
    
    - Updated `gluon` from `0.5.12` -> `0.5.14`
    - Updated `k8s-sidecar` from `1.28.4` -> `1.30.0`
    - Updated `kubectl` from `v1.30.8` -> `v1.30.9`
    - Updated `memcached` from `1.6.33` -> `1.6.36`
    - Updated `nginx` from `1.27.3` -> `1.27.4`
    - Updated `grafana-agent-operator` from `0.5.0` -> `0.5.1`
    - Updated `rollout-operator` from `0.21.0` -> `0.23.0`
    
    
    ## [6.24.0-bb.5] - 2025-02-12
    
    ### Changed
    
    - Updated istio ingress and egress network policies to be more dynamic
    
    
    ## [6.24.0-bb.4] - 2025-02-07
    
    ### Changed
    
    - Modified Cypress test logic to address changes in Grafana Dashboard CSS
    
    
    Blair Bowden's avatar
    Blair Bowden committed
    ## [6.24.0-bb.3] - 2025-01-31
    
    ### Added
    
    - Added the `app.kubernetes.io: minio` label to the default tenant configuration
    
    
    Michael Martin's avatar
    Michael Martin committed
    ## [6.24.0-bb.2] - 2025-01-29
    
    ### Added
    
    - Added the `app: minio` label to the default tenant configuration
    
    
    ## [6.24.0-bb.1] - 2025-01-16
    
    ### Changed
    
    - No longer enabling istio hardening integrations with other Big Bang packages by default
    
    
    RENOVATE_BOT's avatar
    RENOVATE_BOT committed
    ## [6.24.0-bb.0] - 2025-01-02
    
    ### Updated
    
    - Updated `loki` from `v3.3.1` -> `v3.3.2`
    - Updated `kubectl` from `v1.30.7` -> `v1.30.8`
    - Updated `rollout_operator` from `0.20.0` -> `0.21.0`
    - Updated `loki-canary` from `3.3.1` -> `3.3.2`
    - Updated `k8s-sidecar` from `1.28.0` -> `1.28.4`
    
    
    ## [6.23.0-bb.1] - 2024-12-11
    
    ### Updated
    
    - Updated `grafana-enterprise-logs` from `v1.7.0` -> `v3.3.0`
    
    ## [6.23.0-bb.0] - 2024-12-09
    
    ### Updated
    
    - Updated `loki` from `v3.3.0` -> `v3.3.1`
    - Updated `loki-canary` from `3.3.0` -> `3.3.1`
    - Updated `memcached` from `1.6.32` -> `1.6.33`
    
    
    ## [6.22.0-bb.0] - 2024-12-03
    
    ### Updated
    
    - Updated `loki` from `v3.2.0` -> `v3.3.0`
    - Updated `gluon` from `0.5.8` -> `0.5.12`
    - Updated `kubectl` from `v1.30.5` -> `v1.30.7`
    - Updated `loki-canary` from `3.2.1` -> `3.3.0`
    - Updated `nginx` from `1.27.2` -> `1.27.3`
    - Updated `minio-instance` from `6.0.2-bb.0` -> `6.0.4-bb.2`
    - Updated `grafana-agent-operator` from `0.4.1` -> `0.5.0`
    - Updated `rollout-operator` from `0.16.0` -> `0.20.0`
    
    
    ## [6.18.0-bb.3] - 2024-11-20
    
    ### Changed
    
    - Modified cypress test to not use dynamic code, and replaced with a static & predictable value
    
    - Added the maintenance track annotation and badge
    
    ## [6.18.0-bb.2] - 2024-11-19
    
    ### Changed
    
    - Modified cypress test `id` field value to accommodate latest Grafana updates.
    
    
    ## [6.18.0-bb.1] - 2024-11-06
    
    ### Changed
    
    - Now setting `istio.loki.enabled` to `false` by default
    
    
    RENOVATE_BOT's avatar
    RENOVATE_BOT committed
    ## [6.18.0-bb.0] - 2024-10-18
    
    ### Updated
    
    RENOVATE_BOT's avatar
    RENOVATE_BOT committed
    - Updated `loki` from `v3.1.1` -> `v3.2.0`
    - Updated `gluon` from `0.5.4` -> `0.5.8`
    - Updated `k8s-sidecar` from `1.27.5` -> `1.28.0`
    - Updated `kubectl` from `v1.29.8` -> `v1.30.5`
    - Updated `memcached` from `1.6.30` -> `1.6.31`
    - Updated `nginx` from `1.26.2` -> `1.27.2`
    
    
    ## [6.12.0-bb.7] - 2024-10-07
    
    ### Changed
    
    - Updated hardcoded minio matchLabels
    
    
    ## [6.12.0-bb.6] - 2024-10-7
    
    ### Changed
    
    - Modify loki-cypress-test to increase timeout and retry, while adding a skip logic for grafana login
    
    
    ## [6.12.0-bb.5] - 2024-09-24
    
    ### Changed
    
    - Give grafana an extra minute to check for loki datasource connection in cypress testing
    
    
    ## [6.12.0-bb.4] - 2024-09-18
    
    ### Fixed
    
    - Fixed cypress formatting/phrasing
    
    
    Blair Bowden's avatar
    Blair Bowden committed
    ## [6.12.0-bb.3] - 2024-09-18
    
    ### Fixed
    
    - Fixed dashboard regular expressions for new grafana format
    
    
    Blair Bowden's avatar
    Blair Bowden committed
    ## [6.12.0-bb.2] - 2024-09-18
    
    ### Fixed
    
    - Fixed cypress test relating to grafana upgrade
    
    RENOVATE_BOT's avatar
    RENOVATE_BOT committed
    
    
    ## [6.12.0-bb.1] - 2024-09-12
    
    ### Added
    
    - Added a network policy allowing ingress from Grafana Alloy
    
    
    RENOVATE_BOT's avatar
    RENOVATE_BOT committed
    ## [6.12.0-bb.0] - 2024-09-08
    
    ### Updated
    
    RENOVATE_BOT's avatar
    RENOVATE_BOT committed
    - Updated `gluon` from `0.5.3` -> `0.5.4`
    - Updated `minio-instance` from `5.0.16-bb.0` -> `6.0.2-bb.0`
    - Updated `k8s-sidecar` from `1.27.5` -> `1.27.6`
    - Updated `kubectl` from `v1.29.7` -> `v1.29.8`
    - Updated `memcached` from `1.6.29` -> `1.6.30`
    - Updated `nginx` from `1.26.1` -> `1.26.2`
    
    
    RENOVATE_BOT's avatar
    RENOVATE_BOT committed
    ## [6.10.0-bb.0] - 2024-08-14
    
    ### Updated
    
    - Updated `loki-canary` from `v3.1.0` -> `v3.1.1`
    - Updated `loki` from `v3.1.0` -> `v3.1.1`
    - Updated `gluon` from `v0.5.0` -> `v0.5.3`
    - Updated `grafana-agent-operator` from `v0.4.0` -> `v0.4.1`
    
    
    Wyatt Fry's avatar
    Wyatt Fry committed
    ## [6.7.1-bb.2] - 2024-08-12
    
    ### Changed
    
    - Pass input pod labels through tpl function
    
    
    ## [6.7.1-bb.1] - 2024-07-19
    
    ### Added
    
    - Add support for toggling dashboard sets between deployment strategies
    
    ## [6.7.1-bb.0] - 2024-07-19
    
    ### Updated
    
    - Updated `loki-canary` from `v3.0.0` -> `v3.1.0`
    - Updated `loki` from `v3.0.0` -> `v3.1.0`
    - Updated `minio-instance` from `5.0.15-bb.0` -> `5.0.16-bb.0`
    - Updated `k8s-sidecar` from `1.27.4` -> `1.27.5`
    - Updated `kubectl` from `v1.29.6` -> `v1.29.7`
    
    
    ## [6.6.4-bb.6] - 2024-07-17
    
    ### Fixed
    
    - Disable Loki VirtualService by default.
    
    - Add support for the deletion of log entries from a specified stream and set retention to forever.
    
    ## [6.6.4-bb.4] - 2024-07-16
    
    ### Fixed
    
    - Fixed Loki VirtualService for `scalable` and `monolith` deployments
    
    
    ## [6.6.4-bb.3] - 2024-07-15
    
    ### Changed
    
    - Consolidated redundant simple/scalable loki peerauth
    
    
    ## [6.6.4-bb.2] - 2024-07-11
    
    ### Fixed
    
    - Update retention grafana dashbaord
    
    Jimmy Ungerman's avatar
    Jimmy Ungerman committed
    ## [6.6.4-bb.1] - 2024-07-03
    
    ### Removed
    
    - Removed shared authPolicies set at the Istio level
    
    
    ## [6.6.4-bb.0] - 2024-07-01
    
    ### Updated
    
    - Update `k8s-sidecar` from `1.27.2` -> `1.27.4`
    - Update `kubectl` from `v1.29.5` -> `v1.29.6`
    - Update `memcached` from `1.6.27` -> `1.6.29`
    - Update `nginx` from `1.26.0` -> `1.26.1`
    
    
    ## [6.6.2-bb.7] - 2024-07-01
    
    ### Fixed
    
    - Fixed minio pool to use required pool name
    
    
    Jimmy Ungerman's avatar
    Jimmy Ungerman committed
    ## [6.6.2-bb.6] - 2024-06-28
    
    ### Fixed
    
    - Cypress intermittent failures fix
    
    
    ## [6.6.2-bb.5] - 2024-06-27
    
    ### Fixed
    
    - Removes the `service_name` default label
    
    Michael Martin's avatar
    Michael Martin committed
    ## [6.6.2-bb.4] - 2024-06-24
    
    Michael Martin's avatar
    Michael Martin committed
    ### Added
    
    Michael Martin's avatar
    Michael Martin committed
    - Cypress retries and wait added to tests
    
    
    ## [6.6.2-bb.3] - 2024-06-13
    
    - Synchronize chart with upstream version 6.6.2
    
    
    ## [6.6.2-bb.2] - 2024-06-5
    
    - Set from date for `v13` schema to date of bb release
    
    
    - Upgraded kiwigrid/k8s-sidecar from 1.27.1 to 1.27.2
    
    
    ## [6.5.2-bb.2] - 2024-05-24
    
    - Added Kyverno Policy values to loki override-values.yaml in the DEVELOPMENT_MAINTENANCE.md
    
    
    ## [6.5.2-bb.1] - 2024-05-20
    
    bigbang bot's avatar
    bigbang bot committed
    ## [6.5.2-bb.0] - 2024-05-17
    
    bigbang bot's avatar
    bigbang bot committed
    ### Upgrade
    
    bigbang bot's avatar
    bigbang bot committed
    - Updated k8s-sidecar 1.26.1 -> 1.27.1
    - Updated kubectl 1.29.3 -> 1.29.5
    - Updated memcached 1.6.23 -> 1.6.27
    - Updated nginx 1.25.4 -> 1.26.0
    - Updated rollout-operator 0.13.0 -> 0.15.0
    - Updated grafana-agent-operator 0.3.21 -> 0.3.22
    
    
    bigbang bot's avatar
    bigbang bot committed
    ## [6.3.4-bb.0] - 2024-05-14
    
    bigbang bot's avatar
    bigbang bot committed
    ### Upgrade
    
    bigbang bot's avatar
    bigbang bot committed
    - Updated loki 2.9.6 -> 3.0.0
    - Updated minio-instance 5.0.12-bb.6 -> 5.0.12-bb.13
    - Updated grafana-agent-operator 0.3.19 -> 0.3.20
    - Updated gluon 0.4.9 -> 0.5.0
    - Added rollout-operator 0.13.0
    
    
    ## [5.47.2-bb.4] - 2024-05-07
    
    ### Fixed
    
    - Match minIO chart version to it's pinned image
    
    
    ## [5.47.2-bb.3] - 2024-05-06
    
    - Disabled anonymous usage statistics
    
    
    ## [5.47.2-bb.2] - 2024-04-04
    
    - Added custom network policies
    
    
    ## [5.47.2-bb.1] - 2024-04-03
    
    - Removed matchLabels for allow-intranamespace authorizationPolicy
    
    
    bigbang bot's avatar
    bigbang bot committed
    ## [5.47.2-bb.0] - 2024-04-01
    
    bigbang bot's avatar
    bigbang bot committed
    ### Upgrade
    
    bigbang bot's avatar
    bigbang bot committed
    - Updated loki 2.9.4 -> 2.9.6
    - Updated minio-instance 5.0.11-bb.3 -> 5.0.12-bb.6
    - Updated grafana-agent-operator 0.3.15 -> 0.3.19
    - Updated k8s-sidecar 1.25.3 -> 1.26.1
    - Updated kubectl v1.28.6 -> v1.28.8
    - Updated nginx 1.25.3 -> 1.25.4
    
    
    ## [5.42.0-bb.11] - 2024-03-29
    
    ### Added
    
    - Add drop all capabilities to minio
    
    
    - Added workloadSelector for Loki Sidecar
    
    
    James Causey's avatar
    James Causey committed
    ## [5.42.0-bb.9] - 2024-03-05
    
    James Causey's avatar
    James Causey committed
    ### Added
    
    James Causey's avatar
    James Causey committed
    - Added Openshift updates for deploying loki into Openshift cluster
    
    
    ## [5.42.0-bb.8] - 2024-02-28
    
    - Added istio sidecar to set outboundTrafficPolicy to REGISTRY_ONLY
    - Added customServiceEntries to explicitly allow egress for external hosts
    
    
    ## [5.42.0-bb.7] - 2024-02-20
    
    - Fixed loki dashboard json UID
    
    ## [5.42.0-bb.6] - 2024-02-20
    
    - Add support for fluentbit AuthPolicies
    
    
    ## [5.42.0-bb.5] - 2024-02-08
    
    ### Changed
    
    - Change testing to check for log data
    
    
    ## [5.42.0-bb.4] - 2024-02-06
    
    ### Changed
    
    - Added testing to check for log data
    
    
    ## [5.42.0-bb.3] - 2024-02-02
    
    ### Changed
    
    - Updated loki to gluon 0.4.8
    
    
    ## [5.42.0-bb.2] - 2024-01-31
    
    - Renamed the authorization policies to prevent conflicts in the logging namespace
    
    
    ## [5.42.0-bb.1] - 2024-01-31
    
    
    - Changed loki commonConfig replication_factor to 1 from 3
    
    bigbang bot's avatar
    bigbang bot committed
    ## [5.42.0-bb.0] - 2024-01-30
    
    bigbang bot's avatar
    bigbang bot committed
    ### Upgrade
    
    bigbang bot's avatar
    bigbang bot committed
    - docker.io/grafana/loki-canary 2.9.3 -> 2.9.4
    - ironbank/opensource/grafana/loki 2.9.3 -> 2.9.4
    - registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar 1.25.2 -> 1.25.3
    - registry1.dso.mil/ironbank/opensource/grafana/loki 2.9.3 -> 2.9.4
    - registry1.dso.mil/ironbank/opensource/kubernetes/kubectl v1.28.4 -> v1.28.6
    
    
    ## [5.41.4-bb.5] - 2024-01-18
    
    - removed a restriction on the allow-intranet authorization policy
    
    
    ## [5.41.4-bb.3] - 2024-01-17
    
    - removed Istio.enabled from test-values
    
    
    ## [5.41.4-bb.2] - 2024-01-16
    
    ### Changed
    
    - Istio.enabled as false in test-values
    
    
    ## [5.41.4-bb.2] - 2024-01-12
    
    - Enabled istio hardening in tests
    
    
    ## [5.41.4-bb.1] - 2024-1-2
    
    - Istio virtual service
    - network policy for virtual service
    - allow-intranamespace policy
    - allow-nothing-policy
    - ingressgateway-authz-policy
    - monitoring-authz-policy
    - promtail-authz-policy
    - template for adding user defined policies
    
    
    ## [5.41.4-bb.0] - 2023-12-29
    
    ### Changed
    
    - loki image 2.9.2 -> 2.9.3
    
    
    - registry1.dso.mil/ironbank/opensource/kubernetes/kubectl v1.28.3 -> v1.28.4
    
    
    ## [5.31.0-bb.9] - 2023-11-28
    
    - Updating OSCAL Component file.
    
    
    ## [5.31.0-bb.8] - 2023-11-27
    
    - `loki.ingester.autoforget_unhealthy: true` set by default for ingester values.
    
    
    ## [5.31.0-bb.7] - 2023-11-20
    
    - Removed automounting Service Account Tokens
    
    
    ## [5.31.0-bb.6] - 2023-11-20
    
    - Fix a bug where the hardcoded ingester value was overriding kustomize/override values.
    
    
    Jeffrey Victor's avatar
    Jeffrey Victor committed
    ## [5.31.0-bb.5] - 2023-11-17
    
    Jeffrey Victor's avatar
    Jeffrey Victor committed
    ### Changed
    
    Jeffrey Victor's avatar
    Jeffrey Victor committed
    - Made Cypress test more verbose
    
    
    bigbang bot's avatar
    bigbang bot committed
    ## [5.31.0-bb.4] - 2023-11-07
    
    bigbang bot's avatar
    bigbang bot committed
    ### Changed
    
    bigbang bot's avatar
    bigbang bot committed
    - Updated registry1.dso.mil/ironbank/big-bang/base 2.0.0 -> 2.1.0
    
    
    ## [5.31.0-bb.3] - 2023-11-02
    
    ### Removed
    
    - Remove portLevelException
    
    
    Ryan Garcia's avatar
    Ryan Garcia committed
    ## [5.31.0-bb.2] - 2023-10-31
    
    Ryan Garcia's avatar
    Ryan Garcia committed
    ### Changed
    
    Ryan Garcia's avatar
    Ryan Garcia committed
    - Service Template changes for all 3 components to force TCP convention for the GRCP gossip ports
    
    
    ## [5.31.0-bb.1] - 2023-10-31
    
    - Updated registry1.dso.mil/ironbank/opensource/kubernetes/kubectl v1.28.2 -> v1.28.3
    - Updated registry1.dso.mil/ironbank/opensource/nginx/nginx 1.25.2 -> 1.25.3
    
    
    bigbang bot's avatar
    bigbang bot committed
    ## [5.31.0-bb.0] - 2023-10-17
    
    bigbang bot's avatar
    bigbang bot committed
    ### Changed
    
    bigbang bot's avatar
    bigbang bot committed
    - Updated docker.io/grafana/loki-canary 2.9.1 -> 2.9.2
    - Updated ironbank/opensource/grafana/loki 2.9.1 -> 2.9.2
    - Updated registry1.dso.mil/ironbank/opensource/kubernetes/kubectl 1.27.6 -> v1.28.2
    - Updated registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar 1.25.1 -> 1.25.2
    
    
    ## [5.23.1-bb.2] - 2023-10-17
    
    ### Changed
    
    - Update OSCAL version from 1.0.0 to 1.1.1
    
    
    ## [5.23.1-bb.1] - 2023-10-13
    
    - Helm validation for backend scaling requirements introduced with loki 2.9.\*
    
    bigbang bot's avatar
    bigbang bot committed
    ## [5.23.1-bb.0] - 2023-09-29
    
    bigbang bot's avatar
    bigbang bot committed
    ### Changed
    
    bigbang bot's avatar
    bigbang bot committed
    - Updated docker.io/grafana/loki-canary 2.9.0 -> 2.9.1
    - Updated ironbank/opensource/grafana/loki 2.9.0 -> 2.9.1
    - Updated registry1.dso.mil/ironbank/opensource/kubernetes/kubectl 1.27.5 -> 1.27.6
    - Updated registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar 1.22.4 -> 1.25.1
    - Updated to latest upstream chart 5.23.1
    
    
    ## [5.21.0-bb.3] - 2023-09-28
    
    - Fixed minor bug with cypress tests
    
    
    ## [5.21.0-bb.2] - 2023-09-27
    
    ### Changed
    
    - Updated gluon to 0.4.1
    - Modified cypress structure to accommodate cypress 13.X+ testing
    
    
    ## [5.21.0-bb.1] - 2023-09-15
    
    - Indentation fixes for new rules sidecar YAML
    
    
    ## [5.21.0-bb.0] - 2023-09-14
    
    ### Changed
    
    - Updated docker.io/grafana/loki-canary 2.8.4 -> 2.9.0
    - Updated ironbank/opensource/grafana/loki 2.8.4 -> 2.9.0
    - Updated registry1.dso.mil/ironbank/opensource/grafana/loki 2.8.4 -> 2.9.0
    
    
    ## [5.15.0-bb.0] - 2023-08-30
    
    ### Changed
    
    - Updated docker.io/grafana/loki-canary 2.8.3 -> 2.8.4
    - Updated ironbank/opensource/grafana/loki 2.8.3 -> 2.8.4
    - Updated registry1.dso.mil/ironbank/opensource/grafana/loki 2.8.3 -> 2.8.4
    - Updated registry1.dso.mil/ironbank/opensource/kubernetes/kubectl 1.27.4 -> 1.27.5
    - Updated registry1.dso.mil/ironbank/opensource/nginx/nginx 1.25.1 -> 1.25.2
    
    
    ## [5.9.2-bb.1] - 2023-08-24
    
    ### Changed
    
    - Cypress test locations for datasources in Grafana 10.X
    
    
    bigbang bot's avatar
    bigbang bot committed
    ## [5.9.2-bb.0] - 2023-08-03
    
    bigbang bot's avatar
    bigbang bot committed
    ### Changed
    
    bigbang bot's avatar
    bigbang bot committed
    - Updated to latest upstream chart 5.9.2
    
    
    ## [5.8.9-bb.0] - 2023-07-05
    
    ### Changed
    
    - Updated to latest upstream chart 5.8.9
    
    
    ## [5.5.0-bb.4] - 2023-06-22
    
    ### Changed
    
    - Update grafana-enterprise-logs from v1.6.0 -> v1.7.1
    - Update kubectl from v1.26.4 -> 1.27.3
    - Update nginx from 1.23.3 -> 1.25.1
    
    
    ## [5.5.0-bb.1] - 2023-06-21
    
    Ryan Garcia's avatar
    Ryan Garcia committed
    ### Changed
    
    - Updated `schema_config` with valid date for tsdb index
    
    ## [5.5.0-bb.1] - 2023-05-23
    
    - Updated `schema_config` with tsdb index default
    - Updated `storage_config` with `tsdb-shipper` default
    
    
    Ryan Garcia's avatar
    Ryan Garcia committed
    ## [5.5.0-bb.0] - 2023-05-19
    
    ### Added
    
    - Updated chart to `helm-loki-5.5.0`
    - Update loki from 2.8.0 -> 2.8.2
    - Update lokiCanary from 2.8.0 -> 2.8.2
    
    
    Joe Foster's avatar
    Joe Foster committed
    ## [5.0.0-bb.4] - 2023-05-15
    
    Joe Foster's avatar
    Joe Foster committed
    ### Added
    
    Joe Foster's avatar
    Joe Foster committed
    - updated cypress test for monitoring package update
    
    
    ## [5.0.0-bb.3] - 2023-05-10
    
    - Added a networkpolicy for egress from minio to the controlplane
    
    ## [5.0.0-bb.2] - 2023-04-19
    
    ### Added
    
    - Added `fluentbit` network policy
    - Added conditional for `fluentbit` and `promtail` network policies
    
    
    ## [5.0.0-bb.1] - 2023-04-19
    
    - Updated kubectl versson from 1.26.3 to 1.26.4
    
    
    ## [5.0.0-bb.0] - 2023-04-11
    
    bigbang bot's avatar
    bigbang bot committed
    ### Added
    
    bigbang bot's avatar
    bigbang bot committed
    - Updated chart to `helm-loki-5.0.0`
    - Update loki from 2.7.5 -> 2.8.0
    - Update lokiCanary from 2.7.5 -> 2.8.0
    
    
    ## [4.10.0-bb.0] - 2023-04-06
    
    bigbang bot's avatar
    bigbang bot committed
    ### Added
    
    bigbang bot's avatar
    bigbang bot committed
    - Updated chart to `helm-loki-4.10.0`
    - Update loki from 2.7.4 -> 2.7.5
    - Update lokiCanary from 2.7.4 -> 2.7.5
    - Update kubectl from 1.26.2 -> 1.26.3
    
    
    ## [4.8.0-bb.2] - 2023-04-03
    
    - Added ingress policy for promtail -> loki
    
    Micah Nagel's avatar
    Micah Nagel committed
    
    
    ## [4.8.0-bb.1] - 2023-03-30
    
    Micah Nagel's avatar
    Micah Nagel committed
    ### Added
    
    Micah Nagel's avatar
    Micah Nagel committed
    - Add helm test egress policy
    
    
    ## [4.8.0-bb.0] - 2023-03-14
    
    bigbang bot's avatar
    bigbang bot committed
    ### Changed
    
    bigbang bot's avatar
    bigbang bot committed
    - Update loki from 2.7.3 -> 2.7.4
    - Update kubectl from 1.26.1 -> 1.26.2
    - Update nginx from 1.23.2 -> 1.23.3
    - Update minio from 4.5.4-bb.2 -> 4.5.4-bb.3
    
    
    - Backend, Read, Write PodDisruptionBudget template is now configurable
    
    - `write|read|backend.podDisruptionBudget` values added to chart
    
    
    ## [4.4.2-bb.1] - 2023-02-22
    
    ## [4.4.2-bb.0] - 2023-02-07
    
    bigbang bot's avatar
    bigbang bot committed
    ### Changed
    
    bigbang bot's avatar
    bigbang bot committed
    - loki chart major version upgrade from 3.7.0 -> 4.4.2
    - Update loki from 2.7.0 -> 2.7.3
    - Update kubectl from 1.25.5 -> 1.25.6
    
    ## [3.7.0-bb.2] - 2023-02-08
    
    - Fixed image tags in Chart.yaml image annotations
    
    
    ## [3.7.0-bb.1] - 2023-01-17
    
    Micah Nagel's avatar
    Micah Nagel committed
    ### Changed
    
    Micah Nagel's avatar
    Micah Nagel committed
    - Update gluon to new registry1 location + latest version (0.3.2)
    
    
    - Updated chart to `helm-loki-3.7.0`
    - Updated kubectl image to `v1.25.5`
    
    
    bigbang bot's avatar
    bigbang bot committed
    ## [3.6.0-bb.0]
    
    bigbang bot's avatar
    bigbang bot committed
    ### Changed
    
    bigbang bot's avatar
    bigbang bot committed
    - Updated chart to `helm-loki-3.6.0`
    - Updated minio image to `4.5.4-bb.2`
    
    
    bigbang bot's avatar
    bigbang bot committed
    ## [3.3.4-bb.0]
    
    bigbang bot's avatar
    bigbang bot committed
    ### Changed
    
    bigbang bot's avatar
    bigbang bot committed
    - Updated chart to `helm-loki-3.3.4`
    - Updated kubectl image to `v1.25.4`
    - Updated nginx image to `1.23.2`
    
    
    Micah Nagel's avatar
    Micah Nagel committed
    ## [3.2.1-bb.3]
    
    Micah Nagel's avatar
    Micah Nagel committed
    ### Fixed
    
    Micah Nagel's avatar
    Micah Nagel committed
    - Fixed loki monolith peerauthentication labels
    
    
    - Updated loki-health cypress configuration to be more resilient to updates and CSS changes.
    
    
    ## [3.2.1-bb.1]
    
    ### Changed
    
    - Updated istiod egress NetworkPolicy template to be open podSelector `{}`.
    
    
    brandt keller's avatar
    brandt keller committed
    ## [3.2.1-bb.0]
    
    brandt keller's avatar
    brandt keller committed
    ### Changed
    
    brandt keller's avatar
    brandt keller committed
    - Matching chart base to upstream `loki` instead of previous `loki-simple-scalable`
    - Updated references of `monolith` to `singleBinary`
    
    
    - Re-adding changes that didn't seem to persist from previous update
    - Cleaning up NetworkPolicies, kube-api egress isn't required
    - gluon 0.3.0 update wooo
    
    
    ## [1.8.10-bb.1]
    
    - Enabled servicemonitor/podmonitor for TLS scraping
    - removed mTLS exception for metrics port
    
    
    bigbang bot's avatar
    bigbang bot committed
    ## [1.8.10-bb.0]
    
    bigbang bot's avatar
    bigbang bot committed
    ### Changed
    
    bigbang bot's avatar
    bigbang bot committed
    - Updating chart to `loki-simple-scalable` `1.8.10` chart base
    - Updating loki images to `2.6.1` tag
    - Updating monolith `loki` chart to `2.14.1` chart base
    
    
    - Updated default containerSecurityContext for monolith
    
    - Added appVersion annotation to Chart.yaml
    
    
    - Matching chart base to upstream `loki-simple-scalable` instead of utilizing as sub-chart
    - `loki` value updated to `monolith`
    - `gel` values migrated to `enterprise` for better native support of Grafana Enterprise Logs
    
    
    - Upgraded loki image from `2.5.0` to version `2.6.0`
    - Upgraded dependency chart loki from `2.11.1` to `2.13.1`
    - Upgraded dependency chart loki-simple-scalable from `0.4.0` to `1.7.5`
    
    
    ## [3.0.5-bb.3]
    
    ### Added
    
    - Adds configuration for tolerations on GEL tokengen job
    
    
    - Grafana Dasboard JSON & ConfigMap template
    
    
    runyontr's avatar
    runyontr committed
    ## [3.0.5-bb.2]
    
    runyontr's avatar
    runyontr committed
    ### Changed
    
    runyontr's avatar
    runyontr committed
    - Updated GEL image to 1.4.1
    
    
    Micah Nagel's avatar
    Micah Nagel committed
    ## [3.0.5-bb.1]
    
    Micah Nagel's avatar
    Micah Nagel committed
    ### Changed
    
    Micah Nagel's avatar
    Micah Nagel committed
    - Updated bb base image to 2.0.0
    - Updated gluon to 0.2.10
    
    
    Quentin Powell's avatar
    Quentin Powell committed
    ## [3.0.5-bb.0]
    
    Quentin Powell's avatar
    Quentin Powell committed
    ### Added
    
    Micah Nagel's avatar
    Micah Nagel committed
    - Bumped grafana-enterprise-logs tag to 1.4.0
    - Bumped big-bang/base tag to 1.18.0
    
    - Added configuration overrides to the GEL values to allow port configuration on the gateway and admin-api services.
    
    
    ## [3.0.4-bb.4]
    
    - Added configuration for setting the `kubectl` image
    
    
    Micah Nagel's avatar
    Micah Nagel committed
    ## [3.0.4-bb.3]
    
    Micah Nagel's avatar
    Micah Nagel committed
    ### Updated
    
    Micah Nagel's avatar
    Micah Nagel committed
    - Added mTLS exception for GRPC communication
    
    
    Micah Nagel's avatar
    Micah Nagel committed
    ### Updated
    
    - Update loki-simple-scalable PeerAuthentication template to use matchLabels
    
    
    brandt keller's avatar
    brandt keller committed
    ## [3.0.4-bb.1]
    
    brandt keller's avatar
    brandt keller committed
    ### Added
    
    brandt keller's avatar
    brandt keller committed
    - Added cypress and script testing to the chart
    - Added `bbtests` values to the `values.yaml`
    
    
    - Updated `chart/` base to upstream chart version `loki-2.11.1`
    - Updated Loki image to version `2.5.0`
    
    
    - Updated Grafana Enterprise Logs image to use image tag `1.3.0`
    
    
    Jordan McClintock's avatar
    Jordan McClintock committed
    ## [3.0.2-bb.1]
    
    Jordan McClintock's avatar
    Jordan McClintock committed
    ### Added
    
    Jordan McClintock's avatar
    Jordan McClintock committed
    - Added OSCAL Component with NIST 800-53 control mapping
    
    
    runyontr's avatar
    runyontr committed
    ## [3.0.2-bb.0]
    
    runyontr's avatar
    runyontr committed
    ### Changed
    
    runyontr's avatar
    runyontr committed
    - Updated Grafana Enterprise Logs image to IronBank
    
    
    - Added default PeerAuthentication to enable STRICT mTLS
    
    
    - Fixed Network policy to work for both architecture modes
    
    
    - Added simple-scalable deployment option
    - Added Grafana Enterprise Logging support
    
    ## [2.5.1-bb.3]
    
    - added optional scalable deployment for loki
    
    Patrick Kelly's avatar
    Patrick Kelly committed
    ## [2.10.1-bb.4] - 2022-04-04
    
    Patrick Kelly's avatar
    Patrick Kelly committed
    ### Changed
    
    Patrick Kelly's avatar
    Patrick Kelly committed
    - Corrected Network Policy naming conflict with logging-ek
    
    
    ## [2.10.1-bb.3] - 2022-03-28
    
    ### Added
    
    - Added Tempo Zipkin Egress Policy
    
    
    - Documentation for operational/production settings
    
    - modified default resource limits/requests
    
    
    ## [2.10.1-bb.1]