File tree 4 files changed +5
-3
lines changed 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 16
16
- " 24.0" # 2023-05 --> EOL ?
17
17
- " 25.0" # 2024-01 --> EOL ?
18
18
- " 26.0" # 2024-03 --> EOL ?
19
+ - " 26.1" # 2024-04 --> EOL ?
19
20
fail-fast : false
20
21
steps :
21
22
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 18
18
- " 24.0" # 2023-05 --> EOL ?
19
19
- " 25.0" # 2024-01 --> EOL ?
20
20
- " 26.0" # 2024-03 --> EOL ?
21
+ - " 26.1" # 2024-04 --> EOL ?
21
22
fail-fast : false
22
23
steps :
23
24
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ apply from: "https://raw.githubusercontent.com/gocd/gocd-plugin-gradle-task-help
19
19
20
20
gocdPlugin {
21
21
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'
24
24
name = ' Docker Elastic Agent Plugin'
25
25
description = ' Docker Based Elastic Agent Plugins for GoCD'
26
26
vendorName = ' Thoughtworks, Inc.'
Original file line number Diff line number Diff line change 39
39
40
40
< div class ="form_item_block ">
41
41
< 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 "/>
43
43
< 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 >
44
44
</ div >
45
45
You can’t perform that action at this time.
0 commit comments