v1.4.0
What's Changed
- create makefiles and dockerfile for building UI image in #1
- API file for ROC integration by @thakurajayL in #3
- Grpc client support by @badhrinathpa in #4
- Dev config apis by @thakurajayL in #5
- review comment fixes for Grpc client by @badhrinathpa in #6
- grpc server support by @badhrinathpa in #7
- adding default json data when add ue with REST in #9
- remove plmn from REST url in #10
- Send network slicing config to Client pod by @thakurajayL in #11
- add default ue info through backend & support override values through… in #12
- Sst and Sd in slice id structure as string types by @vthiruveedula in #13
- ConfigPod to handle PUT and DELETE APIs by @thakurajayL in #14
- Fetch Config from the SD-Core adapter if webconsole is crashed. by @thakurajayL in #15
- Onf release3.0.5 roc by @badhrinathpa in #16
- Add copyright and licensing to webconsole repo by @sindack in #17
- config update should trigger subscriber update by @badhrinathpa in #18
- Adding missing licenses by @sindack in #20
- Webconsole changes to support 4G ROC by @thakurajayL in #21
- ROC integration with PCRF by @thakurajayL in #22
- gstream support for configpod by @badhrinathpa in #23
- ROC MME Support by @thakurajayL in #24
- If managedbyConfigPod is no set to false then dont send config to 4G … by @thakurajayL in #26
- SDCORE-453 : MongoDB slowness fix by @badhrinathpa in #27
- webconsole when running in 4G mode, should not access mongoDB APIs by @thakurajayL in #30
- APN based selection of user plane function at spgw by @thakurajayL in #31
- Changing the http port from 9089 to 5000 in webconsole by @thakurajayL in #34
- PCRF config fixes to send FLow Status and correcting flow description. by @thakurajayL in #35
- DeviceGroup, Subscribers Config Update changes by @vthiruveedula in #36
- SDCORE-429: SIMApp, webui improvements to replace free5gc frontend by @vthiruveedula in #37
- upgrade apt-get to fix yarn build failure by @badhrinathpa in #40
- Application filtering code to handle API from SIMAPP by @thakurajayL in #42
- Fixing issues seen in webconsole. by @thakurajayL in #41
- Read and Write lock for global config by @vthiruveedula in #39
- SDCORE-441 ROC API extension to accept QoS rates by @UpadhyayaAnkur in #43
- Dev webconsole block by @thakurajayL in #44
- traffic class update for qci and arp by @badhrinathpa in #45
- configpod to handle should bind failure by @thakurajayL in #48
- supported disable/enable device-group from slice by @vthiruveedula in #46
- merge build compilation fix by @vthiruveedula in #50
- Dev configpod logs by @vthiruveedula in #47
- qos rate fix to consider unit as Mbps by @thakurajayL in #51
- Fixing QoS rates. Default unit as Mbps Change2 by @thakurajayL in #52
- Fix - Device Group delete, removal of IMSI from DG by @thakurajayL in #53
- Spurious IMSI delete from configpod by @thakurajayL in #57
- Dev bitrate changes by @vthiruveedula in #59
- adding plmn to the list if its not present by @vthiruveedula in #54
- delete slice handling by @badhrinathpa in #55
- Dev arp fix by @thakurajayL in #60
- handle bitrate unit bps in webconsole pod by @thakurajayL in #61
- send val instead of bitrate in case of bps by @badhrinathpa in #62
- Dev qos fix by @thakurajayL in #63
- Fix application start/end ports by @andybavier in #64
- add dnn name to apn name creation by @badhrinathpa in #65
- Remove unwated config parameters from model. by @thakurajayL in #67
- Remove backend code from webconsole by @thakurajayL in #66
- supported 'make docker-build' command by @vthiruveedula in #70
- Removed Member-only license by @UpadhyayaAnkur in #69
- Architecuture image by @thakurajayL in #71
- metadata related changes by @vthiruveedula in #68
- Fix for bit rate conversion from bps to kbps/mbps by @thakurajayL in #72
- Update sdf filter based on the sdf compliance cfg by @thakurajayL in #73
- Fix sdf filter if src port & dst port not present by @thakurajayL in #74
- SDCORE-835: Issue with disable applications in a slice with DENY-ALL … by @vthiruveedula in #75
- Make default qos rate unit bps and setUESubMbr by @thakurajayL in #76
- SDCORE-606: ConfigPod crash when non-existent slice is deleted by @vthiruveedula in #77
- Dev cleanup dep by @thakurajayL in #78
- SDCORE-655:Simapp and Config Pod should communication over http2 by @UpadhyayaAnkur in #79
- keep connecting until it connects to MongoDB then listen on 5000 port for configuration from Roc/Simapp by @vthiruveedula in #80
- Add GET operations for DeviceGroups and Network Slices by @ghislainbourgeois in #81
- Bumps go version to 1.21 (latest stable) by @gatici in #82
- Bump dependencies to fix high severity CVEs by @ghislainbourgeois in #83
- Update log. Helps during debugging. by @thakurajayL in #87
- chore: Adds dependabot.yaml config file by @gruyaume in #90
- Bump actions/checkout from 3 to 4 by @dependabot in #94
- Bump actions/setup-go from 3 to 4 by @dependabot in #92
- Bump alpine from 3.8 to 3.18 by @dependabot in #91
- Bump golang from 1.21.3-bookworm to 1.21.4-bookworm by @dependabot in #93
- Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.3 by @dependabot in #95
- Bump google.golang.org/protobuf from 1.28.0 to 1.31.0 by @dependabot in #96
- Bump github.com/mitchellh/mapstructure from 1.4.1 to 1.5.0 by @dependabot in #97
- Bump google.golang.org/grpc from 1.39.0 to 1.59.0 by @dependabot in #98
- Bump github.com/gin-gonic/gin from 1.8.1 to 1.9.1 by @dependabot in #99
- Address issue with docker-build target by @gab-arrobo in #101
- Bump golang from 1.21.4-bookworm to 1.21.5-bookworm by @dependabot in #105
- Bump alpine from 3.18 to 3.19 by @dependabot in #107
- chore: Adds build job to workflow by @gruyaume in #104
- Bump actions/setup-go from 4 to 5 by @dependabot in #106
- Bump github.com/gin-contrib/cors from 1.4.0 to 1.5.0 by @dependabot in #102
- Bump github.com/urfave/cli from 1.22.5 to 1.22.14 by @dependabot in #103
- Adds subscribers to Am data collection when they are created. by @saltiyazan in #84
- Bump google.golang.org/grpc from 1.59.0 to 1.60.0 by @dependabot in #108
- fix: Recover configuration from DB on restart by @ghislainbourgeois in #86
- Bump google.golang.org/grpc from 1.60.0 to 1.60.1 by @dependabot in #110
- Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 by @dependabot in #111
- chore: Uses go version from go.mod by @gruyaume in #113
- chore: Adds lint checks by @gruyaume in #114
- chore: Adds gofmt lint check by @gruyaume in #115
- chore: Enables unused and whitespace lint checks by @gruyaume in #116
- chore: Add FOSSA check to GH actions by @ghislainbourgeois in #118
- Bump golang from 1.21.5-bookworm to 1.21.6-bookworm by @dependabot in #120
- Bump golang.org/x/net from 0.16.0 to 0.17.0 by @dependabot in #121
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #122
- chore: Remove builder from DOCKER_TARGETS by @ghislainbourgeois in #124
- chore: Adds govet lint check in CI by @patriciareinoso in #119
- Bump google.golang.org/grpc from 1.60.1 to 1.61.0 by @dependabot in #125
- chore: Move http_wrapper dependency to util project by @ghislainbourgeois in #126
- Bump golang from 1.21.6-bookworm to 1.22.0-bookworm by @dependabot in #128
- Bump golangci/golangci-lint-action from 3.7.0 to 3.7.1 by @dependabot in #129
- Replace MongoDBLibrary with util/mongoapi by @gatici in #127
- Bump golangci/golangci-lint-action from 3.7.1 to 4.0.0 by @dependabot in #130
- Bump google.golang.org/grpc from 1.61.0 to 1.61.1 by @dependabot in #131
- chore: Move path_util dependency to util project by @ghislainbourgeois in #133
- Bump google.golang.org/grpc from 1.61.1 to 1.62.0 by @dependabot in #134
- Store authentication keys in a separate database by @gatici in #132
- Bump fsfe/reuse-action from 2 to 3 by @dependabot in #135
- Bump github.com/omec-project/util from 1.0.13-0.20240207024358-eb30f7e970e8 to 1.0.13 by @dependabot in #136
- Refactor Docker image by @gab-arrobo in #137
- Bump google.golang.org/grpc from 1.62.0 to 1.62.1 by @dependabot in #138
- Bump github.com/gin-contrib/cors from 1.5.0 to 1.6.0 by @dependabot in #140
- Bump golang from 1.22.0-bookworm to 1.22.1-bookworm by @dependabot in #141
- Bump github.com/gin-contrib/cors from 1.6.0 to 1.7.0 by @dependabot in #142
- Bump github.com/omec-project/http2_util from 1.1.0 to 1.2.0 by @dependabot in #144
- Bump github.com/omec-project/logger_util from 1.1.0 to 1.2.0 by @dependabot in #145
- Bump github.com/omec-project/logger_conf from 1.1.1-0.20240213150911-6ea2670f1fc0 to 1.1.1 by @dependabot in #146
- Bump github.com/omec-project/config5g from 1.2.1-0.20240216144508-a6c2195300d4 to 1.3.0 by @dependabot in #147
- Update
omec-project
dependencies by @gab-arrobo in #148 - Add GHA for
hadolint
by @gab-arrobo in #149 - Bump github.com/gin-contrib/cors from 1.7.0 to 1.7.1 by @dependabot in #150
- Bump github.com/omec-project/config5g from 1.3.0 to 1.3.1 by @dependabot in #151
- Add GHA for tagging/creating releases and stale issues/PRs by @gab-arrobo in #152
- Release: Update VERSION by @gab-arrobo in #153
New Contributors
- @thakurajayL made their first contribution in #3
- @badhrinathpa made their first contribution in #4
- @vthiruveedula made their first contribution in #13
- @sindack made their first contribution in #17
- @UpadhyayaAnkur made their first contribution in #43
- @andybavier made their first contribution in #64
- @ghislainbourgeois made their first contribution in #81
- @gatici made their first contribution in #82
- @gruyaume made their first contribution in #90
- @dependabot made their first contribution in #94
- @gab-arrobo made their first contribution in #101
- @saltiyazan made their first contribution in #84
- @patriciareinoso made their first contribution in #119
Full Changelog: v1.0.1...v1.4.0