Skip to content

Commit

Permalink
chore!: remove uds-runtime from core (#955)
Browse files Browse the repository at this point in the history
## Description

The PR removes UDS Runtime from UDS Core. It will instead be managed as
a standalone UDS Package separate from Core for the time being. In the
future it may be re-added as Core package in our Unicorn flavor.

## Related Issue

N/A

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Other (security config, docs update, etc)

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor
Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)
followed
  • Loading branch information
mjnagel authored Oct 24, 2024
1 parent 89af729 commit c6f6664
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 179 deletions.
4 changes: 0 additions & 4 deletions .github/filters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ logging:
- "src/loki/**"
- "src/vector/**"

ui:
- "packages/ui/**"
- "src/runtime/**"

runtime-security:
- "packages/runtime-security/**"
- "src/neuvector/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
strategy:
matrix:
flavor: [upstream, registry1, unicorn]
layer: [base, identity-authorization, ui, runtime-security, backup-restore, logging, metrics-server, monitoring]
layer: [base, identity-authorization, runtime-security, backup-restore, logging, metrics-server, monitoring]
arch: [amd64, arm64]
exclude:
- flavor: registry1
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ UDS Core establishes a secure baseline for cloud-native systems and ships with c
- [Prometheus Stack](https://github.com/prometheus-operator/kube-prometheus) - Monitoring
- [Vector](https://vector.dev/) - Log Aggregation
- [Velero](https://velero.io/) - Backup & Restore
- [UDS Runtime](https://github.com/defenseunicorns/uds-runtime) - Frontend Views & Insights

#### Future Applications

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ provider:
# Expected values
expected_istiod_port := 15012
expected_istiod_protocol := "TCP"
required_namespaces := {"authservice", "grafana", "keycloak", "loki", "metrics-server", "monitoring", "neuvector", "vector", "velero", "uds-runtime"}
required_namespaces := {"authservice", "grafana", "keycloak", "loki", "metrics-server", "monitoring", "neuvector", "vector", "velero"}
# Validate NetworkPolicy for Istiod in required namespaces
validate if {
Expand Down
3 changes: 0 additions & 3 deletions docs/reference/UDS Core/functional-layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ packages:
- name: core-monitoring
repository: ghcr.io/defenseunicorns/packages/uds/core-monitoring
ref: 0.29.0-upstream
- name: core-ui
repository: ghcr.io/defenseunicorns/packages/uds/core-ui
ref: 0.29.0-upstream
- name: core-backup-restore
repository: ghcr.io/defenseunicorns/packages/uds/core-backup-restore
ref: 0.29.0-upstream
Expand Down
6 changes: 0 additions & 6 deletions packages/standard/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@ components:
import:
path: ../identity-authorization

# UDS Runtime
- name: uds-runtime
required: true
import:
path: ../ui

# Velero
- name: velero
required: true
Expand Down
8 changes: 0 additions & 8 deletions packages/ui/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions packages/ui/tasks.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions packages/ui/zarf.yaml

This file was deleted.

1 change: 0 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"packages/logging/zarf.yaml",
"packages/backup-restore/zarf.yaml",
"packages/runtime-security/zarf.yaml",
"packages/ui/zarf.yaml",
"packages/monitoring/zarf.yaml",
"packages/metrics-server/zarf.yaml",
"packages/standard/zarf.yaml",
Expand Down
5 changes: 0 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@
"groupName": "grafana",
"commitMessageTopic": "grafana"
},
{
"matchFileNames": ["src/runtime/**"],
"groupName": "runtime",
"commitMessageTopic": "runtime"
},
{
"matchFileNames": ["package.json", "package-lock.json", "tasks/create.yaml"],
"groupName": "pepr",
Expand Down
3 changes: 0 additions & 3 deletions src/runtime/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions src/runtime/common/zarf.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions src/runtime/tasks.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions src/runtime/values/registry1-values.yaml

This file was deleted.

47 changes: 0 additions & 47 deletions src/runtime/zarf.yaml

This file was deleted.

0 comments on commit c6f6664

Please sign in to comment.