Skip to content

Commit 48833af

Browse files
authored
Merge branch 'dev' into dev-3.4-general-fixes
2 parents eeb4d4b + 72b2afc commit 48833af

File tree

16 files changed

+330
-851
lines changed

16 files changed

+330
-851
lines changed

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ params:
118118
- ["2.2.0", "2.2.1", "2.2.2", "2.2.3", "2.2.6"]
119119
- ["2.9.0p5", "2.9.1", "2.9.2", "2.9.4", "2.9.7", "2.9.8", "2.9.9", "2.9.10"]
120120
- ["3.0.1", "3.0.2", "3.0.3", "3.0.4", "3.0.6", "3.0.7", "3.0.8", "3.0.9", "3.0.10", "3.0.11", "3.0.12", "3.0.13", "3.0.14", "3.0.15", "3.0.16"]
121-
- ["3.2.0","3.2.3"]
122-
latest: "3.2.3"
121+
- ["3.2.0", "3.2.3", "3.2.4"]
122+
latest: "3.2.4"
123123
lts: ["2.9", "3.0", "3.2"]
124124
archive_below: "2.9"
125125
#archived_url: "http://docs.riak.com/riak/1.4.12/"

content/riak/kv/3.0.10/setup/installing/alpine-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To install Riak on Alpine Linux:
5050
* Run `apk update`
5151
5. Install Riak:
5252
* For the latest version, run `apk add riak`
53-
* For a specific version, run `apk add riak=3.0.10.0-r1`
53+
* For a specific version, run `apk add riak=3.0.10-r1`
5454

5555
## Next Steps
5656

content/riak/kv/3.0.11/setup/installing/alpine-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To install Riak on Alpine Linux:
5050
* Run `apk update`
5151
5. Install Riak:
5252
* For the latest version, run `apk add riak`
53-
* For a specific version, run `apk add riak=3.0.11.0-r1`
53+
* For a specific version, run `apk add riak=3.0.11-r1`
5454

5555
## Next Steps
5656

content/riak/kv/3.0.13/setup/installing/alpine-linux.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,17 @@ The following steps have been tested to work with Riak KV on:
3535

3636
* Alpine Linux 3.16 using x86_64
3737
* Alpine Linux 3.16 using aarch64
38+
* Alpine Linux 3.18 using x86_64
39+
* Alpine Linux 3.21 using x86_64
3840

3941
## Riak 64-bit Installation
4042

4143
To install Riak on Alpine Linux:
4244

4345
1. Add the Riak repository:
44-
* Run `sudo echo "https://files.tiot.jp/alpine/v3.16/main" >> /etc/apk/repositories`
46+
* For Apline Linux 3.16 run `sudo echo "https://files.tiot.jp/alpine/v3.16/main" >> /etc/apk/repositories`
47+
* For Apline Linux 3.18 run `sudo echo "https://files.tiot.jp/alpine/v3.18/main" >> /etc/apk/repositories`
48+
* For Apline Linux 3.21 run `sudo echo "https://files.tiot.jp/alpine/v3.21/main" >> /etc/apk/repositories`
4549
2. Change directory to place the repository key:
4650
* Run `cd /etc/apk/keys/`
4751
3. Download and install the Riak repository public key:
@@ -50,7 +54,7 @@ To install Riak on Alpine Linux:
5054
* Run `apk update`
5155
5. Install Riak:
5256
* For the latest version, run `apk add riak`
53-
* For a specific version, run `apk add riak=3.0.13.0-r0`
57+
* For a specific version, run `apk add riak=3.0.13-r0`
5458

5559
## Next Steps
5660

content/riak/kv/3.0.14/setup/installing/alpine-linux.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,17 @@ The following steps have been tested to work with Riak KV on:
3535

3636
* Alpine Linux 3.16 using x86_64
3737
* Alpine Linux 3.16 using aarch64
38+
* Alpine Linux 3.18 using x86_64
39+
* Alpine Linux 3.21 using x86_64
3840

3941
## Riak 64-bit Installation
4042

4143
To install Riak on Alpine Linux:
4244

