Skip to content

Release Notes - 3.13.0📜

Please see our documentation page for more information on how to consume and deploy BigBang.\ This release was primarily tested on Kubernetes 1.33.5 (EKS).

Deprecations📜

HAProxy - MR📜

  • Big Bang team removed HAProxy in this release. See upgrade notice below if you still need to use the HAProxy package.

Nexus Repository Manager📜

  • Big Bang team is planning to deprecate support for the Nexus Repository Manager package in BigBang. The upstream chart has been deprecated on October 24, 2023. As of this announcement, plans are to remove the Nexus Repository Manager package from the Big Bang umbrella in release 3.16.0. The update in 3.14 will be the final update for Nexus Repository Manager. Our team has added a new Big Bang package, NXRM3-HA, this is the official high availability Nexus Repository Manager chart supported by Sonatype. This package will be updated and maintained by the Big Bang team for use on Repo1/Reg1 but will not be included in the Umbrella chart as an addon. See migration guide for details on how to install using the BYO packages: section of the umbrella. Migration detail for nxrm-ha can be found here

Upgrade Notices📜

HAProxy - MR📜

HAProxy is removed from the Big Bang product release in this release 3.13. The chart will move to maintained. Supporting issue here. Please create an issue in our backlog if you are with a government program that requires updates to this chart. Our team will no longer maintain this chart unless a program requires it. The HAProxy chart can still be deployed using the Big Bang packages section as follows:

packages:
  haproxy:
    enabled: true
    git:
      # -- Git repo URL holding the helm chart for this package, required if using git
      repo: https://repo1.dso.mil/big-bang/product/packages/haproxy.git
      path: "./chart"
      tag: "1.19.3-bb.10"

BigBang - MR📜

Significant documentation refactor as described here.


Kiali - MR📜

Updated default values for upstream.cr.external_services.grafana and upstream.cr.external_services.tracing to use external_url key instead of url as the latter has been deprecated since version 1.73. This value is automatically constructed in our templates, however, if you have manually specified this value, please update it accordingly.


Kyverno Reporter - MR📜

The upgrade of policy-reporter from version 3.5.0 to version 3.7.0 results in a duplicate PolicyReports dashboard in the grafana monitoring tool. This is related to the introduction of a new, dashboard uid property which was added to the upstream monitoring package in v3.7.0 .

To remove the duplicate dashboard, you can run the following command any time post-upgrade. This will bounce the grafana server and clean up the duplicate dashboard:

$ kubectl -n monitoring rollout restart deployment monitoring-grafana

Vault - MR📜

If you have used Big Bang’s provided Vault autoInit for your Vault installtion – please read on.

Prior versions of the auto init script provided by Big Bang passed in the token_reviewer_jwt and kubernetes_ca_cert flags when configuring Kubernetes authentication in Vault. As Kubernetes has moved to short-lived tokens, the jwt token used during the initual autoInit will change when the Vault pod is restarted. This can prevent other pods e.g. Promtheus from being able to connect to Vault when the pods are bounced. You may see the vault-agent-init container fail with these types of errors:

Error making API request…Code: 403. Errors:…Code: 403. Errors:

