Commit Graph

489 Commits

Author SHA1 Message Date
Marcin Grzejszczak
4b6c8b375c Added support for excluding lines from version check 2021-03-18 16:38:41 +01:00
Spencer Gibb
3394310437 Fixes milestone in -dependencies bom for ga or rc release. (#236)
* Updates isReleaseOrServiceRelease test for calver.

* clarifies test name

* Fixes milestone in -dependencies bom for ga or rc release.

Previously if there was a -M* or -RC* in a spring-cloud-*-dependencies/pom.xml this would be skipped. This was do to lines and java regex mismatches. The change moves to using Matcher.lookingAt() which only considers the start of the line, not the end.

Fixes gh-234
2021-03-15 10:13:54 -04:00
spencergibb
dd82284440 Moves away from libs-*-local maven repos 2021-03-11 15:31:39 -05:00
Glenn Renfro
acf3aeab0b Removed Spring Cloud Task to be skipped in release train (#235) 2021-02-11 14:59:11 -05:00
Marcin Grzejszczak
f70567aa05 updated the docs 2021-02-08 17:49:11 +01:00
spencergibb
120082eadc Updates postReleaseSnapshot to work for semver.
x.y.z release gets bumped to x.y.z+1-SNAPSHOT.

For example 3.1.0 to 3.1.1-SNAPSHOT and 2.0.1 to 2.0.2-SNAPSHOT
2020-12-21 12:49:01 -05:00
Oleg Zhurakousky
e96fa93dc6 Fix snapshot version rollover for new release schema
Not sure it will handle all cases, but at least for now anything that is 3.1.x will properly be bumped to 3.1.1-SNAPSHOT
2020-12-21 17:53:00 +01:00
spencergibb
959a525e75 Supports x.y.z releases and service releases.
Versions such as 3.0.0 or 3.1.1
2020-12-18 19:02:40 -05:00
spencergibb
662320181a Adds log to ProjectVersion.isRelease() 2020-12-18 18:50:25 -05:00
spencergibb
50ac4e75cd Recognize calver release and service release. 2020-12-18 18:41:07 -05:00
spencergibb
50b59cecf0 formatting 2020-12-18 18:40:17 -05:00
Ryan Baxter
a490c91c01 Updating spring-cloud-info manifest with new version and new URL 2020-11-23 15:54:59 -05:00
Spencer Gibb
72cf9b7d67 Clone release train doc project for non-release (#230)
If `releaseTrain.releaseTagName()` is empty use `projectGitHandler.cloneReleaseTrainDocumentationProject()` to clone docs.
2020-11-18 08:45:18 +01:00
dependabot-preview[bot]
e9d75e7c93 Bump spring-cloud-services-dependencies (#229)
Bumps [spring-cloud-services-dependencies](https://github.com/pivotal-cf/spring-cloud-services-starters) from 3.1.5.RELEASE to 3.1.6.RELEASE.
- [Release notes](https://github.com/pivotal-cf/spring-cloud-services-starters/releases)
- [Commits](https://github.com/pivotal-cf/spring-cloud-services-starters/compare/v3.1.5.RELEASE...v3.1.6.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-13 08:04:59 +01:00
dependabot-preview[bot]
20408770f9 Bump cloudfoundry-client.version from 4.10.0.RELEASE to 4.12.0.RELEASE (#227)
Bumps `cloudfoundry-client.version` from 4.10.0.RELEASE to 4.12.0.RELEASE.

Updates `cloudfoundry-client-reactor` from 4.10.0.RELEASE to 4.12.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v4.10.0.RELEASE...v4.12.0.RELEASE)

Updates `cloudfoundry-operations` from 4.10.0.RELEASE to 4.12.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v4.10.0.RELEASE...v4.12.0.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-11-05 08:45:37 +01:00
spencergibb
a4713042db Updates wiki to to spring-cloud-release
Fixes https://github.com/spring-cloud/spring-cloud-release/issues/180
2020-10-08 11:23:42 -04:00
Marcin Grzejszczak
7583838a2a Polish 2020-10-05 08:54:19 +02:00
Marcin Grzejszczak
f24dba4201 Added missing sc-starter-build dependency 2020-10-05 08:49:01 +02:00
Marcin Grzejszczak
703b6197ff Catching all sagan exceptions 2020-09-25 12:13:46 +02:00
Oleg Zhurakousky
fd15be7838 Trying to fix reference chaiin issue 2020-09-25 12:02:54 +02:00
Marcin Grzejszczak
6d486eb1cb Catching unexpected exceptions in batch 2020-09-24 17:03:43 +02:00
Marcin Grzejszczak
9644d74e3c Logs 2020-09-23 12:58:16 +02:00
Marcin Grzejszczak
8e6060db1b Picking original project version parsed from pom not from a folder 2020-09-23 12:49:40 +02:00
Marcin Grzejszczak
74f0afe1a3 Picking original project version parsed from pom not from a folder 2020-09-23 12:45:31 +02:00
Marcin Grzejszczak
5e90536111 Debug 2020-09-23 12:43:08 +02:00
Marcin Grzejszczak
c7a870db2e Debug 2020-09-23 12:39:51 +02:00
Marcin Grzejszczak
0c255e92fd Added debug options 2020-09-23 12:32:19 +02:00
Marcin Grzejszczak
453179dd8e Added more logging 2020-09-23 11:58:03 +02:00
dependabot-preview[bot]
c7eced01bc Bump spring-restdocs-asciidoctor from 2.0.4.RELEASE to 2.0.5.RELEASE (#225)
Bumps [spring-restdocs-asciidoctor](https://github.com/spring-projects/spring-restdocs) from 2.0.4.RELEASE to 2.0.5.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-restdocs/releases)
- [Commits](https://github.com/spring-projects/spring-restdocs/compare/v2.0.4.RELEASE...v2.0.5.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-17 08:58:00 +02:00
dependabot-preview[bot]
57ca53041a Bump cloudfoundry-client.version from 4.9.0.RELEASE to 4.10.0.RELEASE (#224)
Bumps `cloudfoundry-client.version` from 4.9.0.RELEASE to 4.10.0.RELEASE.

Updates `cloudfoundry-client-reactor` from 4.9.0.RELEASE to 4.10.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v4.9.0.RELEASE...v4.10.0.RELEASE)

Updates `cloudfoundry-operations` from 4.9.0.RELEASE to 4.10.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v4.9.0.RELEASE...v4.10.0.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-17 08:53:38 +02:00
dependabot-preview[bot]
84cfcf243b Bump zt-exec from 1.11 to 1.12 (#222)
Bumps [zt-exec](https://github.com/zeroturnaround/zt-exec) from 1.11 to 1.12.
- [Release notes](https://github.com/zeroturnaround/zt-exec/releases)
- [Changelog](https://github.com/zeroturnaround/zt-exec/blob/master/Changelog.txt)
- [Commits](https://github.com/zeroturnaround/zt-exec/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-03 09:10:10 +02:00
dependabot-preview[bot]
5b193975d9 Bump cloudfoundry-client.version from 4.8.0.RELEASE to 4.9.0.RELEASE (#220)
Bumps `cloudfoundry-client.version` from 4.8.0.RELEASE to 4.9.0.RELEASE.

Updates `cloudfoundry-client-reactor` from 4.8.0.RELEASE to 4.9.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v4.8.0.RELEASE...v4.9.0.RELEASE)

Updates `cloudfoundry-operations` from 4.8.0.RELEASE to 4.9.0.RELEASE
- [Release notes](https://github.com/cloudfoundry/cf-java-client/releases)
- [Commits](https://github.com/cloudfoundry/cf-java-client/compare/v4.8.0.RELEASE...v4.9.0.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-17 11:35:48 +02:00
Marcin Grzejszczak
5645e9aa2d Removed unnecessary jobs 2020-08-06 10:25:50 +02:00
Marcin Grzejszczak
21154c07c9 Removed commented code 2020-08-04 19:30:48 +02:00
Marcin Grzejszczak
13091b0cf6 Removed the tasks related to updating project documentation repo 2020-08-04 19:25:17 +02:00
spencergibb
84a3d1111c temporarily removes updateWithVersions() call in generateReleaseTrainDocumentation() 2020-08-03 15:19:03 -04:00
spencergibb
96c2d18699 Ignores .sdkmanrc 2020-08-03 15:18:24 -04:00
Oleg Zhurakousky
afb2e43ed4 Polish cherry-picks from master 2020-07-31 16:08:11 +02:00
Oleg Zhurakousky
5ee85187bf Add additional logging for docs publishing 2020-07-31 16:00:43 +02:00
Oleg Zhurakousky
3f48643059 Add additional logging for docs publishing 2020-07-31 16:00:32 +02:00
Oleg Zhurakousky
e78521244e Polishing GH-195 - fix toString() methods to reflect change from plural to singular" 2020-07-31 16:00:23 +02:00
Oleg Zhurakousky
320a071f58 GH-195 Fix profile for publish/deploying docs
This change included changing the command name from plural to signular publish-docs-command(s)

Resolves #195
2020-07-31 16:00:00 +02:00
Ryan Baxter
405b92c128 Using Hoxton.SR6 instead of snapshot builds 2020-07-30 11:49:35 -04:00
Marcin Grzejszczak
9834106712 Breaking the cycle with HttpServerErrorException 2020-07-24 14:23:38 +02:00
dependabot-preview[bot]
f18fa1df81 Bump initializr-metadata from 0.8.0.BUILD-SNAPSHOT to 0.10.0-SNAPSHOT (#206)
Bumps [initializr-metadata](https://github.com/spring-io/initializr) from 0.8.0.BUILD-SNAPSHOT to 0.10.0-SNAPSHOT.
- [Release notes](https://github.com/spring-io/initializr/releases)
- [Commits](https://github.com/spring-io/initializr/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Marcin Grzejszczak <marcin@grzejszczak.pl>
2020-07-22 17:58:31 +02:00
dependabot-preview[bot]
7337678f94 Bump versions-maven-plugin from 2.3 to 2.7 (#208)
Bumps [versions-maven-plugin](https://github.com/mojohaus/versions-maven-plugin) from 2.3 to 2.7.
- [Release notes](https://github.com/mojohaus/versions-maven-plugin/releases)
- [Changelog](https://github.com/mojohaus/versions-maven-plugin/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/mojohaus/versions-maven-plugin/compare/versions-maven-plugin-2.3...versions-maven-plugin-2.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Marcin Grzejszczak <marcin@grzejszczak.pl>
2020-07-22 12:20:14 +02:00
dependabot-preview[bot]
5b04de4778 Bump jopt-simple from 5.0.3 to 5.0.4
Bumps [jopt-simple](https://github.com/jopt-simple/jopt-simple) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/jopt-simple/jopt-simple/releases)
- [Commits](https://github.com/jopt-simple/jopt-simple/compare/jopt-simple-5.0.3...jopt-simple-5.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-22 11:54:25 +02:00
dependabot-preview[bot]
437604a042 Bump handlebars from 4.0.6 to 4.2.0
Bumps [handlebars](https://github.com/jknack/handlebars.java) from 4.0.6 to 4.2.0.
- [Release notes](https://github.com/jknack/handlebars.java/releases)
- [Commits](https://github.com/jknack/handlebars.java/compare/v4.0.6...v4.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-22 11:54:12 +02:00
dependabot-preview[bot]
276033a283 Bump spring-cloud-services-dependencies
Bumps [spring-cloud-services-dependencies](https://github.com/pivotal-cf/spring-cloud-services-starters) from 2.1.2.RELEASE to 3.1.5.RELEASE.
- [Release notes](https://github.com/pivotal-cf/spring-cloud-services-starters/releases)
- [Commits](https://github.com/pivotal-cf/spring-cloud-services-starters/compare/v2.1.2.RELEASE...v3.1.5.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-21 12:07:50 +02:00
dependabot-preview[bot]
f597a1686e Bump spring-restdocs-asciidoctor from 2.0.3.RELEASE to 2.0.4.RELEASE
Bumps [spring-restdocs-asciidoctor](https://github.com/spring-projects/spring-restdocs) from 2.0.3.RELEASE to 2.0.4.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-restdocs/releases)
- [Commits](https://github.com/spring-projects/spring-restdocs/compare/v2.0.3.RELEASE...v2.0.4.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-21 12:07:05 +02:00