Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys committed Sep 19, 2024
1 parent ce89af7 commit f7c37d1
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@ fetch -> validate -> save -> | <airgap> | -> 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
Expand Down
2 changes: 1 addition & 1 deletion examples/os-packages-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

---
Expand Down
4 changes: 2 additions & 2 deletions examples/rancher-airgap-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

---
Expand Down Expand Up @@ -457,7 +457,7 @@ sudo su

### Set Variables
export DOMAIN=<example.com>
export vNeuVector=2.7.8
export vNeuVector=2.8.0
export registry=<FQDN or IP>:5000
export fileserver=<FQDN or IP>:8080

Expand Down
2 changes: 1 addition & 1 deletion hauler/scripts/gitea/hauler-gitea.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Set Variables
export vGitea=10.4.0
export vGitea=10.4.1

### Setup Working Directory
rm -rf /opt/hauler/gitea
Expand Down
2 changes: 1 addition & 1 deletion hauler/scripts/hauler/hauler-hauler.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Set Variables
export vHauler=1.0.7
export vHauler=1.0.8

### Setup Working Directory
rm -rf /opt/hauler/hauler
Expand Down
2 changes: 1 addition & 1 deletion hauler/scripts/helm/hauler-helm.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Set Variables
export vHelm=3.15.4
export vHelm=3.16.1

### Setup Working Directory
rm -rf /opt/hauler/helm
Expand Down
2 changes: 1 addition & 1 deletion hauler/scripts/neuvector/hauler-neuvector.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Set Variables
export vNeuVector=2.7.8
export vNeuVector=2.8.0

### Setup Working Directory
rm -rf /opt/hauler/neuvector
Expand Down

0 comments on commit f7c37d1

Please sign in to comment.