Skip to content

Commit

Permalink
Release with docker image updates (#188)
Browse files Browse the repository at this point in the history
Co-authored-by: Ahmed Sabbour <103856+sabbour@users.noreply.github.com>
  • Loading branch information
bfoley13 and sabbour authored Feb 24, 2023
1 parent 97bd1d3 commit d3a7ef6
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
# Change Log

## [0.0.30] - 2023-02-24

### Changed

- [#187](https://github.com/Azure/draft/pull/187) OpenJDK Docker image has been deprecated and doesnt have JRE images for Java 11+. This change moves our Java images to Eclipse-Temurin.

## [0.0.29] - 2023-02-16

### Fixed
- Bug fix for helm deployments where namespace was created but not respected at the deployment level
- [#183](https://github.com/Azure/draft/pull/183) Bug fix for helm deployments where namespace was created but not respected at the deployment level

## [0.0.28] - 2023-02-13

**BREAKING** changes to `IMAGE` variable

### Added
- New, optional `disablePrompt` property on Builder Variables in draft config (#180):
- New, optional `disablePrompt` property on Builder Variables in draft config [#180](https://github.com/Azure/draft/pull/180):
- Default Value: `false`
- Variables with `disablePrompt: true` will not be prompted for when running `draft interactive commands`
- Variables with `disablePrompt: true` can still be supplied via flags (`draft create --var TAG=latest`) or draft config files
Expand All @@ -23,10 +29,10 @@
disablePrompt: true # New optional field that is used to disable the prompt for this variable
...
```
- For all draft substitutions, draft will now error if unsubstituted variables are found in the final output (#175)
- For all draft substitutions, draft will now error if unsubstituted variables are found in the final output [#175](https://github.com/Azure/draft/pull/175)

### Changed
- **BREAKING** the `IMAGE` variable no longer can include an image tag. The `TAG` variable should be used instead (#176)
- **BREAKING** the `IMAGE` variable no longer can include an image tag. The `TAG` variable should be used instead [#176](https://github.com/Azure/draft/pull/176)
- **BREAKING** the `imageKey` variable on the `helm` deployment type has been renamed to `image` to be consistent with the supplied starter workflows (#176)
- Re-running `draft create` will update existing files to follow the new convention

Expand Down Expand Up @@ -120,4 +126,4 @@

- Remaining uses of the `viper` library have been migrated to `gopkg.in/yaml.v3` for consistency.
- Unused files in the `web` package have been removed.
- Minor reorganization across the `config` and `addons` packages to reduce the number of exported functions and types.
- Minor reorganization across the `config` and `addons` packages to reduce the number of exported functions and types.

0 comments on commit d3a7ef6

Please sign in to comment.