4345
1. Add the Riak repository:
44-
* Run `sudo echo "https://files.tiot.jp/alpine/v3.16/main" >> /etc/apk/repositories`
46+
* For Apline Linux 3.16 Run `sudo echo "https://files.tiot.jp/alpine/v3.16/main" >> /etc/apk/repositories`
47+
* For Apline Linux 3.18 Run `sudo echo "https://files.tiot.jp/alpine/v3.18/main" >> /etc/apk/repositories`
48+
* For Apline Linux 3.21 Run `sudo echo "https://files.tiot.jp/alpine/v3.21/main" >> /etc/apk/repositories`
4549
2. Change directory to place the repository key:
4650
* Run `cd /etc/apk/keys/`
4751
3. Download and install the Riak repository public key:
@@ -50,7 +54,7 @@ To install Riak on Alpine Linux:
5054
* Run `apk update`
5155
5. Install Riak:
5256
* For the latest version, run `apk add riak`
53-
* For a specific version, run `apk add riak=3.0.14.0-r0`
57+
* For a specific version, run `apk add riak=3.0.14-r0`
5458

5559
## Next Steps
5660

content/riak/kv/3.0.15/setup/installing/alpine-linux.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,17 @@ The following steps have been tested to work with Riak KV on:
3737
* Alpine Linux 3.16 using aarch64
3838
* Alpine Linux 3.18 using x86_64
3939
* Alpine Linux 3.18 using aarch64
40+
* Alpine Linux 3.21 using x86_64
41+
* Alpine Linux 3.21 using aarch64
4042

4143
## Riak 64-bit Installation
4244

4345
To install Riak on Alpine Linux:
4446

4547
1. Add the Riak repository:
46-
* Run `sudo echo "https://files.tiot.jp/alpine/v3.16/main" >> /etc/apk/repositories`
48+
* For Apline Linux 3.16 run `sudo echo "https://files.tiot.jp/alpine/v3.16/main" >> /etc/apk/repositories`
49+
* For Apline Linux 3.18 run `sudo echo "https://files.tiot.jp/alpine/v3.18/main" >> /etc/apk/repositories`
50+
* For Apline Linux 3.21 run `sudo echo "https://files.tiot.jp/alpine/v3.21/main" >> /etc/apk/repositories`
4751
2. Change directory to place the repository key:
4852
* Run `cd /etc/apk/keys/`
4953
3. Download and install the Riak repository public key:
@@ -52,7 +56,7 @@ To install Riak on Alpine Linux:
5256
* Run `apk update`
5357
5. Install Riak:
5458
* For the latest version, run `apk add riak`
55-
* For a specific version, run `apk add riak=3.0.15.0-r0`
59+
* For a specific version, run `apk add riak=3.0.15-r0`
5660

5761
## Next Steps
5862

content/riak/kv/3.0.16/setup/installing/alpine-linux.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,23 @@ The following steps have been tested to work with Riak KV on:
3535

3636
* Alpine Linux 3.18 using x86_64
3737
* Alpine Linux 3.18 using aarch64
38+
* Alpine Linux 3.21 using x86_64
39+
* Alpine Linux 3.21 using aarch64
3840

3941
## Riak 64-bit Installation
4042

4143
To install Riak on Alpine Linux:
4244

4345
1. Add the Riak repository:
44-
* Run `echo https://files.tiot.jp/alpine/v3.16/main >> /etc/apk/repositories`
46+
* For Apline Linux 3.18 Run `sudo echo "https://files.tiot.jp/alpine/v3.18/main" >> /etc/apk/repositories`
47+
* For Apline Linux 3.21 Run `sudo echo "https://files.tiot.jp/alpine/v3.21/main" >> /etc/apk/repositories`
4548
2. Download and install the Riak repository public key:
4649
* Run `wget http://files.tiot.jp/alpine/[email protected] -O /etc/apk/keys/[email protected]`
4750
3. Update your list of packages:
4851
* Run `apk update`
4952
4. Install Riak:
5053
* For the latest version, run `apk add riak`
51-
* For a specific version, run `apk add riak=3.0.16.0-r0`
54+
* For a specific version, run `apk add riak=3.0.16-r0`
5255

5356
## Next Steps
5457

