File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ package :
2+ name : karpenter-1.7
3+ version : " 1.7.2"
4+ epoch : 0 # CVE-2025-47907
5+ description : Karpenter is a Kubernetes Node Autoscaler built for flexibility, performance, and simplicity.
6+ copyright :
7+ - license : Apache-2.0
8+ dependencies :
9+ provides :
10+ - karpenter=${{package.full-version}}
11+ - karpenter-provider-aws=${{package.full-version}}
12+
13+ pipeline :
14+ - uses : git-checkout
15+ with :
16+ repository : https://github.com/aws/karpenter-provider-aws
17+ tag : v${{package.version}}
18+ expected-commit : afe3eba8afc4c1012d502e94e5c7e78f7dbc1537
19+
20+ - uses : go/build
21+ with :
22+ packages : ./cmd/controller
23+ output : controller
24+ ldflags : -X=sigs.k8s.io/karpenter/pkg/operator.Version=${{package.version}}
25+
26+ update :
27+ enabled : true
28+ github :
29+ identifier : aws/karpenter-provider-aws
30+ tag-filter : v1.7.
31+ strip-prefix : v
32+
33+ test :
34+ environment :
35+ environment :
36+ # Required for test, otherwise application returns error when running --help.
37+ SYSTEM_NAMESPACE : default
38+ pipeline :
39+ - name : Check application responds to --help command
40+ runs : controller --help
You can’t perform that action at this time.
0 commit comments