Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kcboyle authored Aug 12, 2020
1 parent ea121d1 commit 442dca7
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,19 @@ can be found in [Pivotal Documentation](docs.pivotal.io/platform-automation).
This ensures that commands are not kept in `bash` history.
The environment variable `OM_PASSWORD` will overwrite the password value in `env.yml`.

## 6.2.0
## 6.1.2

### Features
- `configure-product`'s _decorating collection with guid_ logic has been extended to associate existing collection item guids based on (in order)
- equivalent item values
- equal logical keys (in order; ie. 'name' will be used over 'Filename' if both exist)
- `name`
- `key`
- fields ending in `name` (eg: `sqlServerName`)
### Bug Fixes
- `configure-product` will no longer assign a new guid for unnamed collections
- the _decorating collection with guid_ logic will associate existing collection item guids based on (in order)
- equivalent item values
- equal logical keys (in order; ie. 'name' will be used over 'Filename' if both exist)
- `name`
- `key`
- fields ending in `name` (eg: `sqlServerName`)

This addresses [#207](https://github.com/pivotal-cf/om/issues/207); improving GitOps style workflows

## 6.1.0

### Features

## 6.1.1

### Bug Fixes
Expand Down

0 comments on commit 442dca7

Please sign in to comment.