Commit Graph

73 Commits

Author SHA1 Message Date
Brian Clozel
54d24abbb7 Remove remaining Concourse tasks for CI publish build
Closes gh-939
2024-03-28 16:59:18 +01:00
Brian Clozel
9298ef5323 Add GitHub action for building and deploying SNAPSHOTs
See gh-939
2024-03-28 16:31:05 +01:00
Brian Clozel
e3f672e019 Track 1.2.x branch in CI pipeline 2024-01-26 10:09:53 +01:00
Brian Clozel
311e5647b4 Upgrade CI to JDK 17.0.10+13 and 21.0.2+14 2024-01-26 10:06:06 +01:00
Brian Clozel
9908707430 Upgrade CI to Docker 25.0.1 2024-01-26 10:05:06 +01:00
Brian Clozel
5b07edc81d Upgrade CI to Ubunutu Jammy 20240111 2024-01-26 10:04:38 +01:00
Brian Clozel
84c4b4f6dd Fix JDK script in CI pipeline 2023-11-21 11:38:42 +01:00
Brian Clozel
7a749dc161 Upgrade CI pipeline 2023-11-21 10:33:14 +01:00
Brian Clozel
e14bfa1959 Upgrade CI image to Java 17.0.8 2023-09-17 17:48:46 +02:00
Brian Clozel
8ac3b3784b Upgrade CI image to Ubuntu jammy-20230816 2023-09-17 17:48:14 +02:00
Brian Clozel
e68e7fe455 Upgrade Docker version in CI pipeline 2023-07-17 16:20:17 +02:00
Brian Clozel
4d89955eaa Upgrade OS in CI docker image 2023-07-17 16:19:56 +02:00
Brian Clozel
ecadeab19a Upgdate JDK version in CI pipeline 2023-07-17 16:17:41 +02:00
Brian Clozel
b21e91fe32 Upgrade CI infrastructure
This commit upgrades versions for our CI infrastructure:

* Ubuntu OS
* Docker
* JDK 17
2023-04-24 23:23:19 +02:00
Brian Clozel
e1d035d514 Merge branch '1.1.x' 2023-02-20 11:53:42 +01:00
Brian Clozel
44ff134b92 Upgrade CI image to Ubuntu Jammy 2023-02-20 11:45:39 +01:00
Brian Clozel
7d87d3b29d Upgrade OCI build task in CI pipeline
This commit upgrades the OCI build task Concourse resource to 0.11.1 and
configures the Docker credentials for this task.
2023-02-20 11:43:37 +01:00
Brian Clozel
bcd6bad54a Consistently use Docker creds for fetching images 2023-02-14 10:11:48 +01:00
Brian Clozel
124aef9a04 Consistently use Docker creds for fetching images 2023-02-14 10:10:41 +01:00
Brian Clozel
24a12cd54d Upgrade CI image to Ubuntu Jammy 2023-02-14 10:09:06 +01:00
Brian Clozel
009c5eb2d3 Merge branch '1.1.x' 2023-02-01 15:31:52 +01:00
Brian Clozel
52dce6bcf8 Configure Docker credentials when fetching Concourse resources 2023-02-01 15:31:23 +01:00
Brian Clozel
a4981e076b Create 1.2.x Concourse pipeline
This commit also upgrades Concourse resources to their latest versions.
2023-02-01 15:09:39 +01:00
Brian Clozel
a4f04293e0 Update CI to use the new 1.1.x branch
This commit updates the Concourse CI pipeline to use the new 1.1.x
branch for this generation, as the main branch is now dedicated to 1.2.x
features.
2023-02-01 14:45:51 +01:00
Brian Clozel
e852fbd2c6 Upgrade Java 17 version in CI build 2023-01-19 09:55:00 +01:00
Brian Clozel
074817904a Add missing registry mirror vars in concourse tasks 2022-11-08 10:33:52 +01:00
Brian Clozel
30bc70be5f Upgrade CI infrastructure
This commit updates the following parts of the CI infrastructure:

