Skip to content

Commit

Permalink
Update Palette CLI Binaries URLs (#3437)
Browse files Browse the repository at this point in the history
* docs: update palette cli binaries URL

* docs: update spectro cli download URLs

* docs: update spectro registry docker image

* docs: rearrange Palette CLI rows so that the latest version comes first

* docs: update self-hosted upgrade paths
  • Loading branch information
caroldelwing authored Jul 19, 2024
1 parent df862a0 commit 62e0125
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ palette version
```

```shell hideClipboard
Palette CLI version: 4.3.4
Palette CLI version: 4.4.5
```

## Next Steps
Expand Down
2 changes: 2 additions & 0 deletions docs/docs-content/enterprise-version/upgrade/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Before upgrading Palette to a new major version, you must first update it to the

| **Source Version** | **Target Version** | **Support** |
| :----------------: | :----------------: | :----------------: |
| 4.4.6 | 4.4.11 | :white_check_mark: |
| 4.3.6 | 4.4.11 | :white_check_mark: |
| 4.3.6 | 4.4.4 | :white_check_mark: |
| 4.2.13 | 4.3.6 | :white_check_mark: |
| 4.2.7 | 4.2.13 | :white_check_mark: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ docker run -d \
-e REGISTRY_LOG_LEVEL=debug \
-e REGISTRY_AUTH=htpasswd \
-e REGISTRY_AUTH_HTPASSWD_REALM="My Enterprise Realm" \
gcr.io/spectro-images-public/release/spectro-registry:4.0.2
gcr.io/spectro-images-public/release/spectro-registry:4.4.0
```

Alternatively, you can start the container by mounting a directory with a new configuration file and pointing the server
Expand All @@ -85,7 +85,7 @@ docker run -d \
-p 443:5000 \
--name spectro-registry \
--volume $(pwd)/myconfig.yml:/etc/myconfig.yml \
gcr.io/spectro-images-public/release/spectro-registry:4.0.2 \
gcr.io/spectro-images-public/release/spectro-registry:4.4.0 \
serve /etc/spectropaxconfig/myconfig.yml
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ The Spectro CLI tool is currently available for OSX and Linux.
<TabItem label="OSX" value="osx_cli">

```bash
wget https://spectro-cli.s3.amazonaws.com/v4.3.0/osx/spectro
wget https://spectro-cli.s3.amazonaws.com/v4.4.0/osx/spectro
```

</TabItem>

<TabItem label="Linux" value="linux_cli">

```bash
wget https://spectro-cli.s3.amazonaws.com/v4.3.0/linux/spectro
wget https://spectro-cli.s3.amazonaws.com/v4.4.0/linux/spectro
```

</TabItem>
Expand Down Expand Up @@ -307,5 +307,5 @@ spectro version
```

```bash hideClipboard
Spectro CLI Version 4.3.4 linux/amd64
Spectro CLI Version 4.4.0 linux/amd64
```
14 changes: 8 additions & 6 deletions docs/docs-content/spectro-downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ on how to install Palette. Palette VerteX installation guide can be found in the
The Palette Command Line Interface (CLI) is a tool that you can use to interact with Palette programmatically. Check out
the [Palette CLI](./automation/palette-cli/palette-cli.md) document for installation guidance.

| Version | Operating System | Checksum (SHA256) |
| ------- | ------------------------------------------------------------------------------------- | ----------------- |
| 4.4.8 | [Linux-amd64](https://software.spectrocloud.com/palette-cli/v4.4.0/linux/cli/palette) | `` |
| Version | Operating System | Checksum (SHA256) |
| ------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| 4.4.5 | [Linux-amd64](https://software.spectrocloud.com/palette-cli/v4.4.5/linux/cli/palette) | `d177e996844f72305d2d952e0ecf5893eb5b1a32442543454cb9720e9fa9b935` |
| 4.4.0 | [Linux-amd64](https://software.spectrocloud.com/palette-cli/v4.4.0/linux/cli/palette) | `9e515f4f78b235a0022d1f10099f0e819fa28ceb356d4a97a34bb4e251a81ea1` |

## Palette Edge CLI

| Version | Operating System | Checksum (SHA256) |
| ------- | ------------------------------------------------------------------------------------- | ----------------- |
| 4.4.8 | [Linux-amd64](https://software.spectrocloud.com/stylus/v4.4.2/cli/linux/palette-edge) | `` |
| Version | Operating System | Checksum (SHA256) |
| ------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------ |
| 4.4.4 | [Linux-amd64](https://software.spectrocloud.com/stylus/v4.4.4/cli/linux/palette-edge) | `3dae63e503251ff0d8a85c596cddf9c45ac29ca341d0f4d47756c865121fcdb9` |
| 4.4.2 | [Linux-amd64](https://software.spectrocloud.com/stylus/v4.4.2/cli/linux/palette-edge) | `86d2f9239d2b8517dc6d750631a3a328136a5d49a8ec042899879e9bd25a396e` |
2 changes: 2 additions & 0 deletions docs/docs-content/vertex/upgrade/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Before upgrading Palette VerteX to a new major version, you must first update it

| **Source Version** | **Target Version** | **Support** |
| :----------------: | :----------------: | :----------------: |
| 4.4.6 | 4.4.11 | :white_check_mark: |
| 4.3.6 | 4.4.11 | :white_check_mark: |
| 4.3.6 | 4.4.x | :white_check_mark: |
| 4.2.13 | 4.3.6 | :white_check_mark: |
| 4.2.7 | 4.2.13 | :white_check_mark: |
Expand Down

0 comments on commit 62e0125

Please sign in to comment.