Skip to content

Releases: omec-project/webconsole

v2.0.0

14 Aug 16:08
de589e8

Choose a tag to compare

What's Changed

Full Changelog: v1.8.9...v2.0.0

v1.8.9

06 Aug 15:12
5491b97

Choose a tag to compare

What's Changed

  • Update version by @onf-bot in #394
  • chore(deps): bump google.golang.org/grpc from 1.73.0 to 1.74.2 by @dependabot[bot] in #396
  • chore(deps): bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 by @dependabot[bot] in #398
  • chore(deps): bump github.com/swaggo/swag from 1.16.5 to 1.16.6 by @dependabot[bot] in #397
  • chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.3 to 5.3.0 by @dependabot[bot] in #399
  • Adds list of DNNs supported by the Network Slice to the response of the policy-control endpoint by @Gmerold in #400

Full Changelog: v1.8.8...v1.8.9

v1.8.8

23 Jul 15:33
12cb4d8

Choose a tag to compare

What's Changed

Full Changelog: v1.8.7...v1.8.8

v1.8.7

19 Jun 21:31
abb5fdc

Choose a tag to compare

What's Changed

Full Changelog: v1.8.6...v1.8.7

v1.8.6

04 Jun 05:16
2c5daef

Choose a tag to compare

What's Changed

  • Update version by @onf-bot in #334
  • chore(deps): bump golangci/golangci-lint-action from 6.5.1 to 6.5.2 by @dependabot in #336
  • chore(deps): bump github.com/gin-contrib/cors from 1.7.3 to 1.7.4 by @dependabot in #335
  • feat: use shared workflows by @dariofaccin in #337
  • chore(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by @dependabot in #338
  • Migrate .golangci.yml to version 2 by @gab-arrobo in #339
  • Update GO version due to dependency requirements by @gab-arrobo in #340
  • chore: enable staticcheck linter in CI by @patriciareinoso in #341
  • chore: enable errcheck and govet in CI by @patriciareinoso in #342
  • chore(deps): bump golang from 1.24.1-bookworm to 1.24.2-bookworm by @dependabot in #346
  • chore(deps): bump google.golang.org/grpc from 1.71.0 to 1.71.1 by @dependabot in #345
  • chore(deps): bump github.com/gin-contrib/cors from 1.7.4 to 1.7.5 by @dependabot in #344
  • chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.37.0 by @dependabot in #343
  • Update push-related GHAs and fix some issues by @gab-arrobo in #348
  • chore: improve name validation for gNBs, Network Slices, Device Groups by @dariofaccin in #347
  • chore(deps): bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 by @dependabot in #349
  • Fix issue with missing inherit secrets by @gab-arrobo in #350
  • chore(deps): bump github.com/omec-project/util from 1.2.14 to 1.3.0 by @dependabot in #351
  • chore(deps): bump github.com/omec-project/openapi from 1.3.4 to 1.4.0 by @dependabot in #353
  • chore(deps): bump github.com/omec-project/config5g from 1.5.9 to 1.6.0 by @dependabot in #352
  • chore(deps): bump google.golang.org/grpc from 1.71.1 to 1.72.0 by @dependabot in #354
  • chore(deps): bump golang from 1.24.2-bookworm to 1.24.3-bookworm by @dependabot in #356
  • chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.38.0 by @dependabot in #355
  • chore(deps): bump google.golang.org/grpc from 1.72.0 to 1.72.1 by @dependabot in #357
  • chore(deps): bump github.com/omec-project/openapi from 1.4.0 to 1.4.1 by @dependabot in #358
  • chore(deps): bump github.com/gin-gonic/gin from 1.10.0 to 1.10.1 by @dependabot in #359
  • Address security alert: jwt-go allows excessive memory allocation during header parsing by @gab-arrobo in #361
  • chore(deps): bump alpine from 3.21 to 3.22 by @dependabot in #364
  • chore(deps): bump github.com/omec-project/util from 1.3.0 to 1.3.2 by @dependabot in #363
  • chore(deps): bump google.golang.org/grpc from 1.72.1 to 1.72.2 by @dependabot in #362
  • Update dependencies and create patch release by @gab-arrobo in #365

Full Changelog: v1.8.5...v1.8.6

v1.8.5

19 Mar 16:12
9538d08

Choose a tag to compare

What's Changed

Full Changelog: v1.8.4...v1.8.5

v1.8.4

14 Mar 16:58
1eed015

Choose a tag to compare

What's Changed

  • Update version by @onf-bot in #309
  • chore(deps): bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 by @dependabot in #311
  • fix: improve regex used for name and FQDN validation by @patriciareinoso in #314
  • chore(deps): bump github.com/omec-project/config5g from 1.5.7 to 1.5.8 by @dependabot in #315
  • chore(deps): bump go.mongodb.org/mongo-driver from 1.17.2 to 1.17.3 by @dependabot in #316
  • feat: return 404 if a subscriber does not exist by @gatici in #318
  • chore(deps): bump golang from 1.24.0-bookworm to 1.24.1-bookworm by @dependabot in #322
  • chore(deps): bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 by @dependabot in #319
  • chore(deps): bump google.golang.org/grpc from 1.70.0 to 1.71.0 by @dependabot in #320
  • feat: return 409 conflict error if a subscriber already exists by @gatici in #317
  • Fix issue with golang dependencies due to semver format in module by @gab-arrobo in #323
  • Update .golangci.yml file by removing deprecated options by @gab-arrobo in #324
  • Fix issues in .golangci.yml file to verify it is valid by @gab-arrobo in #325
  • feat: fully separate subscriber authentication handling between 4G and 5G by @dariofaccin in #310
  • feat: allow creation of gNBs without TAC by @dariofaccin in #327
  • chore: create a new tag by @gatici in #326

Full Changelog: v1.8.3...v1.8.4

v1.8.3

20 Feb 00:35
dcb79cf

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.2...v1.8.3

v1.8.2

30 Jan 17:00
6b02a76

Choose a tag to compare

What's Changed

  • Update version by @onf-bot in #264
  • Update golangci file to re-enable the field alignment check by @gab-arrobo in #265
  • fix: swagger for user account creation by @patriciareinoso in #263
  • chore(deps): bump golang from 1.23.3-bookworm to 1.23.4-bookworm by @dependabot in #267
  • chore(deps): bump alpine from 3.20 to 3.21 by @dependabot in #266
  • chore(deps): bump google.golang.org/grpc from 1.68.0 to 1.68.1 by @dependabot in #268
  • chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.30.0 by @dependabot in #269
  • chore(deps): bump github.com/omec-project/util from 1.2.6 to 1.2.7 by @dependabot in #270
  • chore(deps): bump google.golang.org/grpc from 1.68.1 to 1.69.0 by @dependabot in #271
  • chore(deps): bump github.com/omec-project/util from 1.2.7 to 1.2.8 by @dependabot in #275
  • chore(deps): bump google.golang.org/grpc from 1.69.0 to 1.69.2 by @dependabot in #274
  • chore(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.1 by @dependabot in #276
  • chore(deps): bump github.com/gin-contrib/cors from 1.7.2 to 1.7.3 by @dependabot in #277
  • chore(deps): bump go.mongodb.org/mongo-driver from 1.17.1 to 1.17.2 by @dependabot in #282
  • chore(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.2 by @dependabot in #280
  • chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0 by @dependabot in #281
  • chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 by @dependabot in #290
  • chore(deps): bump golang from 1.23.4-bookworm to 1.23.5-bookworm by @dependabot in #289
  • chore(deps): bump github.com/omec-project/util from 1.2.8 to 1.2.11 by @dependabot in #292
  • chore(deps): bump github.com/omec-project/config5g from 1.5.5 to 1.5.6 by @dependabot in #288
  • feat: delete UPF and gNB is propagated to NS by @patriciareinoso in #279
  • feat: Improves validation of the NetworkSlice, DeviceGroup, UPF and gNB names by @Gmerold in #293
  • chore(deps): bump google.golang.org/grpc from 1.69.4 to 1.70.0 by @dependabot in #296
  • chore(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 by @dependabot in #295
  • feat: implement PUT for inventory UPF by @patriciareinoso in #278
  • feat: propagate inventory edition to NS DB and NFs by @patriciareinoso in #297

Full Changelog: v1.8.1...v1.8.2

v1.8.1

20 Nov 16:25
7d03f6d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.8.1