* the base OS image
* the docker daemon version
* the JDK versions we're building against
2022-10-17 23:38:34 +02:00
Brian Clozel
ae8c68d7d8 Create CI pipeline for 1.1.x generation
Closes gh-424
2022-06-24 15:05:23 +02:00
Brian Clozel
e4e9987e3c Upgrade OS and Java versions in CI image
This commit also switches to Bellsoft Java builds.
2022-06-13 20:59:17 +02:00
Brian Clozel
b1b44946db Fix git tag name resource in CI pipeline
Prior to this commit, the git tag used for the GitHub release generation
was missing the "v" prefix.
2022-05-18 16:58:05 +02:00
Brian Clozel
6dc2b05616 Fix GitHub changelog generation in CI pipeline
There were missing variables in the task.
2022-05-18 16:57:36 +02:00
Brian Clozel
11480dae28 Rename pipeline to spring-graphql-1.0.x 2022-05-18 16:57:03 +02:00
Brian Clozel
1211425d9d Add configuration for signing artifacts in CI pipeline 2022-05-18 16:08:18 +02:00
Brian Clozel
86736542df Do not push docs artifacts to Maven Central 2022-05-18 16:08:18 +02:00
Brian Clozel
a2c038e933 Upgrade to oci-build-task 0.10.0 in CI 2022-05-16 11:32:18 +02:00
Brian Clozel
81a03f2b2d Upgrade versions in CI pipeline
This commit upgrades the versions for:

* JDKs
* Ubuntu OS
* oci-build-task resource
2022-05-03 16:36:21 +02:00
Brian Clozel
3761dcdcdc Prepare CI pipeline for GA release on Maven Central
Closes gh-356
2022-04-20 16:16:38 +02:00
Brian Clozel
8e7931b449 Upgrade registry-image-resource in CI pipeline to 1.5.0
See spring-projects/spring-boot#30408
2022-04-14 11:27:56 +02:00
Brian Clozel
b9e2728ea2 Upgrade CI to concourse-release-scripts 0.3.4 2022-04-14 11:25:13 +02:00
Brian Clozel
2cdaf344fc Upgrade Docker and OS version in CI image 2022-04-04 13:16:14 +02:00
Brian Clozel
89b174d9ee Fix CI release pipeline for changelog and promotion
Now that the CHANGELOG generation and the release promotion tasks are
using external container images to perform tasks, we should not rely on
the ci-image to execute them.
2022-03-22 18:01:21 +01:00
Brian Clozel
22c1472bcc Fix CI pipeline configuration
See gh-331
2022-03-16 14:38:02 +01:00
Brian Clozel
0cf2ce023d Use Concourse Release Script as Docker image in CI
Instead of embeddeding the Concourse Release Scripts application as a
JAR in the CI image, this commit is now using the published Docker image
for this.
2022-03-16 14:26:53 +01:00
Brian Clozel
2b6dd8f1e1 Generate CHANGELOG during release promotion
Closes gh-331
2022-03-16 14:26:24 +01:00
Brian Clozel
0346474357 Upgrade to ubuntu:focal-20220302 in CI image 2022-03-16 13:53:39 +01:00
Brian Clozel
4d3c349e34 Upgrade JDK versions in CI image 2022-03-16 13:52:56 +01:00
Brian Clozel
a89ae5034f Upgrade JDK versions in CI image 2022-02-03 10:26:22 +01:00
Brian Clozel
e2d3b61b8d Upgrade Ubuntu version in CI image 2022-02-03 10:24:14 +01:00
Brian Clozel
c9f35ce916 Upgrade base for CI image 2022-01-13 14:41:31 +01:00
rstoyanchev
7a7e2e87dc Update project name to Spring for GraphQL
Closes gh-255
2022-01-13 12:16:02 +00:00