UNCLASSIFIED

CHANGELOG.md 3.55 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).

---
Micah Nagel's avatar
Micah Nagel committed
6

7 8 9 10
## [0.2.0-bb.1] - 2021-09-01
### Fixed
- Missing appVersion update in Chart.yaml

Micah Nagel's avatar
Micah Nagel committed
11 12 13 14 15
## [0.2.0-bb.0] - 2021-08-27
### Changed
- Updated to latest IB 5.38.2
- Modified tests to remove buggy "site name" test and accomodate the new "tutorial" setup

Branden Cobb's avatar
Branden Cobb committed
16 17 18 19
## [0.1.8-bb.0] - 2021-08-19
### Fix
- Fixes issue with default bucket creation already existing

Branden Cobb's avatar
Branden Cobb committed
20 21 22 23 24 25 26 27
## [0.1.8-bb.0] - 2021-08-18
### Added
- default user value set to null
- Set replica count to 1
- Resource requests and limits for all containers
- Updated to latest Minio and Minio Operator dependency
- Updated Gluon test library

Branden Cobb's avatar
Branden Cobb committed
28 29 30 31 32 33 34 35 36
## [0.1.7-bb.1] - 2021-07-23
### Changed
- Updated to latest IronBank image 5.37.0
- Updated to latest Minio 4.1.2 package as dependency
- Moved to Gluon test library
- Pulled in changes from main-minio2 branch

### Added
- Added BigBang networkPolicies
37

Micah Nagel's avatar
Micah Nagel committed
38 39 40 41
## [0.1.7-bb.0] - 2021-05-17
### Changed
- Updated to latest Minio package as dependency

Branden Cobb's avatar
Branden Cobb committed
42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
## [0.1.6-bb.8] - 2021-07-21
### Changed
- Add openshift toggle, conditionally add port 5353 egress. Changing "openshift:" to true in values.yaml will enable.

## [0.1.6-bb.7] - 2021-07-08
### Changed
- Update Mattermost to version 5.36.1

## [0.1.6-bb.6] - 2021-06-22
### Changed
- Update Mattermost to version 5.36.0

## [0.1.6-bb.5] - 2021-06-21
### Fixed
- NetworkPolicy blocking an init container, added policy to allow postgres egress for the init container
- Redo of test egress
- Move around DNS policy

## [0.1.6-bb.4] - 2021-06-07
### Added
- Ability to pass volumes / volumeMounts to MM pods

## [0.1.6-bb.3] - 2021-06-04
### Added
- Add IPS with new operator
- Switch to the IB image being used directly

## [0.1.6-bb.2] - 2021-06-02
### Changed
- Restricted test policy to just cluster

## [0.1.6-bb.1] - 2021-06-01
### Changed
- Moved tests to gluon library
### Added
- Default NetworkPolicies added

Micah Nagel's avatar
Micah Nagel committed
79 80 81 82 83
## [0.1.6-bb.0] - 2021-05-11
### Changed
- Migrated Cypress tests to Helm tests
- Added additional testing of file storage and settings modification

84 85 86 87 88
## [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
89 90 91
## [0.1.4-bb.0] - 2021-04-23
### Added
- Added Elastic Search declaritive coniguration. 
Micah Nagel's avatar
Micah Nagel committed
92

Micah Nagel's avatar
Micah Nagel committed
93 94 95 96 97
## [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
98 99 100 101
## [0.1.3-bb.1] - 2021-04-15
### Added
- Added Minio security context

102 103 104 105 106
## [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
107 108 109 110
## [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
111 112 113 114
## [0.1.1-bb.3] - 2021-03-25
### Fixed
- Minio virtualservice disabled by default

115 116 117 118 119
## [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
120 121 122 123
## [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
124 125 126 127 128
## [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)

129 130 131
## [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
132

133 134 135
## [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
136

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