UNCLASSIFIED

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

5 6 7 8 9 10 11 12 13 14
## [1.2.1]

### Changed

- Moved TLS cert back out of configmap.yaml
- Updated documentation on how to add and update TLS certificates to encrypted secret.
- Fixed Big Bang version mismatch using semver in kustomization
- Fixed flux install instructions to use version rather than master.  New versions of flux may not be backwards compatible.
- Cleaned up dev values.yaml

15 16 17 18 19 20 21 22 23 24 25
## [1.2.0]

### Changed

- Fix namespace error (istio-system) when deploying wildcard-cert
- Updated expired certificate for *.bigbang.dev
- Added default values for `istio.ingress.tls.*` to workaround Helm error on `nil` values.
- Updated [README.md](./README.md) for TLS cert
- Updated [README.md](./README.md) for sops key creation (Issue #8)
- Updated default BigBang release to 1.12.0 in kustomization.

michaelmcleroy's avatar
michaelmcleroy committed
26 27 28
## [1.1.1]

### Changed
29

michaelmcleroy's avatar
michaelmcleroy committed
30 31 32 33 34 35 36 37 38 39 40 41 42 43
- Security groups between internet facing network load balancer and agent's node ports updated to fix ingress

## [1.1.0]

### Added

- Upload of private SSH to encrypted S3 bucket
- Rename of `default` Kubernetes profile to environment name
- Change permissions of local Kubernetes config file to read/write of owner only

### Changed

- Migrated terraform classic load balancer to regular load balancer

44 45 46 47 48 49
## [1.0.1]

### Changed

- Terraform cache S3 bucket created off of name in environment

50
## [1.0.0]
michaelmcleroy's avatar
michaelmcleroy committed
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71

### Added

- Base/shared configuration with ...
  - Big Bang version
  - Location of Big Bang base/chart
  - Iron Bank pull credentials placeholder
- Dev configuration with ...
  - Reduced polling interval
  - Minimized replicas for Gatekeeper
  - Minimized disk, cpu, and memory resources
  - Anonymous authorization for Kiali
  - Secrets placeholder
- Prod configuration with ...
  - Hostname placeholder
  - Secrets placeholder
- Basic documentation
  - [README.md](README.md)
  - [CHANGELOG.md](CHANGELOG.md)
  - [CODEOWNERS](CODEOWNERS)
  - [CONTRIBUTING.md](CONTRIBUTING.md)
72 73 74 75 76 77
- Terraform template for AWS with...
  - Multi-environment support
  - High-availability (cross-zone) and auto-scaling
  - Private and public subnets
  - Load balancer
  - Bastion server