Skip to content

Commit 15b41b6

Browse files
mjnagelcmwylie19
andauthored
chore: add lula mappings for compliance pr (#2034)
## Description Mappings for defenseunicorns/uds-compliance#69 Co-authored-by: Case Wylie <[email protected]>
1 parent 02f454f commit 15b41b6

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

.github/workflows/tag-and-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- main
1616

1717
jobs:
18+
# @lulaStart d364a8e6-95ab-448c-bb97-9f456c85b54f
1819
tag-new-version:
1920
permissions: write-all
2021
runs-on: ubuntu-latest
@@ -38,6 +39,7 @@ jobs:
3839
with:
3940
snapshot: false
4041
secrets: inherit
42+
# @lulaEnd d364a8e6-95ab-448c-bb97-9f456c85b54f
4143

4244
scan-release:
4345
needs: publish-uds-core-release

docs/reference/uds-core/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ sidebar:
66

77
## What is UDS Core?
88

9+
<!-- @lulaStart babb60a4-d745-426c-ab8e-9527fda629d6 -->
910
UDS Core is a collection of several individual applications combined into a single Zarf Package, that establishes a secure baseline for secure cloud-native systems. It comes equipped with comprehensive compliance documentation and prioritizes seamless support for highly regulated and egress-limited environments. Building upon the achievements of Platform One, UDS Core enhances the security stance introduced by Big Bang. It introduces advanced automation through the UDS Operator and UDS Policy Engine.
11+
<!-- @lulaEnd babb60a4-d745-426c-ab8e-9527fda629d6 -->
1012

1113
UDS Core enables your team to:
1214

docs/reference/uds-core/release-overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ tableOfContents:
66

77
This document outlines how UDS Core is versioned, released, tested, and maintained.
88

9+
<!-- @lulaStart 88df25e3-2abd-43f4-990b-8f0da08ee643 -->
910
## Release Cadence
1011

1112
UDS Core follows a predictable release schedule to provide regular updates and improvements:
@@ -24,6 +25,8 @@ Hotfix releases are created for critical issues that cannot wait for the next re
2425

2526
We reserve the right to cut releases outside the normal schedule whenever we deem necessary to address important issues.
2627

28+
<!-- @lulaEnd 88df25e3-2abd-43f4-990b-8f0da08ee643 -->
29+
2730
## Versioning Strategy
2831

2932
UDS Core follows [Semantic Versioning 2.0.0](https://semver.org/).

packages/standard/zarf.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Copyright 2024 Defense Unicorns
22
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
33

4+
# @lulaStart babb60a4-d745-426c-ab8e-9527fda629d6
45
kind: ZarfPackageConfig
56
metadata:
67
name: core
78
description: "UDS Core is a collection of several individual applications combined into a single Zarf Package, that establishes a secure baseline for secure cloud-native systems."
9+
# @lulaEnd babb60a4-d745-426c-ab8e-9527fda629d6
810
authors: "Defense Unicorns - Product"
911
# x-release-please-start-version
1012
version: "0.54.1"
@@ -18,8 +20,8 @@ metadata:
1820

1921
constants:
2022
- name: VELERO_CRD_HASH_NAME
21-
description: 'The Velero CRDs Zarf hash name'
22-
value: 'zarf-06ee059327936135c2152d44040c9f947f933034'
23+
description: "The Velero CRDs Zarf hash name"
24+
value: "zarf-06ee059327936135c2152d44040c9f947f933034"
2325

2426
components:
2527
- name: uds-crds

0 commit comments

Comments
 (0)