Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
chore: bump to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume committed Apr 5, 2024
1 parent 6160a31 commit 6e34738
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/explanation/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Take the SMF image as an example:
```console
ubuntu@server:~$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
ghcr.io/canonical/sdcore-smf 1.3 e15917b9cce9 18 hours ago 51MB # Charmed 5G image
ghcr.io/canonical/sdcore-smf 1.4 e15917b9cce9 18 hours ago 51MB # Charmed 5G image
omecproject/5gc-smf master-latest d4b790e2c492 4 months ago 104MB # Upstream image
```

Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/deploy_sdcore_gnbsim.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ juju add-model gnbsim gnbsim-cloud
Deploy the `sdcore-gnbsim-k8s` operator charm.

```console
juju deploy sdcore-gnbsim-k8s gnbsim --trust --channel=beta \
juju deploy sdcore-gnbsim-k8s gnbsim --trust --channel=1.4/edge \
--config gnb-interface=ran \
--config gnb-ip-address=10.204.0.10/24 \
--config icmp-packet-destination=8.8.8.8 \
Expand Down
28 changes: 14 additions & 14 deletions docs/tutorials/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,23 +200,23 @@ Model Controller Cloud/Region Version SLA Timestamp
sdcore microk8s-localhost microk8s/localhost 3.4.0 unsupported 13:40:12+01:00

App Version Status Scale Charm Channel Rev Address Exposed Message
amf active 1 sdcore-amf-k8s 1.3/edge 57 10.152.183.208 no
ausf active 1 sdcore-ausf-k8s 1.3/edge 40 10.152.183.237 no
gnbsim active 1 sdcore-gnbsim-k8s 1.3/edge 43 10.152.183.167 no
amf active 1 sdcore-amf-k8s 1.4/edge 57 10.152.183.208 no
ausf active 1 sdcore-ausf-k8s 1.4/edge 40 10.152.183.237 no
gnbsim active 1 sdcore-gnbsim-k8s 1.4/edge 43 10.152.183.167 no
grafana-agent 0.32.1 waiting 1 grafana-agent-k8s latest/stable 44 10.152.183.245 no installing agent
mongodb active 1 mongodb-k8s 6/beta 36 10.152.183.156 no Primary
nms active 1 sdcore-nms-k8s 1.3/edge 26 10.152.183.121 no
nrf active 1 sdcore-nrf-k8s 1.3/edge 62 10.152.183.123 no
nssf active 1 sdcore-nssf-k8s 1.3/edge 37 10.152.183.165 no
pcf active 1 sdcore-pcf-k8s 1.3/edge 32 10.152.183.205 no
router active 1 sdcore-router-k8s 1.3/edge 33 10.152.183.49 no
self-signed-certificates active 1 self-signed-certificates 1.3/edge 33 10.152.183.153 no
smf active 1 sdcore-smf-k8s 1.3/edge 37 10.152.183.147 no
nms active 1 sdcore-nms-k8s 1.4/edge 26 10.152.183.121 no
nrf active 1 sdcore-nrf-k8s 1.4/edge 62 10.152.183.123 no
nssf active 1 sdcore-nssf-k8s 1.4/edge 37 10.152.183.165 no
pcf active 1 sdcore-pcf-k8s 1.4/edge 32 10.152.183.205 no
router active 1 sdcore-router-k8s 1.4/edge 33 10.152.183.49 no
self-signed-certificates active 1 self-signed-certificates 1.4/edge 33 10.152.183.153 no
smf active 1 sdcore-smf-k8s 1.4/edge 37 10.152.183.147 no
traefik 2.10.4 active 1 traefik-k8s latest/stable 148 10.0.0.4 no
udm active 1 sdcore-udm-k8s 1.3/edge 35 10.152.183.168 no
udr active 1 sdcore-udr-k8s 1.3/edge 31 10.152.183.96 no
upf active 1 sdcore-upf-k8s 1.3/edge 64 10.152.183.126 no
webui active 1 sdcore-webui-k8s 1.3/edge 23 10.152.183.128 no
udm active 1 sdcore-udm-k8s 1.4/edge 35 10.152.183.168 no
udr active 1 sdcore-udr-k8s 1.4/edge 31 10.152.183.96 no
upf active 1 sdcore-upf-k8s 1.4/edge 64 10.152.183.126 no
webui active 1 sdcore-webui-k8s 1.4/edge 23 10.152.183.128 no

Unit Workload Agent Address Ports Message
amf/0* active idle 10.1.182.23
Expand Down

0 comments on commit 6e34738

Please sign in to comment.