This update no longer passes in token_reviewer_jwt and kubernetes_ca_cert during the initial Vault installation when the autoInit logic runs. Not passing in those two flags configures Vault to dynamically re-read the CA and token files. ( See Vault documentation for more details https://developer.hashicorp.com/vault/docs/auth/kubernetes#kubernetes-1-21 )

If you are upgrading Vault, and you see a pod like prometheus-monitoring-monitoring-kube-prometheus-0 failing to start when restarted due to the vault-agent-init container not connecting to vault, you can update the Vault kubernetes config using one of two methods:

Web Interface Method

  • Navigate to your domains vault config – e.g https://vault.dev.bigbang.mil/ui/vault/settings/auth/configure/kubernetes/configuration
  • Verify Disable use of local CA and service account JWT is not checked
  • Click the Save button ( even if the previous value was not checked )
  • delete the pod and verify it starts up correctly

Command Line Method

  • Retrieve your vault login token
  • $ kubectl get secrets -n vault vault-token -o json | jq -r ‘.data[“key”]’ | base64 -d
  • login to the vault container
  • $ kubectl exec -it -n vault vault-vault-0 – bash
  • inside the vault container, login to vault by passing in your token from the previous step
  • bash-5.1$ vault login
  • inside the vault container, update the kubernetes auth
  • bash-5.1$ vault write auth/kubernetes/config kubernetes_host=”https://$KUBERNETES_PORT_443_TCP_ADDR:443” issuer=”https://kubernetes.default.svc.cluster.local”
  • Success! Data written to: auth/kubernetes/config
  • bash-5.1$ exit
  • delete any vault-injected pods and verify they start back up correctly

Reach out to the Big Bang team member if you run into issues.


Upgrades from previous releases📜

If coming from a version pre-3.12.0, note the additional upgrade notices in any release in between. The BB team doesn’t test/guarantee upgrades from anything pre-3.12.0.

Packages📜

Package Type Package Version BB Version
Alloy Core v1.10.0 3.2.1-bb.5
Anchore Enterprise Addon 5.20.2 3.14.2-bb.4
updated Argocd Addon v3.2.0 9.1.4-bb.0 🔗
updated Authservice Addon 1.1.1 1.1.1-bb.5 🔗
Backstage beta Addon 1.1.0 2.6.3-bb.0
Bbctl Core 2.0.0 3.0.1-bb.0
updated Eck Operator Core 3.2.0 3.2.0-bb.0 🔗
updated Elasticsearch Kibana Core Kibana: 9.2.1 Elasticsearch: 9.2.1 1.34.0-bb.0 🔗
External Secrets Operator Addon 0.20.4 0.20.4-bb.0
updated Fluentbit Core 4.2.0 0.54.0-bb.1 🔗
Fortify Addon 25.4.0.0137 1.1.2320154-bb.38
Gatekeeper Core v3.20.1 3.20.1-bb.1
updated Gitlab Addon 18.6.1 9.6.1-bb.0 🔗
updated Gitlab Runner Addon v18.5.0 0.82.0-bb.4 🔗
updated Grafana Core 12.3.0 10.2.0-bb.1 🔗
Harbor Addon 2.14.0 1.18.0-bb.6
Headlamp beta Addon 0.37.0 0.37.0-bb.1
updated Istio Cni Core 1.28.0 1.28.0-bb.0 🔗
updated Istio Crds Core 1.28.0 1.28.0-bb.0 🔗
updated Istio Gateway Core 1.28.0 1.28.0-bb.0 🔗
updated Istiod Core 1.28.0 1.28.0-bb.0 🔗
updated Keycloak Addon 26.4.2 7.1.4-bb.4 🔗
updated Kiali Core 2.19.0 2.19.0-bb.0 🔗
Kyverno Core v1.16.0 3.6.0-bb.1
Kyverno Policies Core 3.3.4 3.3.4-bb.15
updated Kyverno Reporter Core 3.6.0 3.7.0-bb.0 🔗
updated Loki Core 3.5.5 6.46.0-bb.0 🔗
updated Mattermost Addon 11.1.1 11.1.1-bb.1 🔗
Mattermost Operator Addon 1.25.3 1.25.3-bb.0
Metrics Server Addon v0.8.0 3.13.0-bb.3
Mimir Addon 2.17.1 5.8.0-bb.3
Minio Addon RELEASE.2025-10-15T17-29-55Z 7.1.1-bb.15
Minio Operator Addon v7.1.1 7.1.1-bb.3
updated Monitoring Core Prometheus: 3.8.0 Grafana: 12.3.0 Alertmanager: 0.29.0 79.11.0-bb.0 🔗
Neuvector Core 5.4.7 2.8.9-bb.0
Nexus Repository Manager Addon 3.84.0-03 84.0.0-bb.1
updated Prometheus Operator Crds Core 21.0.0 24.0.0-bb.0 🔗
Sonarqube Addon 25.10.0.114319-community 2025.5.0-bb.1
Tempo Core Tempo: 2.8.2 Tempo Query: 2.8.2 1.23.3-bb.0
updated Thanos Addon v0.40.1 17.3.3-bb.0 🔗
updated Twistlock Core 34.02.133 0.23.0-bb.4 🔗
updated Vault Addon 1.20.4 0.31.0-bb.6 🔗
Velero Addon 1.17.1 11.1.1-bb.2
Wrapper Core 0.4.15 0.4.15

Changes in 3.13.0📜

Big Bang MRs📜

  • !7127 Remove HAProxy from BB Umbrella
  • !7132 Use cleaner logic for HAProxy Netpols
  • !7117 Resolve “Wrong Default Doc”
  • !7115 Remove MFA from test realm
  • !7107 Remove http scheme and tls config
  • !7074 Update chart templates to support vpcCidr value
  • !7018 Update registry1.dso.mil/ironbank/big-bang/p1-keycloak-plugin Docker tag to v3.6.10
  • !6930 Resolve “Adding merge list block for overlay and default list (for Kyverno Policies)”
  • !6636 Resolve “[SPIKE]: Identify all existing documentation”

Argocd📜

  • !7089: argocd update to 9.1.4-bb.0
    # Changelog Updates
    
    ## [9.1.4-bb.0] (2025-11-24)
    ### Changed
    - Upgrade argo-cd helm chart 9.1.0 -> 9.1.4
    - redis (source) 23.1.1-bb.0 -> 23.2.12-bb.0
    - registry1.dso.mil/ironbank/bitnami/redis 8.2.2 -> 8.2.3
    - registry1.dso.mil/ironbank/big-bang/argocd v3.1.9 -> v3.2.0
    

Authservice📜

  • !7126: authservice update to 1.1.1-bb.5
    # Changelog Updates
    
    ## [1.1.1-bb.5] (2025-12-05)
    ### Changed
    - Added support for additional issuers
    - Add helm unit tests
    - Added cypress e2e test
    
    ## [1.1.1-bb.4] (2025-11-21)
    ### Added
    - Added support for `cookie_attributes` configuration in authservice Helm template to allow setting SameSite cookie attributes for OIDC chains
    

Eck Operator📜

  • !7105: eckOperator update to 3.2.0-bb.0
    # Changelog Updates
    
    ## [3.2.0-bb.0] (2025-11-25)
    ### Changed
    - eck-operator updated from 3.1.0 to 3.2.0
    

Elasticsearch Kibana📜

  • !7128: elasticsearchKibana update to 1.34.0-bb.0
  • !7087: elasticsearchKibana update to 1.33.0-bb.0
    # Changelog Updates
    
    ## [1.34.0-bb.0] (2025-12-03)
    ### Changed
    - gluon updated from 0.9.3 to 0.9.6
    - elasticsearch and kibana updated from 9.1.5 to 9.2.1
    - prometheus-elasticsearch-exporter chart upgraded from 6.7.2 to 7.0.0
    - elasticsearch-exporter chart dep removed from directory, added as helm dependency tarball
    - defaults updated to align with upstream values
    - updated DEVELOPMENT_MAINTENANCE.md guide to reflect changes
    - removed bitnami elasticsearch-exporter image and replaced with opensource from ironbank
    
    ## [1.33.0-bb.0] (2025-10-14)
    ### Changed
    - gluon updated from 0.9.1 to 0.9.3
    - registry1.dso.mil/ironbank/elastic/elasticsearch/elasticsearch updated from 9.1.4 to 9.1.5
    - registry1.dso.mil/ironbank/elastic/kibana/kibana updated from 9.1.4 to 9.1.5
    

Fluentbit📜

  • !7104: fluentbit update to 0.54.0-bb.1
  • !7103: SKIP UPGRADE CHECK fluentbit update to 0.54.0-bb.0
    # Changelog Updates
    
    ## [0.54.0-bb.1] (2025-11-26)
    ### Changed
    - Update the allow-api-egress network policy template to allow setting vpcCidr
    
    ## [0.54.0-bb.0] (2025-11-25)
    ### Changed
    - fluent-bit updated from 0.52.0 to 0.54.0
    - gluon updated from 0.8.0 to 0.9.6
    
    ## [0.52.0-bb.1] (2025-11-25)
    ### Changed
    - changed log aggregation backend to Loki in test values
    

Gitlab📜

  • !7122: gitlab update to 9.6.1-bb.0
    # Changelog Updates
    
    ## [9.6.1-bb.0] (2025-12-01)
    ### Changed
    - update gitlab chart 9.5.2 -> 9.6.1
    - registry1.dso.mil/ironbank/bitnami/analytics/redis-exporter v1.80.0 -> v1.80.1
    - ironbank/gitlab/gitlab/gitlab-webservice (source) 18.5.2 -> 18.6.1
    - registry1.dso.mil/ironbank/gitlab/gitlab/certificates 18.5.2 -> 18.6.1
    - registry1.dso.mil/ironbank/gitlab/gitlab/gitaly 18.5.2 -> 18.6.1
    - registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-base 18.5.2 -> 18.6.1
    - registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-container-registry 18.5.2 -> 18.6.1
    - registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-exporter 18.5.2 -> 18.6.1
    - registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-mailroom 18.5.2 -> 18.6.1
    - registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-pages 18.5.2 -> 18.6.1
    - registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-shell 18.5.2 -> 18.6.1
    - registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-sidekiq 18.5.2 -> 18.6.1
    - registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-toolbox 18.5.2 -> 18.6.1
    - registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-webservice 18.5.2 -> 18.6.1
    - registry1.dso.mil/ironbank/gitlab/gitlab/gitlab-workhorse 18.5.2 -> 18.6.1
    - registry1.dso.mil/ironbank/gitlab/gitlab/kubectl 18.5.2 -> 18.6.1
    

Gitlab Runner📜

  • !7079: gitlabRunner update to 0.82.0-bb.4
    # Changelog Updates
    
    ## [0.82.0-bb.4] (2025-11-14)
    ### Changed
    - registry1.dso.mil/ironbank/redhat/ubi/ubi9 (source) 9.6 -> 9.7
    

Grafana📜

  • !7112: grafana update to 10.2.0-bb.1
  • !7106: grafana update to 10.1.2-bb.0
    # Changelog Updates
    
    ## [10.2.0-bb.1] (2025-12-03)
    ### Changed
    - downgraded kiwigrid/k8s-sidecar from 1.30.11 to 1.30.9 per [this issue](https://github.com/kiwigrid/k8s-sidecar/issues/431)
    
    ## [10.2.0-bb.0] (2025-11-27)
    ### Changed
    - bb-common updated from 0.9.1 to 0.10.0
    - gluon updated from 0.9.5 to 0.9.6
    - grafana updated from 10.1.2 to 10.2.0
    
    ## [10.1.2-bb.0] (2025-10-29)
    ### Changed
    - grafana updated from 10.0.0 to 10.1.2
    - gluon updated from 0.9.2 to 0.9.5
    - registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins updated from 12.2.0 to 12.2.1
    - registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar updated from 1.30.10 to 1.30.11
    - registry1.dso.mil/ironbank/opensource/grafana/grafana-image-renderer updated from v4.0.15 to v4.1.2
    

Istiod📜

  • !7094: istio update to 1.28.0-bb.0
    # Changelog Updates
    
    ## [1.28.0-bb.0] (2025-11-14)
    ### Changed
    - bb-common 0.8.3 -> 0.10.0
    - istiod 1.27.3 -> 1.28.0
    - registry1.dso.mil/ironbank/opensource/istio/pilot 1.27.3 -> 1.28.0
    - registry1.dso.mil/ironbank/opensource/istio/proxyv2 1.27.3 -> 1.28.0
    

Keycloak📜

  • !7109: keycloak update to 7.1.4-bb.4
  • !7082: keycloak update to 7.1.4-bb.3
    # Changelog Updates
    
    ## [7.1.4-bb.4] - 2025-12-02
    ### Updated
    - Added global property to JSON Schema to support chart being used as a dependency
    
    ## [7.1.4-bb.3] - 2025-11-5
    ### Updated
    - Updated Keycloak to 26.4.2
    

Kiali📜

  • !7125: kiali update to 2.19.0-bb.0
  • !7096: kiali update to 2.18.0-bb.1
    # Changelog Updates
    
    ## [2.19.0-bb.0] (2025-12-03)
    ### Changed
    - kiali-operator 2.18.0 -> 2.19.0
    - registry1.dso.mil/ironbank/opensource/kiali/kiali v2.18.0 -> v2.19.0
    - registry1.dso.mil/ironbank/opensource/kiali/kiali-operator v2.18.0 -> v2.19.0
    - registry1.dso.mil/ironbank/opensource/kubernetes/kubectl v1.33.6 -> v1.34.2
    
    ## [2.18.0-bb.1] (2025-11-25)
    ### Updated
    - Updated service entry templates to use updated external_url values
    - Fixed logic error in tracing service entry
    
    ## [2.18.0-bb.0] (2025-11-14)
    ### Changed
    - Updated deprecated default values
    - gluon 0.9.3 -> 0.9.6
    - kiali-operator 2.17.0 -> 2.18.0
    - registry1.dso.mil/ironbank/opensource/kiali/kiali v2.17.0 -> v2.18.0
    - registry1.dso.mil/ironbank/opensource/kiali/kiali-operator v2.17.0 -> v2.18.0
    - registry1.dso.mil/ironbank/opensource/kubernetes/kubectl v1.33.5 -> v1.33.6
    

Kyverno Reporter📜

  • !7118: kyvernoReporter update to 3.7.0-bb.0
    # Changelog Updates
    
    ## [3.7.0-bb.0] (2025-12-03)
    ### Changed
    - Updated registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter  v3.5.0 -> v3.6.0
    - Updated registry1.dso.mil/ironbank/opensource/kubernetes/kubectl  v1.33.5 -> v1.34.2
    - Updated policy-reporter subchart  v3.5.0 -> v3.7.0
    - Updated registry1.dso.mil/ironbank/opensource/kyverno/policy-reporter/kyverno-plugin  v0.5.1 -> v0.5.2
    - Updated registry1.dso.mil/ironbank/nirmata/policy-reporter/policy-reporter-ui v2.4.4 -> v2.5.0
    - Updated gluon v0.9.2 -> v0.9.6
    

Loki📜

  • !7116: loki update to 6.46.0-bb.0
    # Changelog Updates
    
    ## [6.46.0-bb.0] (2025-12-03)
    ### Changed
    - Updated loki chart from 6.30.0 -> 6.46.0
    - Update gluon 0.6.2 -> 0.9.2
    - Update rollout_operator 0.30.0 -> 0.33.2
    - Update registry1.dso.mil/ironbank/opensource/grafana/loki:3.5.1 -> registry1.dso.mil/ironbank/opensource/grafana/loki:3.5.7
    - Update registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.32.6 -> registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.33.5
    - Update registry1.dso.mil/ironbank/ironbank/opensource/grafana/enterprise-logs-provisioner:3.5.1 -> registry1.dso.mil/ironbank/ironbank/opensource/grafana/enterprise-logs-provisioner:3.5.4
    - Update registry1.dso.mil/ironbank/bigbang/grafana/loki-canary:3.5.1 -> registry1.dso.mil/ironbank/bigbang/grafana/loki-canary:3.5.5
    
    ## [6.30.1-bb.7] (2025-12-03)
    ### Changed
    - Changed cypress tests for grafana ui update
    

Mattermost📜

  • !7120: mattermost update to 11.1.1-bb.1
  • !7110: mattermost update to 11.1.1-bb.0
    # Changelog Updates
    
    ## [11.1.1-bb.1] (2025-12-04)
    ### Updated
    - Updated registry1.dso.mil/ironbank/opensource/kubernetes/kubectl v1.33 -> v1.34
    
    ## [11.1.1-bb.0] (2025-11-25)
    ### Updated
    - Updated registry1.dso.mil/ironbank/opensource/mattermost/mattermost 11.1.0 -> 11.1.1
    

Monitoring📜

  • !7124: monitoring update to 79.11.0-bb.0
    # Changelog Updates
    
    ## [79.11.0-bb.0] (2025-12-05)
    ### Changed
    - bb-common 0.6.1 -> 0.10.0
    - gluon 0.9.2 -> 0.9.7
    - kube-prometheus-stack 75.6.1 -> 79.11.0
    - prometheus-blackbox-exporter 11.0.0 -> 11.5.0
    - quay.io/prometheus-operator/prometheus-config-reloader v0.83.0 -> v0.87.0
    - registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins 12.0.2 -> 12.3.0
    - registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar 1.30.5 -> 1.30.11
    - registry1.dso.mil/ironbank/opensource/bats/bats 1.12.0 -> 1.13.0
    - registry1.dso.mil/ironbank/opensource/ingress-nginx/kube-webhook-certgen v1.5.4 -> v1.6.5
    - registry1.dso.mil/ironbank/opensource/kubernetes/kube-state-metrics v2.16.0 -> v2.17.0
    - registry1.dso.mil/ironbank/opensource/kubernetes/kubectl v1.32.6 -> v1.34.2
    - registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-config-reloader v0.83.0 -> v0.87.0
    - registry1.dso.mil/ironbank/opensource/prometheus-operator/prometheus-operator v0.83.0 -> v0.87.0
    - registry1.dso.mil/ironbank/opensource/prometheus/alertmanager v0.28.1 -> v0.29.0
    - registry1.dso.mil/ironbank/opensource/prometheus/node-exporter v1.9.1 -> v1.10.2
    - registry1.dso.mil/ironbank/opensource/prometheus/prometheus v3.4.2 -> v3.8.0
    - registry1.dso.mil/ironbank/opensource/thanos/thanos v0.39.0 -> v0.40.1
    - registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal 9.6 -> 9.7
    

Prometheus Operator Crds📜

  • !7083: prometheusOperatorCRDs update to 24.0.0-bb.0
    # Changelog Updates
    
    ## [24.0.0-bb.0] (2025-10-10)
    ### Changed
    - prometheus-operator-crds updated from 23.0.0 to 24.0.0
    

Thanos📜

  • !7098: thanos update to 17.3.3-bb.0
    # Changelog Updates
    
    ## [17.3.3-bb.0] (2025-11-20)
    ### Changed
    - gluon 0.7.0 -> 0.9.6
    - common-2.31.3 -> common-2.31.4
    - Thanos Helm 17.2.2 to 17.3.3
    - kubectl v1.32.7 -> v1.33.6
    - Thanos v0.39.2 -> v0.40.1
    

Twistlock📜

  • !7114: twistlock update to 0.23.0-bb.4
    # Changelog Updates
    
    ## [0.23.0-bb.4] (2025-12-03)
    ### Changed
    - Update registry1.dso.mil/ironbank/opensource/kubernetes/kubectl: v1.33.5 to v1.34.2
    

Vault📜

  • !7097: vault update to 0.31.0-bb.6
  • !7091: vault update to 0.31.0-bb.5
  • !7035: SKIP UPGRADE vault update to 0.31.0-bb.4
    # Changelog Updates
    
    ## [0.31.0-bb.6] - 2025-11-24
    ### Changed
    - Updated gluon 0.9.5 -> 0.9.6
    
    ## [0.31.0-bb.5] - 2025-11-13
    ### Changed
    - Updated the egress-kube-api-agent-injector and egress-kube-api-job-init network policies to allow for setting the vpcCidr value
    
    ## [0.31.0-bb.4] - 2025-11-03
    ### Changed
    - Support kubernetes short-lived service account tokens
    
    ## [0.31.0-bb.3] - 2025-10-27
    ### Changed
    - Updated gluon 0.9.2 -> 0.9.5
    
    ## [0.31.0-bb.2] - 2025-10-15
    ### Changed
    - Updated auto unseal configuration
    

Known Issues📜

  • bbctl Dashboards
  • CRON job output longer than 16kb will be split into multiple log entries when using the dockerd CRI causing invalid JSON structures to be imported into Loki. Use containerd as the CRI to ensure long log lines are parsed correctly
  • bbctl-violations-dashboard / bbctl-all-logs-dashboard(Violations Logs)
    • These items will not populate if you have too large of a kubernets cluster with too many violations. There is a limit to the amount of data that can be processed. If you hit this limit and need the information, you can still use the bbctl violations command to obtain the data.
  • Headlamp
  • An issue with the flux plugin being able to load certain menu items has been identified. This appears to be an issue with the javascript code used to create the plugin.
    • Menu items having an issue:
    • Kustomizations
    • HelmReleases
    • ImageAutomations
    • Notifications
  • Attempting to login using OIDC will create a login ‘loop’. See upstream issue for further information.

As always, we welcome and appreciate feedback from our community of users. Please feel free to:

Future📜

Don’t see your feature and/or bug fix? Check out our epics for estimates on when you can expect things to drop, and as always, feel free to comment or create issues if you have questions, comments, or concerns.