UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
CHANGELOG.md 2.45 KiB
Newer Older
Micah Nagel's avatar
Micah Nagel committed
# Changelog
Ryan Thompson's avatar
Ryan Thompson committed

Micah Nagel's avatar
Micah Nagel committed
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).

---
### Changed

- Added pre-upgrade job to remove MinIO Tenant Pool prior to upgrade
- Set `.Values.nginx.enabled` to `false` as this is deprecated in favor of `gateway`

## [5.5.1-bb.5] - 2025-02-14
### Changed

- MinIO Tenant Pool from 4 to 1 server

## [5.5.1-bb.4] - 2025-01-31
Kirby Liu's avatar
Kirby Liu committed
### Added

- Added `app: minio` and `app.kubernetes.io/name: minio` labels to MinIO Tenant

## [5.5.1-bb.3] 2025-01-14
### Added

- Added Cypress Testing

RENOVATE_BOT's avatar
RENOVATE_BOT committed
## [5.5.1-bb.2] - 2025-01-08
### Changed

- mimir updated from 2.14.0 to 2.14.2
- rollout-operator updated from v0.20.0 to v0.22.0
- memcached updated from 1.6.31 to 1.6.34

Kirby Liu's avatar
Kirby Liu committed
### Added

RENOVATE_BOT's avatar
RENOVATE_BOT committed
- Added Big Bang MinIO dependency for deployment with Mimir
Kirby Liu's avatar
Kirby Liu committed
- Added supporting Network Policies for MinIO
RENOVATE_BOT's avatar
RENOVATE_BOT committed
- Added Authorization Policies for MinIO
Kirby Liu's avatar
Kirby Liu committed
- Moved the values from test-values.yaml to values.yaml

RENOVATE_BOT's avatar
RENOVATE_BOT committed
## [5.5.1-bb.0] - 2024-12-31
### Changed
RENOVATE_BOT's avatar
RENOVATE_BOT committed

RENOVATE_BOT's avatar
RENOVATE_BOT committed
- mimir-distributed updated from 5.5.0 to 5.5.1
- gluon updated from 0.5.4 to 0.5.12

## [5.5.0-bb.8] - 2024-12-11
### Added

- Added Istio monitoring auth policy, auth policy template, sidecar, and service entry

## [5.5.0-bb.7] - 2024-12-11
### Added
Kirby Liu's avatar
Kirby Liu committed

- Network Policy for Grafana ingress
- Changed the index pattern for network policies

## [5.5.0-bb.6] - 2024-12-11
### Added

- Added higher Mimir ingester limits to values.yaml
- Added grpc and http ports to values.yaml instead of importing from upstream

## [5.5.0-bb.5] - 2024-12-04
### Changed

- Appended release name to Default-deny-all network policies

## [5.5.0-bb.4] - 2024-11-13
Blair Bowden's avatar
Blair Bowden committed
### Added

- Added more robust netpols
## [5.5.0-bb.3] - 2024-11-13
### Added

- Added istio peerauthentication policy
- Added minimum required netpols to deploy Mimir with istio

## [5.5.0-bb.2] - 2024-11-05
### Changed

- Modified chart.yaml details to accurately match upstream 5.5.0 tag
- Updated mimir image to use Ironbank equivalent
- Updated nginx image to use Ironbank equivalent
- Updated memcached image to use Ironbank equivalent

### Removed

- Removed additional unused values from values.yaml

## [5.5.0-bb.1] - 2024-10-31
### Changed

- Disabled MinIO and Grafana-Agent Operator
- Cleaned up values.yaml
- Add in default filesystem config

### Changetype (<https://keepachangelog.com/en/1.0.0/#how>)

- Initialized repo