Skip to content

Commit

Permalink
feat: update uds-core (#128)
Browse files Browse the repository at this point in the history
* updating uds-cli refs

* bumping zarf init?

* morrrrr bump

* updating dependency list
  • Loading branch information
blancharda committed Jun 13, 2024
1 parent 0f31e12 commit 949df27
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ runs:
- name: Install UDS CLI
shell: bash
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
run: brew install defenseunicorns/tap/uds@0.10.4
run: brew install defenseunicorns/tap/uds@0.11.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Once the below [Prerequisites](#prerequisites) are met, these are the steps to d

### Prerequisites
**Tools**:
* [uds version v0.10.4](https://github.com/defenseunicorns/uds-cli/tree/v0.10.4)
- `sudo curl -sL https://github.com/defenseunicorns/uds-cli/releases/download/v0.10.4/uds-cli_v0.10.4_Linux_amd64`
* [uds version v0.11.0](https://github.com/defenseunicorns/uds-cli/tree/v0.11.0)
- `sudo curl -sL https://github.com/defenseunicorns/uds-cli/releases/download/v0.11.0/uds-cli_v0.11.0_Linux_amd64`
* (OPTIONAL) [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl)
* (OPTIONAL) [helm](https://github.com/helm/helm)

Expand Down
6 changes: 3 additions & 3 deletions bundles/uds-core-swf/uds-bundle.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.10.4/uds.schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.11.0/uds.schema.json
kind: UDSBundle
metadata:
name: software-factory-nutanix
Expand All @@ -14,7 +14,7 @@ packages:
path: ../../build
optionalComponents:
- git-server
ref: v0.33.0
ref: v0.34.0
overrides:
zarf-seed-registry:
docker-registry:
Expand All @@ -41,7 +41,7 @@ packages:

- name: core
repository: ghcr.io/defenseunicorns/packages/uds/core
ref: 0.22.0-registry1
ref: 0.22.1-registry1
overrides:
kube-prometheus-stack:
kube-prometheus-stack:
Expand Down
12 changes: 6 additions & 6 deletions docs/packages-and-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This list covers tools which would be required on a developer machine in order t
| Tool | Version | Description |
|----|----|----|
| [terraform](https://github.com/hashicorp/terraform) | v1.6.4 | An Infrastructure As Code (IAC) tool for managing the deployment of virtual resources (VMs, databases, object storage) within Nutanix |
| [UDS](https://github.com/defenseunicorns/uds-cli) | v0.10.4 | A custom tool for automating and simplifying the management of multiple Zarf deployments in one environment |
| [UDS](https://github.com/defenseunicorns/uds-cli) | v0.11.0 | A custom tool for automating and simplifying the management of multiple Zarf deployments in one environment |

## Operating System Package Installs
This list covers tools and packages installed in the Operating System of the virtual machines allocated to run Kubernetes. This list is obviously not exhaustive, but instead covers what is being added to the base STIG'd image.
Expand Down Expand Up @@ -38,7 +38,7 @@ The UDS Software Factory Bundle (SWF) is a collection of Zarf packages which inc

| Name | Package Version (internal) | Application Version | Description |
|----|----|----|----|
| [Nutanix CSI Driver Init](https://portal.nutanix.com/page/documents/details?targetId=CSI-Volume-Driver-v2_6:CSI-Volume-Driver-v2_6) | v0.33.0 | v2.6.8 | A zarf component installed in the cluster for orchestrating further deployment of Zarf based packages |
| [Nutanix CSI Driver Init](https://portal.nutanix.com/page/documents/details?targetId=CSI-Volume-Driver-v2_6:CSI-Volume-Driver-v2_6) | v0.34.0 | v2.6.8 | A zarf component installed in the cluster for orchestrating further deployment of Zarf based packages |
| [MetalLB](https://github.com/defenseunicorns/uds-capability-metallb) | 0.0.5 | v0.13.12 | Tool for providing load balancer capabilities for ingress into a Kubernetes deployment |
| [uds-core](https://github.com/defenseunicorns/uds-core) | 0.22.0 | N/A | [DESCRIPTION BELOW](#UDS-Core) |
| [Redis](https://github.com/defenseunicorns/uds-package-dependencies) | 0.0.2 | 7.0.12 | A key-value store used as a data backend for several applications in the stack |
Expand All @@ -55,14 +55,14 @@ The UDS Software Factory Bundle (SWF) is a collection of Zarf packages which inc

| Package | Version | Description |
|----|----|----|
| [Istio](https://istio.io/latest/) | 1.21.2 | A package detailing the configuration of the deployed service mesh -- used by the operator to apply the desired state in the cluster |
| [Istio](https://istio.io/latest/) | 1.22.1 | A package detailing the configuration of the deployed service mesh -- used by the operator to apply the desired state in the cluster |
| [Loki](https://grafana.com/oss/loki/) | 2.9.6 | A Grafana product for aggregating and querying log data |
| [Promtail](https://grafana.com/docs/loki/latest/send-data/promtail/) | 2.9.6 | A logging daemon installed on each cluster node to capture logs from the host and all cluster workload processes. Logs are shipped to Loki |
| [Prometheus](https://prometheus.io/) | 2.51.2 | A product for storing and querying time series based data such as system performance metrics (CPU/MEM usage) |
| [Prometheus](https://prometheus.io/) | 2.52.0 | A product for storing and querying time series based data such as system performance metrics (CPU/MEM usage) |
| [Grafana](https://github.com/grafana/grafana) | 10.4.2 | A Grafana product to provide a frontend interface to display and query performance information from Prometheus, log data from Loki, and request tracing information from Tempo |
| [Neuvector](https://www.suse.com/neuvector/) | 5.3.2 | A kubernetes security suite that provides CVE scanning for hosts and images, as well as runtime security monitoring and protection |
| [Velero](https://repo1.dso.mil/big-bang/product/packages/velero) | 1.13.2 | A tool for orchistrating backups of cluster state and storage |
| [Authservice](https://github.com/istio-ecosystem/authservice) | 0.5.3 | A tool for simplifying and automating auth workflows via Istio integration |
| [Metrics Server](https://github.com/kubernetes-sigs/metrics-server) | 0.7.1 | A container metrics aggregation and exporter for kubernetes |
| [Pepr](https://pepr.dev/) | 0.31.0 | Declarative automation for managing deployments and security policy enorcement |
| [Keycloak](https://github.com/defenseunicorns/uds-core) | 24.0.4 | An identity and access management (IDAM) tool used to authenticate users for access to applications |
| [Pepr](https://pepr.dev/) | 0.31.1 | Declarative automation for managing deployments and security policy enorcement |
| [Keycloak](https://github.com/defenseunicorns/uds-core) | 24.0.5 | An identity and access management (IDAM) tool used to authenticate users for access to applications |
12 changes: 6 additions & 6 deletions packages/init/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ components:
# (Optional) Deploys a k3s cluster
- name: k3s
import:
url: oci://ghcr.io/defenseunicorns/packages/init:v0.33.0
url: oci://ghcr.io/defenseunicorns/packages/init:v0.34.0

# This package moves the injector & registries binaries
- name: zarf-injector
required: true
import:
url: oci://ghcr.io/defenseunicorns/packages/init:v0.33.0
url: oci://ghcr.io/defenseunicorns/packages/init:v0.34.0

# Creates the temporary seed-registry
- name: zarf-seed-registry
required: true
import:
url: oci://ghcr.io/defenseunicorns/packages/init:v0.33.0
url: oci://ghcr.io/defenseunicorns/packages/init:v0.34.0
charts:
- name: docker-registry
valuesFiles:
Expand Down Expand Up @@ -118,7 +118,7 @@ components:
- name: zarf-registry
required: true
import:
url: oci://ghcr.io/defenseunicorns/packages/init:v0.33.0
url: oci://ghcr.io/defenseunicorns/packages/init:v0.34.0

# Push nutanix csi (and registry) images to permanent registry
- name: nutanix-csi-images
Expand All @@ -141,9 +141,9 @@ components:
- name: zarf-agent
required: true
import:
url: oci://ghcr.io/defenseunicorns/packages/init:v0.33.0
url: oci://ghcr.io/defenseunicorns/packages/init:v0.34.0

# (Optional) Adds a git server to the cluster
- name: git-server
import:
url: oci://ghcr.io/defenseunicorns/packages/init:v0.33.0
url: oci://ghcr.io/defenseunicorns/packages/init:v0.34.0

0 comments on commit 949df27

Please sign in to comment.