Phillip Webb
9e2a312224
Update CI to use harbor
2024-01-18 19:41:19 -08:00
Brian Clozel
11db8c4a46
Fix final release flag in CI pipeline
...
Spring Boot 3.1.x should have its final OSS release before 2024-05-18.
See gh-38474
2023-11-23 11:45:07 +01:00
Andy Wilkinson
a7bcb67cce
Merge branch '3.0.x' into 3.1.x
2023-11-22 09:44:54 +00:00
Andy Wilkinson
3f12c36198
Prepare for the final OSS release of 3.0.x
...
Closes gh-38474
2023-11-22 09:43:47 +00:00
Andy Wilkinson
6229d5de3d
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38401
2023-11-20 21:00:23 +00:00
Andy Wilkinson
a1db63b726
Merge branch '2.7.x' into 3.0.x
...
Closes gh-38400
2023-11-20 20:59:56 +00:00
Andy Wilkinson
b4348ecf19
Don't set next version when staging final version
...
Closes gh-38399
2023-11-20 20:57:45 +00:00
Andy Wilkinson
afe6e99ec0
Merge branch '3.0.x' into 3.1.x
...
See gh-38396
2023-11-20 10:52:45 +00:00
Andy Wilkinson
8b5f3f3176
Merge branch '2.7.x' into 3.0.x
...
See gh-38395
2023-11-20 10:52:28 +00:00
Andy Wilkinson
83d1d8e36d
Parameterize Artifactory repository names
...
See gh-38394
2023-11-20 10:51:53 +00:00
Andy Wilkinson
d8cd5d955b
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38396
2023-11-20 10:39:34 +00:00
Andy Wilkinson
6b8f38e873
Merge branch '2.7.x' into 3.0.x
...
Closes gh-38395
2023-11-20 10:39:11 +00:00
Andy Wilkinson
81ced3ecdb
Improve parameterization of the CI pipeline
...
Closes gh-38394
2023-11-20 10:36:58 +00:00
Andy Wilkinson
a9b85313c3
Merge branch '3.0.x' into 3.1.x
...
Closes gh-37910
2023-10-17 10:00:55 +01:00
Andy Wilkinson
4c870e6080
Merge branch '2.7.x' into 3.0.x
...
Closes gh-37909
2023-10-17 10:00:05 +01:00
Andy Wilkinson
c587eae831
Migrate to common concourse-release-scripts
...
Closes gh-32577
2023-10-17 09:54:12 +01:00
Andy Wilkinson
409eb055bb
Prepare 3.1.x branch
2023-06-08 10:19:32 +01:00
Andy Wilkinson
63abaa4cd2
Start working on 3.1.0
2023-01-23 12:04:39 +00:00
Andy Wilkinson
8e7822d214
Create 3.0.x branch
2023-01-23 12:04:16 +00:00
Phillip Webb
99a90906ab
Merge branch '2.7.x'
2023-01-09 18:07:49 -08:00
Phillip Webb
eab4873d7d
Remove unused email CI parameters
2023-01-09 18:02:41 -08:00
Andy Wilkinson
e06b0d97f7
Update main branch to start work on 3.0.x
2021-11-30 15:07:24 +00:00
Andy Wilkinson
75c117a33f
Prepare 2.7.x branch
2021-11-30 15:02:11 +00:00
Andy Wilkinson
86a773a8e9
Update main branch to start work on 2.7.x
2021-11-30 11:16:53 +00:00
Phillip Webb
e9beac6fd6
Drop CI registry mirror settings
2021-11-18 22:08:29 -08:00
Andy Wilkinson
d69e7313b2
Merge branch '2.5.x'
...
Closes gh-27443
2021-07-22 08:38:54 +01:00
Andy Wilkinson
c7ba905993
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27442
2021-07-22 08:38:03 +01:00
Andy Wilkinson
70ecaac16c
Configure a mirror for registry-image image_resources
...
Closes gh-27441
2021-07-22 08:35:32 +01:00
Stephane Nicoll
5b3a632458
Configure CI pipeline for Spring Boot 2.6.x
2021-06-11 10:15:15 +02:00
Stephane Nicoll
1a828af178
Update CI parameters for 2.5.x branch
2021-06-11 10:11:57 +02:00
Andy Wilkinson
091907f762
Rename default branch to main
...
Closes gh-26248
2021-04-27 11:27:37 +01:00
Andy Wilkinson
91e16e1099
Merge branch '2.4.x'
...
Closes gh-25344
2021-02-17 16:51:55 +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
Madhura Bhave
320f4b206e
Merge branch '2.4.x'
...
Closes gh-24692
2021-01-07 14:24:25 -08:00
Madhura Bhave
e5981c16d7
Merge branch '2.3.x' into 2.4.x
...
Closes gh-24691
2021-01-07 14:22:58 -08:00
Madhura Bhave
b309980a59
Automate homebrew tap repo update
...
Closes gh-24677
2021-01-07 14:21:01 -08:00
Stephane Nicoll
85d0f95f7a
Start work on Spring Boot 2.5
...
Closes gh-24491
2020-12-14 14:35:37 +01:00
Stephane Nicoll
08b692581a
Prepare 2.4.x branch
2020-12-14 14:22:07 +01:00
Phillip Webb
c45600e289
Merge branch '2.3.x'
2020-12-10 18:26:50 -08:00
Phillip Webb
305694e162
Merge branch '2.2.x' into 2.3.x
2020-12-10 18:22:35 -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
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
3e75dfa169
Merge branch '2.3.x'
2020-09-21 21:42:22 -07:00
Phillip Webb
fa81c37422
Merge branch '2.2.x' into 2.3.x
2020-09-21 21:41:51 -07:00
Phillip Webb
be00bbcf41
Merge branch '2.1.x' into 2.2.x
2020-09-21 21:41:09 -07:00
Phillip Webb
3da300fba9
Remove unused CI parameter
2020-09-21 21:40:18 -07:00
Phillip Webb
de5a5abc7e
Merge branch '2.3.x'
2020-09-21 21:39:13 -07:00
Phillip Webb
a47bc41fe3
Merge branch '2.2.x' into 2.3.x
2020-09-21 21:29:05 -07:00
Phillip Webb
e8d24948d5
Merge branch '2.1.x' into 2.2.x
2020-09-21 21:23:03 -07:00