Skip to content

Commit a20ee58

Browse files
committed
Expose commit id (sha) of Garden Linux images
Expose the commit id (shasum) of Garden Linux images
1 parent f488c71 commit a20ee58

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

api/v1/hypervisor_types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ type OperatingSystemStatus struct {
123123
// Represents the Operating System version.
124124
Version string `json:"version,omitempty"`
125125

126+
// Represents the Operating System build commit SHA sum.
127+
CommitID string `json:"commit_id,omitempty"`
128+
126129
// PrettyVersion
127130
PrettyVersion string `json:"prettyVersion,omitempty"`
128131

applyconfigurations/api/v1/operatingsystemstatus.go

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/kvm.cloud.sap_hypervisors.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@ spec:
305305
operatingSystem:
306306
description: Represents the Operating System status.
307307
properties:
308+
commit_id:
309+
description: Represents the Operating System build commit SHA
310+
sum.
311+
type: string
308312
firmwareDate:
309313
description: FirmwareDate
310314
format: date-time

0 commit comments

Comments
 (0)