UNCLASSIFIED

CHANGELOG.md 1.61 KB
Newer Older
Micah Nagel's avatar
Micah Nagel committed
1 2 3 4 5
# 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).

---
6 7 8 9 10 11

## [0.1.5-bb.0] - 2021-05-06
### Changed
- Updated to 5.34.2
- Cleaned up values and test-values

evan.rush's avatar
evan.rush committed
12 13 14
## [0.1.4-bb.0] - 2021-04-23
### Added
- Added Elastic Search declaritive coniguration. 
Micah Nagel's avatar
Micah Nagel committed
15

Micah Nagel's avatar
Micah Nagel committed
16 17 18 19 20
## [0.1.3-bb.2] - 2021-04-19
### Changed
- Pulled in official BB Minio via kpt
- Refactored the Minio connection secret

Micah Nagel's avatar
Micah Nagel committed
21 22 23 24
## [0.1.3-bb.1] - 2021-04-15
### Added
- Added Minio security context

25 26 27 28 29
## [0.1.3-bb.0] - 2021-04-08
### Added
- Values passthroughs for secret env values
- Moved all envs to a secret that chart creates

Micah Nagel's avatar
Micah Nagel committed
30 31 32 33
## [0.1.2-bb.0] - 2021-04-05
### Changed
- Modified the way affinity is passed to simplify and standardize

Micah Nagel's avatar
Micah Nagel committed
34 35 36 37
## [0.1.1-bb.3] - 2021-03-25
### Fixed
- Minio virtualservice disabled by default

38 39 40 41 42
## [0.1.1-bb.2] - 2021-03-25
### Changed
- Updated Cypress test to handle upgrades
- Added a test to make sure chats can send

Micah Nagel's avatar
Micah Nagel committed
43 44 45 46
## [0.1.1-bb.1] - 2021-03-24
### Changed
- Refactored the Minio dependency to use the BB upstream with kpt

Micah Nagel's avatar
Micah Nagel committed
47 48 49 50 51
## [0.1.1-bb.0] - 2021-03-15
### Changed
- Bumped Mattermost image to 5.32.1
- Added a ENV to set S3 connection to insecure when using the built-in minio (due to an operator change)

52 53 54
## [0.1.0-bb.2] - 2021-02-26
### Fixed
- Bumped Minio image version to the newest IB image to fix an issue
Micah Nagel's avatar
Micah Nagel committed
55

56 57 58
## [0.1.0-bb.1] - 2021-02-25
### Fixed
- Fixed issue with the dependency listing in the chart, Flux did not properly install
Micah Nagel's avatar
Micah Nagel committed
59

60 61
## [0.1.0-bb.0] - 2021-02-24
### Added
Micah Nagel's avatar
Micah Nagel committed
62
- Initial chart built from operator v1.12.0 using Ironbank images