Skip to content

Commit

Permalink
chore: migrates runner to maru-runner repo
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleGedd committed Mar 5, 2024
1 parent dc3576d commit 21012db
Show file tree
Hide file tree
Showing 10 changed files with 80 additions and 1,238 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
1. [Zarf Integration](#zarf-integration)
1. [Bundle Overrides](docs/overrides.md)
1. [Bundle Anatomy](docs/anatomy.md)
1. [UDS Runner](docs/runner.md)
1. [Runner](docs/runner.md)

## Install
Recommended installation method is with Brew:
Expand Down
13 changes: 12 additions & 1 deletion adr/0002-runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Date: 1 Feb 2024

## Status
Accepted
[AMENDED](#amendment-1)

## Context

Expand All @@ -25,3 +25,14 @@ After quickly gaining adoption across the organization, we have decided to make
## Consequences

The UDS CLI team will own the UDS Runner functionality and is responsible for maintaining it. Furthermore, because the UDS Runner uses Zarf, the UDS CLI team will contribute to upstream Zarf Actions and common library functionality to support UDS Runner.

# Amendment 1

Date: 1 March 2024

## Status

Accepted

## Context and Decision
In an effort to reduce the scope of UDS CLI and experiment with a new standalone project, the UDS Runner functionality will be moved to a new project tentatively named [maru-runner](https://github.com/defenseunicorns/maru-runner). This project will be maintained by the UDS CLI team for a short time but ownership will be eventually be transferred to a different team. Furthermore, UDS CLI will vendor the runner such that no breaking changes will be introduced for UDS CLI users.
Loading

0 comments on commit 21012db

Please sign in to comment.