On behalf of the Spring Cloud team, it is my pleasure to announce a new milestone release of Spring Cloud Pipelines - 1.0.0.M8. What’s new? This release adds a lot of new features and quality and testing improvements. As for main features, we’ve added support for a project with multiple modules, and for mono-repos (projects with standalone application sources in it). As for quality and testing, we’re approaching 200 Bash tests (we’ve written missing tests for the Concourse pipeline). We’ve started publishing the project’s sources as a downloadable artifact. That way instead of cloning the repo…
This article contains a short reminder of what Contract Testing is, how Spring Cloud Contract implements it, and how Spring Cloud Contract can be used in a polyglot world. What is Contract Testing In order to increase the certainty that our systems behave properly, we write different types of tests. According to the test pyramid the main types of tests are unit, integration, and UI. The more complex the tests, the more time and effort they require and the more brittle they become. In a distributed system, one of the most frequent problems is testing integrations between applications. Let’s…
On behalf of the Spring Cloud team, it is my pleasure to announce a new milestone release of Spring Cloud Pipelines - 1.0.0.M7. What’s new? This release adds a lot of new features and quality and testing improvements. As for main features, we’ve added Kubernetes support for Jenkins and Concourse. As for quality and testing, we’ve written over 150 Bash tests, added Shellcheck, EditorConfig and written more Jenkins tests. We’ve also unified the project’s documentation that now can be available for each milestone under Spring Cloud Static gh-pages. The docs for 1.0.0.M7 are available here - http…
On behalf of the Spring Cloud team it is my pleasure to announce a new milestone release of Spring Cloud Pipelines - 1.0.0.M6. What’s new? Pipeline descriptor Each application can contain a file called pipeline.yml with the following structure: For a given environment we declare a list of infrastructure services that we want to have deployed. Services have type (example: eureka, mysql, rabbitmq, stubrunner) - this value gets then applied to the deployService Bash function name - name of the service to get deployed coordinates - coordinate that allows you to fetch the binary of the service…
On behalf of the Spring Cloud team it is my pleasure to announce a new milestone release of Spring Cloud Pipelines - 1.0.0.M5. What’s new? With 1.0.0.M5 we’ve added a new step in the Build stage called API Compatibility check. Now, your pipeline can break when, as a HTTP / messaging producer, you’re doing a backward incompatible change. We’re checking what were the latest contracts you’ve defined for your most recent production deployment and from those contracts we’re generating tests to your current application. API Compatibility check You can read more about this feature in Spring Cloud…
On behalf of the Spring Cloud team it is my pleasure to announce a new milestone release of Spring Cloud Pipelines - 1.0.0.M4. What’s new? Apart from some bug and documentation fixes it contains a community feature done by Łukasz Szczęsny with support for Jenkins Declarative Pipeline with Blue Ocean. This is how it looks like Production deployment You can read more about this feature in Spring Cloud Pipelines Docs Links Please check out any of these links for more information or to contact us: Project page Project documentation Concourse opinionated pipeline setup Concourse Website Jenkins…
On behalf of the Spring Cloud team it is my pleasure to announce a new milestone release of Spring Cloud Pipelines - 1.0.0.M3. What’s new? Apart from some bug and documentation fixes it’s providing an out of the box support for blue green deployment on Cloud Foundry (both for Concourse and Jenkins)! This is how we do it. Production deployment When you click deploy to prod we’re renaming the current instance of the app e.g. fooService to fooService-venerable we’re deploying the new instance of the app under the fooService name now two instances of the same application are running on production…
On behalf of the team, I am pleased to announce that Service Release 5 of the Spring Cloud Camden Release Train is available today. The release can be found in our Spring Release repository and Maven Central. The documentation can be found here. Included in this release is the Spring Boot 1.5 compatibility of all the Spring Cloud projects. Other than the addition of Spring Cloud Task, this release includes primarily bug fixes. NOTE: This release is not compatible with Spring Boot 1.3. In other words your Spring Boot 1.3 application will not work with Camden.SR5. The following modules were…
On behalf of the Spring Cloud team it is my pleasure to announce a new milestone release of Spring Cloud Pipelines - 1.0.0.M2. Apart from some bug fixes it’s providing an out of the box support for Gradle projects. In order for the Gradle project to work out of the box the following opinionated decisions were taken: usage of Gradlew Wrapper custom deploy task is used for artifacts deployment running smoke tests on a deployed app via the custom smoke task running end to end tests on a deployed app via the custom e2e task custom groupId task to retrieve group id custom artifactId task to…
On behalf of the team, I am happy to announce the new service release of the Spring Cloud Camden Release Train. Camden.SR1 can be found in our Spring Release repository or in Maven Central. You can check out the Camden release notes for more information. Highlights of the Camden SR1 Release Train The following modules form Camden.SR1: Module Version Spring Cloud AWS 1.1.3.RELEASE Spring Cloud Bus 1.2.1.RELEASE Spring Cloud Commons 1.1.4.RELEASE Spring Cloud Contract 1.0.1.RELEASE Spring Cloud Config 1.2.1.RELEASE Spring Cloud Netflix 1.2.1.RELEASE Spring Cloud Security 1.1.3.RELEASE Spring…