Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

added portal updates, waiting on PR for one of the fix list items #267

Merged
merged 11 commits into from
Dec 18, 2019
8 changes: 5 additions & 3 deletions docs/_news/news07.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@ Curious? [Learn more](remoteoverview.html)!

#### New Features and Highlights for 0.7.0

**Monitoring Updates**
- You can now [inject metrics](https://github.com/codewind-resources/design-documentation/blob/master/codewindServer/metricsInjection.md) into your Node.js, Liberty, and Spring projects.
- Effortlessly [visualize data](https://github.com/eclipse/codewind/issues/977) like CPU useage, memory footprint, and web traffic on the included application monitoring dashboard at the click of a button. If you don't want it or need it, simply [disable it](https://github.com/eclipse/codewind/issues/1290). Codewind hosts the dashboard, so displaying the graphs won't eat into your project's resources.
beccabau marked this conversation as resolved.
Show resolved Hide resolved

**OpenShift Do (odo)**
- You can now easily import existing projects into Codewind and [use odo](https://github.com/eclipse/codewind/issues/1115) to build and deploy projects to your OpenShift or OKD cluster.
- Introducing [support for Java template](https://github.com/eclipse/codewind/issues/450) and Java projects can build and deploy [once configured](//permalink to landing page).
- You no longer have to create your [docker registry secret](https://github.com/eclipse/codewind/issues/665) in Codewind.
beccabau marked this conversation as resolved.
Show resolved Hide resolved



#### List of Fixes
- Changes to the Eclipse plugin for Spring Server [post-code generation stability for OpenAPI](https://github.com/eclipse/codewind/issues/1116)
beccabau marked this conversation as resolved.
Show resolved Hide resolved
- Appsody binary updated from 0.5.0 to 0.5.2 in the codewind-appsody-extension
- Appsody [binary updated](https://github.com/eclipse/codewind-docs/pull/267) from 0.5.0 to 0.5.2 in the codewind-appsody-extension
beccabau marked this conversation as resolved.
Show resolved Hide resolved
- Other security fixes