Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion docs/modules/getting-started/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Each version is tracked as a https://github.com/orgs/opendevstack/projects[GitHu
=== https://github.com/orgs/opendevstack/projects/10[4] (November 2021)

- OpenShift 4 support (keeping 3.11 compatibility)
- Support for Kubernetes-native Deployment resources and Helm 3 within component pipeline
- Support for Kubernetes-native Deployment resources and Helm 4 within component pipeline
- dropped machine learning quickstarter
- Integration with Aqua Security
- Implement health checks for quickstarters
Expand Down
6 changes: 3 additions & 3 deletions jenkins/agent-base/Dockerfile.ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ENV SONAR_SCANNER_VERSION=7.3.0.5189 \
COSIGN_VERSION=2.6.1 \
TAILOR_VERSION=1.4.0 \
SOPS_VERSION=3.11.0 \
HELM_VERSION=3.19.4 \
HELM_PLUGIN_DIFF_VERSION=3.14.1 \
HELM_PLUGIN_SECRETS_VERSION=4.7.4 \
HELM_VERSION=4.2.1 \
HELM_PLUGIN_DIFF_VERSION=3.15.10 \
HELM_PLUGIN_SECRETS_VERSION=4.7.7 \
GIT_LFS_VERSION=3.7.1 \
IMGPKG_VERSION=0.47.0 \
TRIVY_VERSION=0.69.3 \
Expand Down
Loading