Skip to content

Commit a653b85

Browse files
committed
Harmonize Concourse configuration
1 parent 17650e0 commit a653b85

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

ci/config/changelog-generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ changelog:
1717
- "type: dependency-upgrade"
1818
contributors:
1919
exclude:
20-
names: ["bclozel", "jhoeller", "poutsma", "rstoyanchev", "sbrannen", "sdeleuze", "snicoll"]
20+
names: ["bclozel", "jhoeller", "poutsma", "rstoyanchev", "sbrannen", "sdeleuze", "snicoll", "simonbasle"]

ci/images/ci-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:jammy-20240111
1+
FROM ubuntu:jammy-20240125
22

33
ADD setup.sh /setup.sh
44
ADD get-jdk-url.sh /get-jdk-url.sh

ci/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ resource_types:
3737
source:
3838
<<: *docker-resource-source
3939
repository: concourse/registry-image-resource
40-
tag: 1.7.1
40+
tag: 1.8.0
4141
- name: artifactory-resource
4242
type: registry-image
4343
source:

ci/scripts/promote-version.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

3-
source $(dirname $0)/common.sh
43
CONFIG_DIR=git-repo/ci/config
54

65
version=$( cat artifactory-repo/build-info.json | jq -r '.buildInfo.modules[0].id' | sed 's/.*:.*:\(.*\)/\1/' )

ci/tasks/build-ci-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ run:
2626
cat > /root/.docker/config.json <<EOF
2727
{ "auths": { "https://index.docker.io/v1/": { "auth": "$DOCKER_HUB_AUTH" }}}
2828
EOF
29-
build
29+
build
30+

ci/tasks/generate-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image_resource:
44
type: registry-image
55
source:
66
repository: springio/github-changelog-generator
7-
tag: '0.0.7'
7+
tag: '0.0.8'
88
username: ((docker-hub-username))
99
password: ((docker-hub-password))
1010
inputs:

ci/tasks/promote-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image_resource:
44
type: registry-image
55
source:
66
repository: springio/concourse-release-scripts
7-
tag: '0.3.4'
7+
tag: '0.4.0'
88
username: ((docker-hub-username))
99
password: ((docker-hub-password))
1010
inputs:

0 commit comments

Comments
 (0)