From e22089826706fa9d3d4012a4f8690a59b03291d7 Mon Sep 17 00:00:00 2001 From: Zack Brady Date: Mon, 4 Nov 2024 19:46:21 -0500 Subject: [PATCH] updated versions upon versions --- .github/workflows/main.yaml | 2 +- README.md | 8 ++++---- hauler/scripts/gitea/hauler-gitea.sh | 2 +- hauler/scripts/hauler/hauler-hauler.sh | 2 +- hauler/scripts/longhorn/hauler-longhorn.sh | 2 +- hauler/scripts/neuvector/hauler-neuvector.sh | 2 +- hauler/scripts/rancher/hauler-rancher-minimal.sh | 2 +- hauler/scripts/rancher/hauler-rancher.sh | 2 +- hauler/scripts/rke2/hauler-rke2.sh | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index cf2f531..e1fa639 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -422,7 +422,7 @@ jobs: echo -e "apiVersion: content.hauler.cattle.io/v1alpha1\nkind: Images\nmetadata:\n name: carbide-images\nspec:\n images:\n$(curl -sfL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-images.txt | sed '/nats/d' | sed 's/^/ - name: /')" > carbide-images.yaml sed -i "s/rgcrprod.azurecr.us/registry.ranchercarbide.dev/g" carbide-images.yaml echo -e "apiVersion: content.hauler.cattle.io/v1alpha1\nkind: Images\nmetadata:\n name: carbide-dependency-images\nspec:\n images:\n$(curl -sfL https://raw.githubusercontent.com/rancherfederal/carbide-releases/main/carbide-images.txt | sed '/rgcr/d' | sed 's/^/ - name: /')" > carbide-dependency-images.yaml - echo -e "apiVersion: content.hauler.cattle.io/v1alpha1\nkind: Charts\nmetadata:\n name: carbide-charts\nspec:\n charts:\n - name: rancher\n repoURL: https://rancherfederal.github.io/carbide-charts\n version: 2.9.2\n - name: airgapped-docs\n repoURL: https://rancherfederal.github.io/carbide-charts\n version: 0.1.52\n - name: stigatron\n repoURL: https://rancherfederal.github.io/carbide-charts\n version: 0.3.0\n - name: stigatron-ui\n repoURL: https://rancherfederal.github.io/carbide-charts\n version: 0.3.0\n---\napiVersion: content.hauler.cattle.io/v1alpha1\nkind: Charts\nmetadata:\n name: carbide-dependency-charts\nspec:\n charts:\n - name: heimdall2\n repoURL: https://rancherfederal.github.io/carbide-charts\n version: 0.1.45\n - name: nats\n repoURL: https://nats-io.github.io/k8s/helm/charts\n version: 1.1.5" > carbide-charts.yaml + echo -e "apiVersion: content.hauler.cattle.io/v1alpha1\nkind: Charts\nmetadata:\n name: carbide-charts\nspec:\n charts:\n - name: rancher\n repoURL: https://rancherfederal.github.io/carbide-charts\n version: 2.9.3\n - name: airgapped-docs\n repoURL: https://rancherfederal.github.io/carbide-charts\n version: 0.1.53\n - name: stigatron\n repoURL: https://rancherfederal.github.io/carbide-charts\n version: 0.3.0\n - name: stigatron-ui\n repoURL: https://rancherfederal.github.io/carbide-charts\n version: 0.3.0\n---\napiVersion: content.hauler.cattle.io/v1alpha1\nkind: Charts\nmetadata:\n name: carbide-dependency-charts\nspec:\n charts:\n - name: heimdall2\n repoURL: https://rancherfederal.github.io/carbide-charts\n version: 0.1.41\n - name: nats\n repoURL: https://nats-io.github.io/k8s/helm/charts\n version: 1.1.5" > carbide-charts.yaml echo -e "apiVersion: content.hauler.cattle.io/v1alpha1\nkind: Images\nmetadata:\n name: carbide-provisioning-images\n annotations:\n hauler.dev/key: /tmp/carbide-key.pub\n # hauler.dev/platform: linux/amd64 # only fetch specific platform/architecture\nspec:\n images:\n - name: rgcrprod.azurecr.us/rancher/machine:v0.15.0-rancher118-carbide-1\n - name: rgcrprod.azurecr.us/rancher/rancher:v2.9.3-carbide-1\n - name: rgcrprod.azurecr.us/rancher/rancher-agent:v2.9.3-carbide-1\n - name: rgcrprod.azurecr.us/carbide/carbide-docs:0.1.7-carbide-1\n---\napiVersion: content.hauler.cattle.io/v1alpha1\nkind: Charts\nmetadata:\n name: carbide-provisioning-charts\nspec:\n charts:\n - name: rancher\n repoURL: https://rancherfederal.github.io/carbide-charts\n version: 2.9.3" > carbide-provisioning.yaml sed -i "s/rgcrprod.azurecr.us/registry.ranchercarbide.dev/g" carbide-provisioning.yaml time hauler store sync --store amd64 --key ../../carbide-key.pub --platform linux/amd64 --files carbide-images.yaml diff --git a/README.md b/README.md index 607f1c5..3bc7201 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@ fetch -> validate -> save -> | | -> load -> validate -> distribute ### Core Components - [hauler/rke2](hauler/rke2/README.md) - provides the content manifest for Rancher Kubernetes (RKE2) - - currently supports: `RKE2: v1.29.9` + - currently supports: `RKE2: v1.29.10` - [hauler/rancher](hauler/rancher/README.md) - provides the content manifest for Cert-Manager - currently supports: `Cert-Manager: v1.16.1` - [hauler/rancher](hauler/rancher/README.md) - provides the content manifest for Rancher Multi-Cluster Manager - - currently supports: `Rancher: v2.9.2` + - currently supports: `Rancher: v2.9.3` - [hauler/longhorn](hauler/longhorn/README.md) - provides the content manifest for Rancher Longhorn - - currently supports: `Longhorn: v1.7.1` + - currently supports: `Longhorn: v1.7.2` - [hauler/neuvector](hauler/neuvector/README.md) - provides the content manifest for Rancher NeuVector - currently supports: `NeuVector: v5.4.0` - [hauler/harvester](hauler/harvester/README.md) - provides the content manifest for Rancher Harvester @@ -46,7 +46,7 @@ fetch -> validate -> save -> | | -> load -> validate -> distribute - [hauler/cosign](hauler/cosign/README.md) - provides the content manifest for Cosign - currently supports: `Cosign: v2.4.1` - [hauler/gitea](hauler/gitea/README.md) - provides the content manifest for Gitea - - currently supports: `Gitea: v1.22.2` + - currently supports: `Gitea: v1.22.3` - [hauler/vault](hauler/vault/README.md) - provides the content manifest for Vault - currently supports: `Vault: v1.17.2` - [hauler/kubevip](hauler/kubevip/README.md) - provides the content manifest for KubeVip diff --git a/hauler/scripts/gitea/hauler-gitea.sh b/hauler/scripts/gitea/hauler-gitea.sh index 86e4d41..c7a0691 100755 --- a/hauler/scripts/gitea/hauler-gitea.sh +++ b/hauler/scripts/gitea/hauler-gitea.sh @@ -1,5 +1,5 @@ ### Set Variables -export vGitea=10.4.1 +export vGitea=10.5.0 ### Setup Working Directory rm -rf /opt/hauler/gitea diff --git a/hauler/scripts/hauler/hauler-hauler.sh b/hauler/scripts/hauler/hauler-hauler.sh index b5879e2..a394b7c 100644 --- a/hauler/scripts/hauler/hauler-hauler.sh +++ b/hauler/scripts/hauler/hauler-hauler.sh @@ -1,5 +1,5 @@ ### Set Variables -export vHauler=1.0.8 +export vHauler=1.1.0 ### Setup Working Directory rm -rf /opt/hauler/hauler diff --git a/hauler/scripts/longhorn/hauler-longhorn.sh b/hauler/scripts/longhorn/hauler-longhorn.sh index ae2ea91..6816656 100755 --- a/hauler/scripts/longhorn/hauler-longhorn.sh +++ b/hauler/scripts/longhorn/hauler-longhorn.sh @@ -1,5 +1,5 @@ ### Set Variables -export vLonghorn=1.7.1 +export vLonghorn=1.7.2 ### Setup Working Directory rm -rf /opt/hauler/longhorn diff --git a/hauler/scripts/neuvector/hauler-neuvector.sh b/hauler/scripts/neuvector/hauler-neuvector.sh index bdf297a..1079d80 100755 --- a/hauler/scripts/neuvector/hauler-neuvector.sh +++ b/hauler/scripts/neuvector/hauler-neuvector.sh @@ -1,5 +1,5 @@ ### Set Variables -export vNeuVector=2.8.0 +export vNeuVector=2.8.2 ### Setup Working Directory rm -rf /opt/hauler/neuvector diff --git a/hauler/scripts/rancher/hauler-rancher-minimal.sh b/hauler/scripts/rancher/hauler-rancher-minimal.sh index 93d54a0..558221b 100755 --- a/hauler/scripts/rancher/hauler-rancher-minimal.sh +++ b/hauler/scripts/rancher/hauler-rancher-minimal.sh @@ -1,5 +1,5 @@ ### Set Variables -export vRancher=2.9.2 +export vRancher=2.9.3 export vCertManager=1.16.1 ### Setup Working Directory diff --git a/hauler/scripts/rancher/hauler-rancher.sh b/hauler/scripts/rancher/hauler-rancher.sh index 53e785d..34d06f2 100755 --- a/hauler/scripts/rancher/hauler-rancher.sh +++ b/hauler/scripts/rancher/hauler-rancher.sh @@ -1,5 +1,5 @@ ### Set Variables -export vRancher=2.9.2 +export vRancher=2.9.3 export vCertManager=1.16.1 ### Setup Working Directory diff --git a/hauler/scripts/rke2/hauler-rke2.sh b/hauler/scripts/rke2/hauler-rke2.sh index b2aebdb..fbbf7d5 100755 --- a/hauler/scripts/rke2/hauler-rke2.sh +++ b/hauler/scripts/rke2/hauler-rke2.sh @@ -1,5 +1,5 @@ ### Set Variables -export vRKE2=1.29.9 +export vRKE2=1.29.10 export vRKE2SELinux=0.18 ### Setup Working Directory