Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Release] Update versions (0.37.0) #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions src/content/docs/granted/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,44 +85,44 @@ In order to use Granted you'll need to install it on your system. Common Fate pr
#### For Intel (x86_64 architecture):

```bash
curl -OL https://releases.commonfate.io/granted/v0.36.2/granted_0.36.2_darwin_x86_64.tar.gz
sudo tar -zxvf ./granted_0.36.2_darwin_x86_64.tar.gz -C /usr/local/bin/
curl -OL https://releases.commonfate.io/granted/v0.37.0/granted_0.37.0_darwin_x86_64.tar.gz
sudo tar -zxvf ./granted_0.37.0_darwin_x86_64.tar.gz -C /usr/local/bin/
ln -s /usr/local/bin/granted /usr/local/bin/assumego
```

#### For ARM (arm64 architecture):

```bash
curl -OL https://releases.commonfate.io/granted/v0.36.2/granted_0.36.2_darwin_arm64.tar.gz
sudo tar -zxvf ./granted_0.36.2_darwin_arm64.tar.gz -C /usr/local/bin/
curl -OL https://releases.commonfate.io/granted/v0.37.0/granted_0.37.0_darwin_arm64.tar.gz
sudo tar -zxvf ./granted_0.37.0_darwin_arm64.tar.gz -C /usr/local/bin/
ln -s /usr/local/bin/granted /usr/local/bin/assumego
```

## Reverting to an older version of Granted

If you need to revert to an older version of Granted, you can manually downgrade using the following steps. First, make sure to uninstall your current version of granted. Replace "0.36.2" with the specific version you want to install.
If you need to revert to an older version of Granted, you can manually downgrade using the following steps. First, make sure to uninstall your current version of granted. Replace "0.37.0" with the specific version you want to install.

#### Using Homebrew
```
brew uninstall granted
brew tap-new $USER/local-tap
brew extract --version=0.36.2 common-fate/granted/granted $USER/local-tap
brew install granted@0.36.2
brew extract --version=0.37.0 common-fate/granted/granted $USER/local-tap
brew install granted@0.37.0
```

#### For Intel (x86_64 architecture):

```bash
curl -OL https://releases.commonfate.io/granted/v0.36.2/granted_0.36.2_darwin_x86_64.tar.gz
sudo tar -zxvf ./granted_0.36.2_darwin_x86_64.tar.gz -C /usr/local/bin/
curl -OL https://releases.commonfate.io/granted/v0.37.0/granted_0.37.0_darwin_x86_64.tar.gz
sudo tar -zxvf ./granted_0.37.0_darwin_x86_64.tar.gz -C /usr/local/bin/
ln -s /usr/local/bin/granted /usr/local/bin/assumego
```

#### For ARM (arm64 architecture):

```bash
curl -OL https://releases.commonfate.io/granted/v0.36.2/granted_0.36.2_darwin_arm64.tar.gz
sudo tar -zxvf ./granted_0.36.2_darwin_arm64.tar.gz -C /usr/local/bin/
curl -OL https://releases.commonfate.io/granted/v0.37.0/granted_0.37.0_darwin_arm64.tar.gz
sudo tar -zxvf ./granted_0.37.0_darwin_arm64.tar.gz -C /usr/local/bin/
ln -s /usr/local/bin/granted /usr/local/bin/assumego
```

Expand Down Expand Up @@ -171,24 +171,24 @@ In order to use Granted you'll need to install it on your system. Common Fate pr
<TabItem label="x86_64">

```bash
curl -OL releases.commonfate.io/granted/v0.36.2/granted_0.36.2_linux_x86_64.tar.gz
sudo tar -zxvf ./granted_0.36.2_linux_x86_64.tar.gz -C /usr/local/bin/
curl -OL releases.commonfate.io/granted/v0.37.0/granted_0.37.0_linux_x86_64.tar.gz
sudo tar -zxvf ./granted_0.37.0_linux_x86_64.tar.gz -C /usr/local/bin/
```

</TabItem>
<TabItem label="arm64">

```bash
curl -OL releases.commonfate.io/granted/v0.36.2/granted_0.36.2_linux_arm64.tar.gz
sudo tar -zxvf ./granted_0.36.2_linux_arm64.tar.gz -C /usr/local/bin/
curl -OL releases.commonfate.io/granted/v0.37.0/granted_0.37.0_linux_arm64.tar.gz
sudo tar -zxvf ./granted_0.37.0_linux_arm64.tar.gz -C /usr/local/bin/
```

</TabItem>
<TabItem label="i386">

```bash
curl -OL releases.commonfate.io/granted/v0.36.2/granted_0.36.2_linux_i386.tar.gz
sudo tar -zxvf ./granted_0.36.2_linux_i386.tar.gz -C /usr/local/bin/
curl -OL releases.commonfate.io/granted/v0.37.0/granted_0.37.0_linux_i386.tar.gz
sudo tar -zxvf ./granted_0.37.0_linux_i386.tar.gz -C /usr/local/bin/
```

</TabItem>
Expand All @@ -198,11 +198,11 @@ In order to use Granted you'll need to install it on your system. Common Fate pr
<TabItem label="Windows">
First, download the zip archive of Granted which matches your system's architecture. You can find your architecture by viewing your system properties in the Control Panel.

[Granted for Windows x86_64](https://releases.commonfate.io/granted/v0.36.2/granted_0.36.2_windows_x86_64.zip)
[Granted for Windows x86_64](https://releases.commonfate.io/granted/v0.37.0/granted_0.37.0_windows_x86_64.zip)

[Granted for Windows arm64](https://releases.commonfate.io/granted/v0.36.2/granted_0.36.2_windows_arm64.zip)
[Granted for Windows arm64](https://releases.commonfate.io/granted/v0.37.0/granted_0.37.0_windows_arm64.zip)

[Granted for Windows i386](https://releases.commonfate.io/granted/v0.36.2/granted_0.36.2_windows_i386.zip)
[Granted for Windows i386](https://releases.commonfate.io/granted/v0.37.0/granted_0.37.0_windows_i386.zip)

After downloading Granted, unzip the package. Granted runs as two binaries, `assume` and `granted`. Any other files in the package can be removed, and Granted will still function.

Expand All @@ -224,7 +224,7 @@ To verify that the installation has succeeded, print the version of Granted by r
```
➜ granted -v

Granted v0.36.2
Granted v0.37.0
```

If you have any issues installing don't hesitate to [ask for help on our Slack](https://join.slack.com/t/commonfatecommunity/shared_invite/zt-q4m96ypu-_gYlRWD3k5rIsaSsqP7QMg).
Expand Down