changelogs updated for upcoming 4.4.2 release

This commit is contained in:
Martin Lippert
2019-11-19 15:56:52 +01:00
parent 60ee22601a
commit 8465cde498
4 changed files with 28 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
## 2019-11-21 (4.4.2 RELEASE)
* no major changes
## 2019-10-24 (4.4.1 RELEASE)
* no major changes

View File

@@ -1,3 +1,19 @@
## 2019-11-21 (4.4.2 RELEASE)
* _(Concourse)_ enhancement: Concourse extension doesn't know about check_every for a resource type
([#382](https://github.com/spring-projects/sts4/issues/382))
* _(Concourse)_ enhancement: Concourse extension doesn't know about on_error for jobs
([#383](https://github.com/spring-projects/sts4/issues/383))
* _(Concourse)_ enhancement: complains about old_name in a job
([#388](https://github.com/spring-projects/sts4/issues/388))
* _(Concourse)_ enhancement: Fix concourse task schema
([#387](https://github.com/spring-projects/sts4/issues/387)) - PR from @z4ce
* _(Concourse)_ enhancement: Add support for `build_log_retention` attribute in 'Job'
([#389](https://github.com/spring-projects/sts4/issues/389))
* _(Concourse)_ enhancement: Support validation and completions inside `params` of `resource_type`
([#390](https://github.com/spring-projects/sts4/issues/390))
* _(Concourse)_ enhancement: Concourse 'aggregate' property is now marked as deprecated
## 2019-10-24 (4.4.1 RELEASE)
* _(Concourse)_ enhancement: added support for `registry-image` resource type.

View File

@@ -1,3 +1,7 @@
## 2019-11-21 (4.4.2 RELEASE)
* no major changes
## 2019-10-24 (4.4.1 RELEASE)
* no major changes

View File

@@ -1,3 +1,7 @@
## 2019-11-21 (4.4.2 RELEASE)
* _(Spring Boot)_ bugfix: CTRL-click in yaml file inaccurate (for 'nested' properties)
## 2019-10-24 (4.4.1 RELEASE)
* _(Spring Boot)_ Provide UI to allow user to explicitly connect/disconnect to/from processes to collect Live Hover data from. See the [wiki](https://github.com/spring-projects/sts4/wiki/Live-Application-Information#managing-live-data-connections-to-local-processes) for details.