Skip to content

Commit f8f726a

Browse files
committed
Bump plugin to depend on GoCD servers which will work with Java 18 agent images
1 parent d47f26c commit f8f726a

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/pr_workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- "24.0" # 2023-05 --> EOL ?
1717
- "25.0" # 2024-01 --> EOL ?
1818
- "26.0" # 2024-03 --> EOL ?
19+
- "26.1" # 2024-04 --> EOL ?
1920
fail-fast: false
2021
steps:
2122
- uses: actions/checkout@v4

.github/workflows/test_and_build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "24.0" # 2023-05 --> EOL ?
1919
- "25.0" # 2024-01 --> EOL ?
2020
- "26.0" # 2024-03 --> EOL ?
21+
- "26.1" # 2024-04 --> EOL ?
2122
fail-fast: false
2223
steps:
2324
- uses: actions/checkout@v4

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ apply from: "https://raw.githubusercontent.com/gocd/gocd-plugin-gradle-task-help
1919

2020
gocdPlugin {
2121
id = 'cd.go.contrib.elastic-agent.docker'
22-
pluginVersion = '3.2.5'
23-
goCdVersion = '20.9.0'
22+
pluginVersion = '3.3.0'
23+
goCdVersion = '21.4.0'
2424
name = 'Docker Elastic Agent Plugin'
2525
description = 'Docker Based Elastic Agent Plugins for GoCD'
2626
vendorName = 'Thoughtworks, Inc.'

src/main/resources/profile.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<div class="form_item_block">
4141
<label ng-class="{'is-invalid-label': GOINPUTNAME[Image].$error.server}">Docker image:<span class='asterix'>*</span></label>
42-
<input ng-class="{'is-invalid-input': GOINPUTNAME[Image].$error.server}" type="text" ng-model="Image" ng-required="true" placeholder="gocd/gocd-agent-alpine-3.19:v23.5.0"/>
42+
<input ng-class="{'is-invalid-input': GOINPUTNAME[Image].$error.server}" type="text" ng-model="Image" ng-required="true" placeholder="gocd/gocd-agent-wolfi:v24.1.0"/>
4343
<span class="form_error form-error" ng-class="{'is-visible': GOINPUTNAME[Image].$error.server}" ng-show="GOINPUTNAME[Image].$error.server">{{GOINPUTNAME[Image].$error.server}}</span>
4444
</div>
4545

0 commit comments

Comments
 (0)