Skip to content

Commit 932c0b1

Browse files
committed
Release v2.0.2
1 parent d4d3c2a commit 932c0b1

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

content/docs/2/getting-started/quick-start-local.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ The Debian package can be installed like so:
3737

3838
```bash
3939
curl https://packagecloud.io/install/repositories/iofog/iofogctl/script.deb.sh | sudo bash
40-
sudo apt-get install iofogctl=2.0.1
40+
sudo apt-get install iofogctl=2.0.2
4141
```
4242

4343
And similarly, the RPM package can be installed like so:
4444

4545
```bash
4646
curl https://packagecloud.io/install/repositories/iofog/iofogctl/script.rpm.sh | sudo bash
47-
sudo yum install iofogctl-2.0.1-1.x86_64
47+
sudo yum install iofogctl-2.0.2-1.x86_64
4848
```
4949

5050
#### Verify iofogctl Installation
@@ -76,15 +76,15 @@ spec:
7676
password: q1u45ic9kst563art
7777
controller:
7878
container:
79-
image: iofog/controller:2.0.0
79+
image: iofog/controller:2.0.1
8080
---
8181
apiVersion: iofog.org/v2
8282
kind: LocalAgent
8383
metadata:
8484
name: local-agent
8585
spec:
8686
container:
87-
image: iofog/agent:2.0.1
87+
image: iofog/agent:2.0.2
8888
" > /tmp/quick-start.yaml
8989
iofogctl deploy -f /tmp/quick-start.yaml
9090
```
@@ -105,7 +105,7 @@ CONTROLLER STATUS AGE UPTIME ADDR PORT
105105
local online 22m29s 22m35s 0.0.0.0 51121
106106
107107
AGENT STATUS AGE UPTIME ADDR VERSION
108-
local-agent RUNNING 22m7s 22m7s 150.179.102.91 2.0.1
108+
local-agent RUNNING 22m7s 22m7s 150.179.102.91 2.0.2
109109
110110
APPLICATION STATUS MICROSERVICES
111111
@@ -134,8 +134,8 @@ Which should output something similar to:
134134
```plain
135135
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
136136
71927882293f iofog/router:2.0.1 "/qpid-dispatch/laun…" 15 minutes ago Up 15 minutes 0.0.0.0:5672->5672/tcp, 0.0.0.0:56721-56722->56721-56722/tcp iofog_PJFbk3ZHjX3RkNWxwcRqzDXnKV6mLHmq
137-
8454ca70755b iofog/agent:2.0.1 "sh /start.sh" 15 minutes ago Up 15 minutes iofog-agent
138-
dc7568ad1708 iofog/controller:2.0.0 "node /usr/local/lib…" 16 minutes ago Up 16 minutes 0.0.0.0:51121->51121/tcp, 0.0.0.0:8008->80/tcp iofog-controller
137+
8454ca70755b iofog/agent:2.0.2 "sh /start.sh" 15 minutes ago Up 15 minutes iofog-agent
138+
dc7568ad1708 iofog/controller:2.0.1 "node /usr/local/lib…" 16 minutes ago Up 16 minutes 0.0.0.0:51121->51121/tcp, 0.0.0.0:8008->80/tcp iofog-controller
139139
```
140140

141141
## Deploy Microservices

content/docs/2/iofogctl/download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ The Debian package can be installed like so:
2727

2828
```bash
2929
curl https://packagecloud.io/install/repositories/iofog/iofogctl/script.deb.sh | sudo bash
30-
sudo apt-get install iofogctl=2.0.1
30+
sudo apt-get install iofogctl=2.0.2
3131
```
3232

3333
And similarly, the RPM package can be installed like so:
3434

3535
```bash
3636
curl https://packagecloud.io/install/repositories/iofog/iofogctl/script.rpm.sh | sudo bash
37-
sudo yum install iofogctl-2.0.1-1.x86_64
37+
sudo yum install iofogctl-2.0.2-1.x86_64
3838
```
3939

4040
## Verify iofogctl Installation

content/docs/2/reference-iofogctl/reference-kinds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ metadata:
143143
name: local
144144
spec:
145145
container:
146-
image: iofog/agent:2.0.1
146+
image: iofog/agent:2.0.2
147147
```
148148

149149
## AgentConfig

content/docs/2/tutorial/get-to-know-iofog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CONTROLLER STATUS AGE UPTIME IP PORT
2222
local-controller online 1h4m 1h4m 0.0.0.0 51121
2323

2424
AGENT STATUS AGE UPTIME IP VERSION
25-
local-agent RUNNING 1h4m 1h3m 104.196.255.116 2.0.0
25+
local-agent RUNNING 1h4m 1h3m 104.196.255.116 2.0.2
2626

2727
APPLICATION RUNNING MICROSERVICES
2828
tutorial 3/3 sensors, rest-api, freeboard
@@ -42,7 +42,7 @@ CONTAINER ID IMAGE COMMAND
4242
7ce950bd971f iofog/freeboard-api:latest "node /src/index.js" 12 minutes ago Up 12 minutes 0.0.0.0:10101->80/tcp iofog_2tYXKdLncDhvNYBQYWmFzg9gm9MNkT7x
4343
1fc59ab19b71 iofog/sensors:latest "docker-entrypoint.s…" 12 minutes ago Up 12 minutes iofog_6VLjktywfnJt8NwjQf9PcF29TbLN9HRM
4444
a2fb3fa95c94 quay.io/interconnectedcloud/qdrouterd:latest "/home/qdrouterd/bin…" 13 minutes ago Up 13 minutes 5671/tcp, 0.0.0.0:5672->5672/tcp, 55672/tcp, 0.0.0.0:56721-56722->56721-56722/tcp iofog_rrkXQJMdvJZ8tPVhvMhvR9jWMDctYBPv
45-
82e539cf4b88 iofog/agent:2.0.1 "sh /start.sh" 14 minutes ago Up 14 minutes iofog-agent
45+
82e539cf4b88 iofog/agent:2.0.2 "sh /start.sh" 14 minutes ago Up 14 minutes iofog-agent
4646
72fd11ff5d8d iofog/controller:2.0.0 "node /usr/local/lib…" 14 minutes ago Up 14 minutes 0.0.0.0:51121->51121/tcp, 0.0.0.0:8008->80/tcp iofog-controller
4747
```
4848

@@ -169,7 +169,7 @@ NAMESPACE
169169
default
170170

171171
AGENT STATUS AGE UPTIME ADDR VERSION
172-
local-agent RUNNING 15m38s 15m38s 104.196.255.116 2.0.1
172+
local-agent RUNNING 15m38s 15m38s 104.196.255.116 2.0.2
173173
```
174174

175175
Now, let's try listing all the preconfigured ioFog nodes using the Controller CLI.

0 commit comments

Comments
 (0)