Skip to content

Commit 96fbe4b

Browse files
authored
chore: release v3.4.5
1 parent c2ac4bc commit 96fbe4b

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ To start the core with a I-UPF and PSA-UPF ULCL configuration, use
139139
docker compose -f docker-compose-ulcl.yaml up
140140
```
141141

142-
> Note: This configuration have been tested using release [free5gc-compose v3.4.4](https://github.com/free5gc/free5gc-compose/tree/v3.4.4)
142+
> Note: This configuration have been tested using release [free5gc-compose v3.4.5](https://github.com/free5gc/free5gc-compose/tree/v3.4.5)
143143

144144
Check out the used configuration files at `config/ULCL`.
145145

docker-compose-ulcl.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.8"
33
services:
44
free5gc-i-upf:
55
container_name: i-upf
6-
image: free5gc/upf:v3.4.4
6+
image: free5gc/upf:v3.4.5
77
command: bash -c "./upf-iptables.sh && ./upf -c ./config/upfcfg.yaml"
88
volumes:
99
- ./config/ULCL/upfcfg-i-upf.yaml:/free5gc/config/upfcfg.yaml
@@ -17,7 +17,7 @@ services:
1717

1818
free5gc-psa-upf:
1919
container_name: psa-upf
20-
image: free5gc/upf:v3.4.4
20+
image: free5gc/upf:v3.4.5
2121
command: bash -c "./upf-iptables.sh && ./upf -c ./config/upfcfg.yaml"
2222
volumes:
2323
- ./config/ULCL/upfcfg-psa-upf.yaml:/free5gc/config/upfcfg.yaml
@@ -44,7 +44,7 @@ services:
4444

4545
free5gc-nrf:
4646
container_name: nrf
47-
image: free5gc/nrf:v3.4.4
47+
image: free5gc/nrf:v3.4.5
4848
command: ./nrf -c ./config/nrfcfg.yaml
4949
expose:
5050
- "8000"
@@ -63,7 +63,7 @@ services:
6363

6464
free5gc-amf:
6565
container_name: amf
66-
image: free5gc/amf:v3.4.4
66+
image: free5gc/amf:v3.4.5
6767
command: ./amf -c ./config/amfcfg.yaml
6868
expose:
6969
- "8000"
@@ -81,7 +81,7 @@ services:
8181

8282
free5gc-ausf:
8383
container_name: ausf
84-
image: free5gc/ausf:v3.4.4
84+
image: free5gc/ausf:v3.4.5
8585
command: ./ausf -c ./config/ausfcfg.yaml
8686
expose:
8787
- "8000"
@@ -99,7 +99,7 @@ services:
9999

100100
free5gc-nssf:
101101
container_name: nssf
102-
image: free5gc/nssf:v3.4.4
102+
image: free5gc/nssf:v3.4.5
103103
command: ./nssf -c ./config/nssfcfg.yaml
104104
expose:
105105
- "8000"
@@ -117,7 +117,7 @@ services:
117117

118118
free5gc-pcf:
119119
container_name: pcf
120-
image: free5gc/pcf:v3.4.4
120+
image: free5gc/pcf:v3.4.5
121121
command: ./pcf -c ./config/pcfcfg.yaml
122122
expose:
123123
- "8000"
@@ -135,7 +135,7 @@ services:
135135

136136
free5gc-smf:
137137
container_name: smf
138-
image: free5gc/smf:v3.4.4
138+
image: free5gc/smf:v3.4.5
139139
command: ./smf -c ./config/smfcfg.yaml -u ./config/uerouting.yaml
140140
expose:
141141
- "8000"
@@ -156,7 +156,7 @@ services:
156156

157157
free5gc-udm:
158158
container_name: udm
159-
image: free5gc/udm:v3.4.4
159+
image: free5gc/udm:v3.4.5
160160
command: ./udm -c ./config/udmcfg.yaml
161161
expose:
162162
- "8000"
@@ -175,7 +175,7 @@ services:
175175

176176
free5gc-udr:
177177
container_name: udr
178-
image: free5gc/udr:v3.4.4
178+
image: free5gc/udr:v3.4.5
179179
command: ./udr -c ./config/udrcfg.yaml
180180
expose:
181181
- "8000"
@@ -195,7 +195,7 @@ services:
195195

196196
free5gc-chf:
197197
container_name: chf
198-
image: free5gc/chf:v3.4.4
198+
image: free5gc/chf:v3.4.5
199199
command: ./chf -c ./config/chfcfg.yaml
200200
expose:
201201
- "8000"
@@ -235,7 +235,7 @@ services:
235235

236236
free5gc-webui:
237237
container_name: webui
238-
image: free5gc/webui:v3.4.4
238+
image: free5gc/webui:v3.4.5
239239
command: ./webui -c ./config/webuicfg.yaml
240240
expose:
241241
- "2122"

docker-compose.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.8"
33
services:
44
free5gc-upf:
55
container_name: upf
6-
image: free5gc/upf:v3.4.4
6+
image: free5gc/upf:v3.4.5
77
command: bash -c "./upf-iptables.sh && ./upf -c ./config/upfcfg.yaml"
88
volumes:
99
- ./config/upfcfg.yaml:/free5gc/config/upfcfg.yaml
@@ -30,7 +30,7 @@ services:
3030

3131
free5gc-nrf:
3232
container_name: nrf
33-
image: free5gc/nrf:v3.4.4
33+
image: free5gc/nrf:v3.4.5
3434
command: ./nrf -c ./config/nrfcfg.yaml
3535
expose:
3636
- "8000"
@@ -49,7 +49,7 @@ services:
4949

5050
free5gc-amf:
5151
container_name: amf
52-
image: free5gc/amf:v3.4.4
52+
image: free5gc/amf:v3.4.5
5353
command: ./amf -c ./config/amfcfg.yaml
5454
expose:
5555
- "8000"
@@ -68,7 +68,7 @@ services:
6868

6969
free5gc-ausf:
7070
container_name: ausf
71-
image: free5gc/ausf:v3.4.4
71+
image: free5gc/ausf:v3.4.5
7272
command: ./ausf -c ./config/ausfcfg.yaml
7373
expose:
7474
- "8000"
@@ -86,7 +86,7 @@ services:
8686

8787
free5gc-nssf:
8888
container_name: nssf
89-
image: free5gc/nssf:v3.4.4
89+
image: free5gc/nssf:v3.4.5
9090
command: ./nssf -c ./config/nssfcfg.yaml
9191
expose:
9292
- "8000"
@@ -104,7 +104,7 @@ services:
104104

105105
free5gc-pcf:
106106
container_name: pcf
107-
image: free5gc/pcf:v3.4.4
107+
image: free5gc/pcf:v3.4.5
108108
command: ./pcf -c ./config/pcfcfg.yaml
109109
expose:
110110
- "8000"
@@ -122,7 +122,7 @@ services:
122122

123123
free5gc-smf:
124124
container_name: smf
125-
image: free5gc/smf:v3.4.4
125+
image: free5gc/smf:v3.4.5
126126
command: ./smf -c ./config/smfcfg.yaml -u ./config/uerouting.yaml
127127
expose:
128128
- "8000"
@@ -142,7 +142,7 @@ services:
142142

143143
free5gc-udm:
144144
container_name: udm
145-
image: free5gc/udm:v3.4.4
145+
image: free5gc/udm:v3.4.5
146146
command: ./udm -c ./config/udmcfg.yaml
147147
expose:
148148
- "8000"
@@ -161,7 +161,7 @@ services:
161161

162162
free5gc-udr:
163163
container_name: udr
164-
image: free5gc/udr:v3.4.4
164+
image: free5gc/udr:v3.4.5
165165
command: ./udr -c ./config/udrcfg.yaml
166166
expose:
167167
- "8000"
@@ -181,7 +181,7 @@ services:
181181

182182
free5gc-chf:
183183
container_name: chf
184-
image: free5gc/chf:v3.4.4
184+
image: free5gc/chf:v3.4.5
185185
command: ./chf -c ./config/chfcfg.yaml
186186
expose:
187187
- "8000"
@@ -202,7 +202,7 @@ services:
202202

203203
free5gc-n3iwf:
204204
container_name: n3iwf
205-
image: free5gc/n3iwf:v3.4.4
205+
image: free5gc/n3iwf:v3.4.5
206206
command: ./n3iwf -c ./config/n3iwfcfg.yaml
207207
volumes:
208208
- ./config/n3iwfcfg.yaml:/free5gc/config/n3iwfcfg.yaml
@@ -259,7 +259,7 @@ services:
259259

260260
free5gc-webui:
261261
container_name: webui
262-
image: free5gc/webui:v3.4.4
262+
image: free5gc/webui:v3.4.5
263263
command: ./webui -c ./config/webuicfg.yaml
264264
expose:
265265
- "2121"

0 commit comments

Comments
 (0)