This repository has been archived by the owner on Mar 18, 2020. It is now read-only.
Releases: donovanmuller/spring-cloud-deployer-openshift
Releases · donovanmuller/spring-cloud-deployer-openshift
1.2.1.RELEASE
Change Log
v1.2.1.RELEASE (2017-11-07)
Implemented enhancements:
- Update to 1.2.2 release of s-c-deployer #44
Fixed bugs:
- Deployer should cancel all in progress deployments when undeploying #29
- SCDF route naming uses '.' rather than '-' as a separator #47
Closed issues:
- Investigate 504 Gateway Time-out errors when resolving Maven artifacts for the first time #28
- Maven task launcher should use a deployment triggered by a build #21
- Not able to pass custom spring.cloud.deployer.kubernetes.serviceAnnotations property #45
- Investigate why Apache Velocity logs are being logged at DEBUG level on testCompile #42
- Fix 'MavenResourceProjectExtractorTest#extractMavenProject' that fails on Travis #31
- Add CI configuration #9
Bintray artifacts: https://bintray.com/donovanmuller/switchbit-public/spring-cloud-deployer-openshift/1.2.1.RELEASE
1.2.0.RELEASE
Change Log
v1.2.0 (2017-07-09)
Closed issues:
- Update to 1.2.1 release of s-c-deployer #43
- Use ImageStream when referencing container images #37
- Update to 1.2.0 release of s-c-deployer #35
- DeploymentConfig not deleted when undeploy stream #32
- Identify the Maven remote repository type dynamically #15
- Ensure there is always a running deployment after a deploy #10
Merged pull requests:
- Scale down attempt should timeout #40 (hekonsek)
- Let's reduce default test logging level to INFO #39 (hekonsek)
- OpenShift configuration should provide default Maven properties #38 (hekonsek)
- Namespace of Image for ImageStreamTrigger is now Configurable #34 (retosbb)
Bintray artifacts: https://bintray.com/donovanmuller/switchbit-public/spring-cloud-deployer-openshift/1.2.0.RELEASE
1.1.0.RELEASE
Change Log
v1.1.0.RELEASE (2016-12-01)
Fixed bugs:
- The spring.cloud.deployer.openshift.defaultDockerfile deployment property is not honoured #24
Closed issues:
- Allow integration tests to be skipped #25
- Update to 1.1.0 release versions of Spring Cloud Data Flow / Kubernetes Deployer #23
- Update README #22
- Add GPG Maven plugin to sign artifacts #20
- Investigate whether we can re-use the PodSpec creation found in Kubernetes deployer #19
- Relook at Kubernetes integration tests #18
- Translate all Kubernetes namespace prefixed properties are translated to OpenShift namespace prefixes. #17
- Verify if comments around OpenShift Resource management still applies #16
- Apply changes from the volume support added in upstream Kubernetes deployer #14
- Update to Spring Boot 1.4 testing framework #11
- Group related app Services in a stream #8
- Add support for overriding container entry point and app specific environment variables #7
- Add full support for volumes/volumeMounts #4
- Update functionality picked from Kubernetes deployer #3
- Add support for new deployer cpu and memory deployment properties #2
- Update to RC1 release of Kubernetes Deployer #1
Merged pull requests:
- Added all upstream Kubernetes deployer features. #13 (donovanmuller)