Skip to content
Merged
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
3 changes: 2 additions & 1 deletion gitlab-kas-18.6.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: gitlab-kas-18.6
version: "18.6.3"
epoch: 0 # CVE-2025-61729
epoch: 1 # CVE-2025-61729
description: GitLab KAS is a component installed together with GitLab. It is required to manage the GitLab agent for Kubernetes.
copyright:
- license: MIT
Expand Down Expand Up @@ -71,6 +71,7 @@ test:
- wait-for-it
- curl
- valkey
- openssl
- valkey-cli
pipeline:
- name: "Version and help tests for KAS and Agent"
Expand Down
3 changes: 2 additions & 1 deletion gitlab-kas-18.7.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: gitlab-kas-18.7
version: "18.7.1"
epoch: 0 # CVE-2025-61729
epoch: 1 # CVE-2025-61729
description: GitLab KAS is a component installed together with GitLab. It is required to manage the GitLab agent for Kubernetes.
copyright:
- license: MIT
Expand Down Expand Up @@ -65,6 +65,7 @@ test:
packages:
- wait-for-it
- curl
- openssl
- valkey
- valkey-cli
pipeline:
Expand Down
Loading