Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
72d21ab
adapt scala agent to base agent java 21
BraisVQ Mar 27, 2026
2e2575b
adapt to base agent java 21 and add java 25
BraisVQ Mar 27, 2026
cdff961
adapt Quickstarters
BraisVQ Mar 27, 2026
371cea6
java 25 ubi8
BraisVQ Mar 27, 2026
3e6b1ab
fix java 25 script
BraisVQ Mar 27, 2026
1aafcc0
update Sock QS version
BraisVQ Mar 31, 2026
a99dc80
restore spock QS code
BraisVQ Mar 31, 2026
7eacb05
update Scala image to latest openjdk 11
BraisVQ Mar 31, 2026
0cbcf66
update springboot QS to java 25, spring 4.0.5 and gradlew 9.4.1
BraisVQ Mar 31, 2026
f0d1feb
add warning for subprocess execution in Java version switch scripts
BraisVQ Apr 1, 2026
f5590e5
add warnings for subprocess execution in Java version switch scripts …
BraisVQ Apr 1, 2026
2b962b4
update Dockerfiles to use 'source' for script execution in JDK test c…
BraisVQ Apr 1, 2026
09a16bb
test build agent base and store it for later jobs
BraisVQ Apr 16, 2026
a01f39c
cleanup artifact at the end
BraisVQ Apr 16, 2026
d742fde
replace artifact deletion step with GitHub script for better error ha…
BraisVQ Apr 16, 2026
6983121
remove ubi8 dockerfiles and code
BraisVQ Apr 16, 2026
be9d795
update Jenkins agents to use UBI9 and adjust related steps in CI work…
BraisVQ Apr 16, 2026
ed3c49d
update docs
BraisVQ Apr 16, 2026
ba81cab
changelog
BraisVQ Apr 16, 2026
e764ffa
Merge branch 'master' into feature/update-jenkins-java21
BraisVQ Apr 16, 2026
5ba82cc
update python agent dockerfile to be aboe to run without nexus config…
BraisVQ Apr 16, 2026
c6a763c
update all github action versions
BraisVQ Apr 16, 2026
89ef144
fix: update pip install command to include index-url for nexus authen…
BraisVQ Apr 17, 2026
5d5dec1
fix: update Dockerfile to conditionally set pip index URL and trusted…
BraisVQ Apr 17, 2026
96bab75
remove verbose
BraisVQ Apr 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/changelog-enforcer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: dangoslen/changelog-enforcer@v3
- uses: actions/checkout@v6.0.2
- uses: dangoslen/changelog-enforcer@v3.6.1
with:
changeLogPath: 'CHANGELOG.md'
skipLabels: 'skip changelog'
Expand Down
Loading
Loading