diff --git a/README.md b/README.md index 5544009..ab7a05e 100644 --- a/README.md +++ b/README.md @@ -33,20 +33,20 @@ fetch -> validate -> save -> | | -> load -> validate -> distribute - [hauler/longhorn](hauler/longhorn/README.md) - provides the content manifest for Rancher Longhorn - currently supports: `Longhorn: v1.7.1` - [hauler/neuvector](hauler/neuvector/README.md) - provides the content manifest for Rancher NeuVector - - currently supports: `NeuVector: v5.3.4` + - currently supports: `NeuVector: v5.4.0` - [hauler/harvester](hauler/harvester/README.md) - provides the content manifest for Rancher Harvester - currently supports: `Harvester: v1.3.2` ### Addons - [hauler/hauler](hauler/hauler/README.md) - provides the content manifest for Hauler - - currently supports: `Hauler: v1.0.7` + - currently supports: `Hauler: v1.0.8` - [hauler/helm](hauler/helm/README.md) - provides the content manifest for Helm - - currently supports: `Helm: v3.15.4` + - currently supports: `Helm: v3.16.1` - [hauler/cosign](hauler/cosign/README.md) - provides the content manifest for Cosign - currently supports: `Cosign: v2.4.0` - [hauler/gitea](hauler/gitea/README.md) - provides the content manifest for Gitea - - currently supports: `Gitea: v1.22.1` + - currently supports: `Gitea: v1.22.2` - [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/examples/os-packages-example.md b/examples/os-packages-example.md index e6f817f..89ee0a3 100644 --- a/examples/os-packages-example.md +++ b/examples/os-packages-example.md @@ -47,7 +47,7 @@ hauler store sync --store packages --files rancher-airgap-packages.yaml hauler store save --store packages --filename rancher-airgap-packages.tar.zst ### Fetch Hauler Binary -curl -sfOL https://github.com/hauler-dev/hauler/releases/download/v1.0.7/hauler_1.0.7_linux_amd64.tar.gz +curl -sfOL https://github.com/hauler-dev/hauler/releases/download/v1.0.8/hauler_1.0.8_linux_amd64.tar.gz ``` --- diff --git a/examples/rancher-airgap-quickstart.md b/examples/rancher-airgap-quickstart.md index 1356cc1..0c3b948 100644 --- a/examples/rancher-airgap-quickstart.md +++ b/examples/rancher-airgap-quickstart.md @@ -55,7 +55,7 @@ hauler store save --store kubevip-store --filename rancher-airgap-kubevip.tar.zs hauler store save --store extras --filename rancher-airgap-extras.tar.zst ### Fetch Hauler Binary -curl -sfOL https://github.com/hauler-dev/hauler/releases/download/v1.0.7/hauler_1.0.7_linux_amd64.tar.gz +curl -sfOL https://github.com/hauler-dev/hauler/releases/download/v1.0.8/hauler_1.0.8_linux_amd64.tar.gz ``` --- @@ -457,7 +457,7 @@ sudo su ### Set Variables export DOMAIN= -export vNeuVector=2.7.8 +export vNeuVector=2.8.0 export registry=:5000 export fileserver=:8080 diff --git a/hauler/scripts/gitea/hauler-gitea.sh b/hauler/scripts/gitea/hauler-gitea.sh index 5d3614b..86e4d41 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.0 +export vGitea=10.4.1 ### 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 40a9e89..b5879e2 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.7 +export vHauler=1.0.8 ### Setup Working Directory rm -rf /opt/hauler/hauler diff --git a/hauler/scripts/helm/hauler-helm.sh b/hauler/scripts/helm/hauler-helm.sh index f3e38a2..db8232d 100755 --- a/hauler/scripts/helm/hauler-helm.sh +++ b/hauler/scripts/helm/hauler-helm.sh @@ -1,5 +1,5 @@ ### Set Variables -export vHelm=3.15.4 +export vHelm=3.16.1 ### Setup Working Directory rm -rf /opt/hauler/helm diff --git a/hauler/scripts/neuvector/hauler-neuvector.sh b/hauler/scripts/neuvector/hauler-neuvector.sh index c7c7fed..bdf297a 100755 --- a/hauler/scripts/neuvector/hauler-neuvector.sh +++ b/hauler/scripts/neuvector/hauler-neuvector.sh @@ -1,5 +1,5 @@ ### Set Variables -export vNeuVector=2.7.8 +export vNeuVector=2.8.0 ### Setup Working Directory rm -rf /opt/hauler/neuvector