Skip to content

Commit

Permalink
chore: bump uds-cli to 0.12.0 (#137)
Browse files Browse the repository at this point in the history
chore: bump nutanix csi init to v0.35.0
chore: bump gitlab to 17.0.2-uds.0
  • Loading branch information
anthonywendt authored Jul 1, 2024
1 parent 9bec327 commit 18fde32
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
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.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`
* [uds version v0.12.0](https://github.com/defenseunicorns/uds-cli/tree/v0.12.0)
- `sudo curl -sL https://github.com/defenseunicorns/uds-cli/releases/download/v0.12.0/uds-cli_v0.12.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.11.0/uds.schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.12.0/uds.schema.json
kind: UDSBundle
metadata:
name: software-factory-nutanix
Expand All @@ -19,7 +19,7 @@ packages:
path: ../../build
optionalComponents:
- git-server
ref: v0.34.0
ref: v0.35.0
overrides:
zarf-seed-registry:
docker-registry:
Expand Down Expand Up @@ -291,7 +291,7 @@ packages:

- name: gitlab
repository: ghcr.io/defenseunicorns/packages/uds/gitlab
ref: 17.0.1-uds.1-registry1
ref: 17.0.2-uds.0-registry1
overrides:
gitlab:
uds-gitlab-config:
Expand Down
6 changes: 3 additions & 3 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.11.0 | A custom tool for automating and simplifying the management of multiple Zarf deployments in one environment |
| [UDS](https://github.com/defenseunicorns/uds-cli) | v0.12.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,11 +38,11 @@ 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.34.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.35.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.1 | 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 |
| [Gitlab](https://github.com/defenseunicorns/uds-package-gitlab) | v17.0.1-uds.1-registry1 | 17.0.1 | A source control management tool used in the software development lifecycle for storing, updating, building and deploying custom software |
| [Gitlab](https://github.com/defenseunicorns/uds-package-gitlab) | v17.0.2-uds.0-registry1 | 17.0.2 | A source control management tool used in the software development lifecycle for storing, updating, building and deploying custom software |
| [Gitlab Runner](https://github.com/defenseunicorns/uds-package-gitlab-runner) | 17.0.0-uds.0-registry1 | v17.0.0 | A counterpart to Gitlab (above) in which automated software builds, tests and deployments are executed |
| [Sonarqube](https://github.com/defenseunicorns/uds-package-sonarqube) | 8.0.3-uds.6-registry1 | 9.9.3-community | A code inspection tool used during automated pipelines to evaluate security considerations of custom software and packaged images |
| [Jira](https://github.com/defenseunicorns/uds-package-jira) | 1.19.0-uds.0-registry1 | 9.15.1 | A collaboration tool used for team management and task organization |
Expand Down
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.34.0
url: oci://ghcr.io/defenseunicorns/packages/init:v0.35.0

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

# Creates the temporary seed-registry
- name: zarf-seed-registry
required: true
import:
url: oci://ghcr.io/defenseunicorns/packages/init:v0.34.0
url: oci://ghcr.io/defenseunicorns/packages/init:v0.35.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.34.0
url: oci://ghcr.io/defenseunicorns/packages/init:v0.35.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.34.0
url: oci://ghcr.io/defenseunicorns/packages/init:v0.35.0

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

0 comments on commit 18fde32

Please sign in to comment.