Skip to content

Releases: omec-project/webconsole

v1.8.2

30 Jan 17:00
6b02a76
Compare
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
Compare
Choose a tag to compare

What's Changed

  • Update version by @onf-bot in #255
  • Go version by @gab-arrobo in #256
  • chore(deps): bump fsfe/reuse-action from 4 to 5 by @dependabot in #258
  • chore(deps): bump github.com/omec-project/util from 1.2.5 to 1.2.6 by @dependabot in #261
  • chore(deps): bump github.com/omec-project/openapi from 1.3.1 to 1.3.2 by @dependabot in #259
  • chore(deps): bump github.com/omec-project/config5g from 1.5.4 to 1.5.5 by @dependabot in #260
  • chore(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by @dependabot in #262
  • feat: Adds Pebble notifications by @Gmerold in #250

New Contributors

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

v1.8.0

13 Nov 00:36
4d520d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.2...v1.8.0

v1.7.2

07 Nov 17:45
43ab52d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.7.2

v1.7.0

04 Nov 19:05
7e16892
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

24 Oct 15:52
4761989
Compare
Choose a tag to compare

What's Changed

  • Update version by @onf-bot in #225
  • chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @dependabot in #226
  • chore(deps): bump golang from 1.23.1-bookworm to 1.23.2-bookworm by @dependabot in #227
  • chore(deps): bump go.mongodb.org/mongo-driver from 1.17.0 to 1.17.1 by @dependabot in #228
  • chore(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1 by @dependabot in #229
  • chore(deps): bump github.com/omec-project/util from 1.2.1 to 1.2.3 by @dependabot in #231
  • chore(deps): bump github.com/urfave/cli from 1.22.15 to 1.22.16 by @dependabot in #233
  • chore(deps): bump github.com/omec-project/config5g from 1.5.0 to 1.5.1 by @dependabot in #232
  • Update config.pb file due to deprecation by @gab-arrobo in #234
  • chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in #230
  • Changes for branch rename by @daf-LF in #237
  • chore(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 by @dependabot in #235
  • feat: implement authentication and authorization by @patriciareinoso in #217

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

02 Oct 23:06
a52245f
Compare
Choose a tag to compare

What's Changed

  • Update version by @onf-bot in #208
  • chore(deps): bump golang from 1.22.6-bookworm to 1.23.0-bookworm by @dependabot in #210
  • chore(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 by @dependabot in #209
  • chore(deps): bump github.com/prometheus/client_golang from 1.20.0 to 1.20.2 by @dependabot in #211
  • chore(deps): bump github.com/omec-project/config5g from 1.4.2 to 1.4.3 by @dependabot in #212
  • chore(deps): bump peter-evans/create-pull-request from 6 to 7 by @dependabot in #216
  • chore(deps): bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 by @dependabot in #214
  • chore(deps): bump golang from 1.23.0-bookworm to 1.23.1-bookworm by @dependabot in #215
  • chore(deps): bump github.com/omec-project/config5g from 1.4.3 to 1.4.4 by @dependabot in #218
  • chore(deps): bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 by @dependabot in #220
  • chore(deps): bump google.golang.org/grpc from 1.66.2 to 1.67.0 by @dependabot in #221
  • chore(deps): bump github.com/omec-project/config5g from 1.4.4 to 1.5.0 by @dependabot in #223
  • chore(deps): bump github.com/omec-project/openapi from 1.2.0 to 1.3.1 by @dependabot in #222
  • Replace logrus with zap logger by @gab-arrobo in #224

Full Changelog: v1.4.3...v1.5.0

v1.4.3

13 Aug 07:09
f1820a3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.4.3

v1.4.2

07 Aug 05:19
76c1d39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

04 Jun 01:09
398e3cf
Compare
Choose a tag to compare

What's Changed

  • Update version by @onf-bot in #154
  • Bump golang from 1.22.1-bookworm to 1.22.2-bookworm by @dependabot in #155
  • Bump google.golang.org/grpc from 1.62.1 to 1.63.0 by @dependabot in #156
  • Bump github.com/omec-project/config5g from 1.3.1 to 1.3.2 by @dependabot in #157
  • Bump github.com/omec-project/config5g from 1.3.2 to 1.3.3 by @dependabot in #159
  • Improvements to Github Actions by @gab-arrobo in #161
  • Bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #162
  • Bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 by @dependabot in #163
  • feat: expose metrics for prometheus to scrape by @gruyaume in #164
  • Bump golangci/golangci-lint-action from 5.0.0 to 5.1.0 by @dependabot in #165
  • Bump github.com/urfave/cli from 1.22.14 to 1.22.15 by @dependabot in #166
  • Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 by @dependabot in #167
  • Bump github.com/gin-contrib/cors from 1.7.1 to 1.7.2 by @dependabot in #168
  • Bump github.com/omec-project/config5g from 1.3.3 to 1.3.4 by @dependabot in #169
  • Bump golangci/golangci-lint-action from 5.1.0 to 5.3.0 by @dependabot in #171
  • Bump google.golang.org/protobuf from 1.34.0 to 1.34.1 by @dependabot in #170
  • chore(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.0 by @dependabot in #172
  • chore(deps): bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 by @dependabot in #174
  • chore(deps): bump golang from 1.22.2-bookworm to 1.22.3-bookworm by @dependabot in #173
  • chore(deps): bump golangci/golangci-lint-action from 6.0.0 to 6.0.1 by @dependabot in #175
  • chore(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 by @dependabot in #176
  • Updates to Dependabot by @gab-arrobo in #177
  • chore(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in #178
  • chore(deps): bump github.com/omec-project/config5g from 1.3.4 to 1.3.5 by @dependabot in #179
  • chore(deps): bump alpine from 3.19 to 3.20 by @dependabot in #180
  • chore: Move to util v1.1.0 by @ghislainbourgeois in #181
  • Enable linters by @gab-arrobo in #182
  • chore: Reenable some disabled linters, fixing the reported issues by @ghislainbourgeois in #184
  • chore(deps): bump docker/login-action from 3.1.0 to 3.2.0 by @dependabot in #183
  • Create patch release by @gab-arrobo in #185

New Contributors

Full Changelog: v1.4.0...v1.4.1