diff options
author | Jack Lucas <jflos@sonoris.net> | 2021-02-15 19:19:40 -0500 |
---|---|---|
committer | Jack Lucas <jflos@sonoris.net> | 2021-02-16 10:00:19 -0500 |
commit | be3398d9d8348d2c5ba9a683a6601f4da7016f3c (patch) | |
tree | 0f4d061cfc8595be3c14eb290774f4afd4066292 /Changelog.md | |
parent | 50887a105d9a68c54e35b41df35616c64e8cf631 (diff) |
[BOOTSTRAP] Fix docker image build problem
Add installation of the Rust compiler to the Docker image build, to
satisfy a dependency of the "cloudify" command line Python package.
Issue-ID: DCAEGEN2-2628
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: Ic3efee5fca1282b2c312aeb7989242046e987c71
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index cf61ecf..4bc1409 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,8 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [3.0.2] - 2021-02-15 +### Changed +- [DCAEGEN2-2628](https://jira.onap.org/browse/DCAEGEN2-2628) - Fix docker image build problem + ## [3.0.1] - 11/02/2021 ### Changed - [DCAEGEN2-2537](https://jira.onap.org/browse/DCAEGEN2-2537) - Upgrade prh.prh-app-server to 1.5.5 - [DCAEGEN2-2493](https://jira.onap.org/browse/DCAEGEN2-2493) - RCC blueprint updated to use latest k8s plugin & 1.2.3 version (vulnerability fixes) - - [DCAEGEN2-2496](https://jira.onap.org/browse/DCAEGEN2-2496) - VES-Mapper blueprint updated to 1.2.0 version (vulnerability fixes) + - [DCAEGEN2-2496](https://jira.onap.org/browse/DCAEGEN2-2496) - VES-Mapper blueprint updated to 1.2.0 version (vulnerability fixes) |