Andy Wilkinson
e438721be4
Upgrade to springio/github-changelog-generator 0.0.8
...
Closes gh-32970
2022-11-02 11:32:09 +00:00
Andy Wilkinson
79cda3e5cc
Configure the Gradle Enterprise cache URL in the CI pipeline
...
Closes gh-31696
2022-07-14 16:12:42 +01:00
Andy Wilkinson
a51edec150
Use DockerHub mirror when running system tests
...
See gh-31072
2022-05-17 18:25:18 +01:00
Andy Wilkinson
830835e829
Merge branch '2.5.x' into 2.6.x
...
Closes gh-30999
2022-05-12 13:23:13 +01:00
Andy Wilkinson
d34a1b6c0e
Upgrade to OCI Build Task 0.10.0
...
Closes gh-30998
2022-05-12 13:22:48 +01:00
Andy Wilkinson
429167e71f
Align CI image generation mirrors with 2.6.x
...
Closes gh-25135
2022-03-09 12:03:14 +00:00
Phillip Webb
902dd0baf5
Use local docker mirror for test containers
...
See gh-24343
2021-11-19 12:16:12 -08:00
Phillip Webb
10269365c2
Reinstate CI image generation mirrors
...
See gh-25135
2021-11-19 12:15:53 -08:00
Phillip Webb
e9beac6fd6
Drop CI registry mirror settings
2021-11-18 22:08:29 -08:00
Andy Wilkinson
8bd3d53085
Merge branch '2.5.x'
...
Closes gh-28738
2021-11-18 13:58:46 +00:00
Andy Wilkinson
da8261921a
Upgrade to concourse/oci-build-task 0.9.1
...
Closes gh-28736
2021-11-18 13:58:09 +00:00
Stephane Nicoll
3d08d6dee9
Merge branch '2.5.x'
...
Closes gh-28187
2021-10-03 07:08:04 +02:00
Stephane Nicoll
6d3e1734f6
Upgrade to GitHub Changelog Generator 0.0.7 in CI
...
Closes gh-28185
2021-10-03 07:07:30 +02:00
Andy Wilkinson
77808da6a8
Merge branch '2.5.x'
...
Closes gh-27493
2021-07-26 14:26:04 +01:00
Andy Wilkinson
aebe52853f
Switch from vito/oci-build-task to concourse/oci-build-task
...
Closes gh-27421
2021-07-26 14:19:05 +01:00
Andy Wilkinson
d69e7313b2
Merge branch '2.5.x'
...
Closes gh-27443
2021-07-22 08:38:54 +01:00
Andy Wilkinson
70ecaac16c
Configure a mirror for registry-image image_resources
...
Closes gh-27441
2021-07-22 08:35:32 +01:00
Scott Frederick
89b49f5ead
Fix system test runtime classpath and build scan notification
...
See gh-25824
2021-07-09 13:21:48 -05:00
Scott Frederick
18c7c0af22
Add Paketo image building system tests
...
A new system test plugin is being made available for running test
suites that should be run less frequently than with every commit, such
as tests that verify Spring Boot compatibility with external
projects. CI pipeline configuration for running system tests is also
provided.
The first system tests verify the behavior of the Spring Boot image
building plugins when building images using Paketo buildpacks.
Closes gh-25824
2021-07-08 17:02:43 -05:00
Madhura Bhave
44b0bd43a4
Automate publication of gradle plugin
...
Closes gh-27079
2021-06-29 13:03:49 -07:00
Andy Wilkinson
0a72f4de81
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25357
2021-02-18 11:18:39 +00:00
Andy Wilkinson
90fb65d4ea
Upgrade to 0.0.6 of the changelog generator
...
Closes gh-25355
2021-02-18 11:18:14 +00:00
Andy Wilkinson
83a18a31ea
Start using 0.0.6 snapshots of the changelog generator
...
See gh-25355
2021-02-18 10:48:14 +00:00
Andy Wilkinson
04b2f56a4d
Merge branch '2.3.x' into 2.4.x
...
See gh-25343
2021-02-18 10:26:03 +00:00
Andy Wilkinson
532e7587b8
Correct the version input for changelog generation
...
See gh-25107
2021-02-18 10:23:43 +00:00
Andy Wilkinson
dea9b7f085
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25343
2021-02-17 16:51:37 +00:00
Andy Wilkinson
98ee724ec6
Stop using Bintray to publish to Maven Central
...
This commit reworks the CI pipeline to remove the use of Bintray for
publishing to Maven Central. In its place it adds a new
publishToCentral command to the release scripts. This command can be
used to publish a directory tree of artifacts to the Maven Central
gateway hosted by Sonatype.
Publishing consists of 4 steps:
1. Create the staging repository
2. Deploy artifacts to the repository
3. Close the repository
4. Release the repository
The command requires 3 arguments:
1. The type of release being performed
2. Location of a build info JSON file that describes the release
that is to be deployed
3. Root of a directory structure, in Maven repository layout, that
contains the artifacts to be deployed
Closes gh-25107
2021-02-17 16:50:02 +00:00
Phillip Webb
f334b27d60
Merge branch '2.3.x' into 2.4.x
2021-02-09 16:48:05 -08:00
Phillip Webb
166d9b12f1
Merge branch '2.2.x' into 2.3.x
2021-02-09 16:47:50 -08:00
Phillip Webb
7ed64f0677
Drop registry mirror from CI
...
Remove the registry mirror since it causes oci-build-task to fail.
See gh-25135
2021-02-09 16:46:26 -08:00
Phillip Webb
1e3330c375
Attempt to fix homebrew tap repo update
...
See gh-24677
2021-01-14 20:55:03 -08:00
Phillip Webb
a790a9079d
Attempt to fix homebrew tap repo update
...
See gh-24677
2021-01-14 20:49:16 -08:00
Madhura Bhave
b309980a59
Automate homebrew tap repo update
...
Closes gh-24677
2021-01-07 14:21:01 -08:00
Madhura Bhave
e5e654c9ee
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24500
2020-12-14 12:08:33 -08:00
Madhura Bhave
822ae0daf7
Fix detection of latest GA for SDKMAN
...
Fixes gh-24475
2020-12-14 12:07:15 -08:00
Phillip Webb
235f4a7415
Merge branch '2.2.x' into 2.3.x
2020-12-10 21:05:31 -08:00
Phillip Webb
1f8a6ddaaf
Write docker/config.json for CI Image generation
...
See gh-24461
2020-12-10 21:00:58 -08:00
Phillip Webb
305694e162
Merge branch '2.2.x' into 2.3.x
2020-12-10 18:22:35 -08:00
Phillip Webb
b953c41a5f
Attempt to fix oci-build-task config
...
See gh-24197
2020-12-10 16:31:37 -08:00
Phillip Webb
398c6b3603
Attempt to fix oci-build-task config
...
See gh-24197
2020-12-10 16:20:37 -08:00
Phillip Webb
615d054dec
Attempt to fix oci-build-task config
...
See gh-24197
2020-12-10 15:58:19 -08:00
Phillip Webb
6990fff27a
Attempt to fix oci-build-task config
...
See gh-24197
2020-12-10 14:35:04 -08:00
Phillip Webb
c14be4e84b
Generate CI images with oci-build-task
...
Update CI to generate images using an `oci-build-task` since
the `registry-image` resource cannot perform actual image builds.
See gh-24197
2020-12-10 14:10:17 -08:00
Phillip Webb
fa44a1d0c5
Migrate to registry-image in task yaml
...
See gh-24197
2020-12-10 14:09:55 -08:00
Madhura Bhave
aa24d623fe
Merge branch '2.2.x' into 2.3.x
2020-12-10 12:37:16 -08:00
Madhura Bhave
2e8d26150b
Add git-repo as input to sdkman
2020-12-10 10:33:00 -08:00
Stephane Nicoll
360013cba4
Merge branch '2.2.x' into 2.3.x
2020-12-10 18:31:32 +01:00
Stephane Nicoll
793bfff2c8
Polish
...
See gh-21903
2020-12-10 18:20:33 +01:00
Scott Frederick
b14847d0e1
Credit contributors for forward-ported contributions
...
This commit upgrades github-changelog-generator to 0.0.5 and adds
configuration for forward-port and back-port labels so that
contributors get credit for contributions in the release notes for
each release that includes the contribution.
Fixes gh-24135
2020-12-09 16:19:45 -06:00
Madhura Bhave
6553020e8d
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24420
2020-12-09 12:24:18 -08:00