content/riak/kv/3.0.9/setup/installing/alpine-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To install Riak on Alpine Linux:
5050
* Run `apk update`
5151
5. Install Riak:
5252
* For the latest version, run `apk add riak`
53-
* For a specific version, run `apk add riak=3.0.9.0-r1`
53+
* For a specific version, run `apk add riak=3.0.9-r1`
5454

5555
## Next Steps
5656

content/riak/kv/3.2.0/setup/installing/alpine-linux.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,26 +33,27 @@ package from the Riak repository.
3333

3434
The following steps have been tested to work with Riak KV on:
3535

36-
* Alpine Linux 3.16 using x86_64
37-
* Alpine Linux 3.16 using aarch64
3836
* Alpine Linux 3.18 using x86_64
3937
* Alpine Linux 3.18 using aarch64
38+
* Alpine Linux 3.21 using x86_64
39+
* Alpine Linux 3.21 using aarch64
4040

4141
## Riak 64-bit Installation
4242

4343
To install Riak on Alpine Linux:
4444

4545
1. Add the Riak repository:
46-
* Run `echo https://files.tiot.jp/alpine/v3.16/main >> /etc/apk/repositories`
46+
* For Apline Linux 3.18 run `sudo echo "https://files.tiot.jp/alpine/v3.18/main" >> /etc/apk/repositories`
47+
* For Apline Linux 3.21 run `sudo echo "https://files.tiot.jp/alpine/v3.21/main" >> /etc/apk/repositories`
4748
2. Download and install the Riak repository public key:
4849
* Run `wget http://files.tiot.jp/alpine/[email protected] -O /etc/apk/keys/[email protected]`
4950
3. Update your list of packages:
5051
* Run `apk update`
5152
4. Install Riak:
5253
* For the latest version, run `apk add riak`
53-
* For version 3.2.0 using OTP 22, run `apk add riak=3.2.0.22-r0`
54-
* For version 3.2.0 using OTP 24, run `apk add riak=3.2.0.24-r0`
55-
* For version 3.2.0 using OTP 25, run `apk add riak=3.2.0.25-r0`
54+
* For version 3.2.0 using OTP 22, run `apk add riak=3.2.0.22-r1`
55+
* For version 3.2.0 using OTP 24, run `apk add riak=3.2.0.24-r1`
56+
* For version 3.2.0 using OTP 25, run `apk add riak=3.2.0.25-r1`
5657

5758
## Next Steps
5859

content/riak/kv/3.2.3/setup/installing/alpine-linux.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,26 +33,23 @@ package from the Riak repository.
3333

3434
The following steps have been tested to work with Riak KV on:
3535

36-
* Alpine Linux 3.16 using x86_64
37-
* Alpine Linux 3.16 using aarch64
38-
* Alpine Linux 3.18 using x86_64
39-
* Alpine Linux 3.18 using aarch64
36+
* Alpine Linux 3.21 using x86_64
37+
* Alpine Linux 3.21 using aarch64
4038

4139
## Riak 64-bit Installation
4240

4341
To install Riak on Alpine Linux:
4442

4543
1. Add the Riak repository:
46-
* Run `echo https://files.tiot.jp/alpine/v3.16/main >> /etc/apk/repositories`
44+
* Run `echo https://files.tiot.jp/alpine/v3.21/main >> /etc/apk/repositories`
4745
2. Download and install the Riak repository public key:
4846
* Run `wget http://files.tiot.jp/alpine/[email protected] -O /etc/apk/keys/[email protected]`
4947
3. Update your list of packages:
5048
* Run `apk update`
5149
4. Install Riak:
5250
* For the latest version, run `apk add riak`
53-
* For version 3.2.3 using OTP 22, run `apk add riak=3.2.3.22-r0`
54-
* For version 3.2.3 using OTP 24, run `apk add riak=3.2.3.24-r0`
55-
* For version 3.2.3 using OTP 25, run `apk add riak=3.2.3.25-r0`
51+
* For version 3.2.3 using OTP 24, run `apk add riak=3.2.3.24-r1`
52+
* For version 3.2.3 using OTP 25, run `apk add riak=3.2.3.25-r1`
5653

5754
## Next Steps
5855

0 commit comments

Comments
 (0)