Releases: omec-project/smf
Releases · omec-project/smf
v1.7.0
What's Changed
- Update version by @onf-bot in #343
- Refactor path for configuration file, option(s) and Docker image by @gab-arrobo in #344
- Create minor release by @gab-arrobo in #345
Full Changelog: v1.6.2...v1.7.0
v1.6.2
What's Changed
- Update version by @onf-bot in #330
- chore(deps): bump github.com/omec-project/util from 1.2.1 to 1.2.3 by @dependabot in #332
- chore(deps): bump github.com/omec-project/config5g from 1.5.0 to 1.5.1 by @dependabot in #331
- chore(deps): bump github.com/urfave/cli from 1.22.15 to 1.22.16 by @dependabot in #333
- Changes to support branch rename by @daf-LF in #336
- chore(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 by @dependabot in #335
- Clean up logging and update golangci file by @gab-arrobo in #340
- chore(deps): bump github.com/omec-project/nas from 1.4.1 to 1.4.2 by @dependabot in #342
- fix: observe grpc client by @gatici in #339
New Contributors
Full Changelog: v1.6.1...v1.6.2
v1.6.1
What's Changed
- Update version by @onf-bot in #323
- fix: removing NRF cache data after checking notification event type by @gatici in #325
- chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @dependabot in #326
- chore(deps): bump golang from 1.23.1-bookworm to 1.23.2-bookworm by @dependabot in #328
- chore(deps): bump go.mongodb.org/mongo-driver from 1.17.0 to 1.17.1 by @dependabot in #327
- Remove
upfadapter
because it was moved to its own repository by @gab-arrobo in #329
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- Update version by @onf-bot in #311
- chore(deps): bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 by @dependabot in #313
- PDU Session Establishment request with Sesssion type 'unstructured' Fix by @ashithacdac in #314
- chore(deps): bump github.com/omec-project/ngap from 1.2.3 to 1.3.0 by @dependabot in #319
- Add design document for DNN-based UPF selection by @anaswarac-dac in #293
- Replace
logrus
withzap
logger by @gab-arrobo in #322
New Contributors
- @ashithacdac made their first contribution in #314
- @anaswarac-dac made their first contribution in #293
Full Changelog: v1.5.3...v1.6.0
v1.5.3
What's Changed
- Update version by @onf-bot in #307
- chore(deps): bump github.com/omec-project/config5g from 1.4.3 to 1.4.4 by @dependabot in #308
- Update dependencies by @gab-arrobo in #309
- Release SMF by @thakurajayL in #310
Full Changelog: v1.5.2...v1.5.3
v1.5.2
What's Changed
- Update version by @onf-bot in #300
- chore(deps): bump github.com/omec-project/config5g from 1.4.2 to 1.4.3 by @dependabot in #301
- chore(deps): bump peter-evans/create-pull-request from 6 to 7 by @dependabot in #303
- chore(deps): bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 by @dependabot in #304
- chore(deps): bump golang from 1.23.0-bookworm to 1.23.1-bookworm by @dependabot in #302
- feat: use DRSM only when database is enabled by @dariofaccin in #305
- Create version 1.5.2 by @dariofaccin in #306
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- Update version by @gab-arrobo in #292
- chore(deps): bump golang from 1.22.5-bookworm to 1.22.6-bookworm by @dependabot in #294
- chore: Use nrfcache from openapi repository by @gatici in #295
- chore(deps): bump golang from 1.22.6-bookworm to 1.23.0-bookworm by @dependabot in #297
- chore(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 by @dependabot in #296
- chore(deps): bump github.com/prometheus/client_golang from 1.20.0 to 1.20.2 by @dependabot in #298
- create version 1.5.1 by @gatici in #299
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- Update version by @onf-bot in #274
- chore(deps): bump github.com/omec-project/config5g from 1.4.0 to 1.4.1 by @dependabot in #275
- Remove duplicated
context
import by @gab-arrobo in #276 - Enable a couple of linters by @gab-arrobo in #277
- chore(deps): bump fsfe/reuse-action from 3 to 4 by @dependabot in #281
- feat: parametrize paths for TLS certificate and private key by @dariofaccin in #282
- chore(deps): bump golang from 1.22.4-bookworm to 1.22.5-bookworm by @dependabot in #280
- fix: use absolute paths for TLS certificate and private key by @dariofaccin in #284
- chore(deps): bump github.com/omec-project/config5g from 1.4.1 to 1.4.2 by @dependabot in #285
- chore(deps): bump docker/login-action from 3.2.0 to 3.3.0 by @dependabot in #286
- chore: replace omec-project/pfcp with wmnsk/go-pfcp by @gruyaume in #283
- chore: activate errcheck linter and check corresponding errors by @gruyaume in #287
- chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by @dependabot in #290
- chore: enable
unparam
,noctx
, andnakedret
linters by @gruyaume in #288 - Enable
signoff
due to changes to LF requirements by @gab-arrobo in #291 - chore: bump version to 1.5.0 by @gruyaume in #289
New Contributors
- @dariofaccin made their first contribution in #282
Full Changelog: v1.4.3...v1.5.0
v1.4.3
What's Changed
- Update version by @onf-bot in #269
- Bump docker/login-action from 3.1.0 to 3.2.0 by @dependabot in #270
- chore(deps): bump golang from 1.22.3-bookworm to 1.22.4-bookworm by @dependabot in #271
- correct the enable/disable kafka behavior by @thakurajayL in #272
- Release SMF - 1.4.3 by @thakurajayL in #273
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- Update version by @onf-bot in #250
- Bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 by @dependabot in #251
- Bump github.com/omec-project/config5g from 1.3.1 to 1.3.3 by @dependabot in #253
- Bump github.com/omec-project/ngap from 1.2.0 to 1.2.1 by @dependabot in #252
- Bump github.com/urfave/cli from 1.22.14 to 1.22.15 by @dependabot in #254
- Bump github.com/omec-project/pfcp from 1.2.0 to 1.2.1 in /upfadapter by @dependabot in #255
- Bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 by @dependabot in #256
- Bump github.com/omec-project/config5g from 1.3.3 to 1.3.4 by @dependabot in #258
- Bump github.com/omec-project/pfcp from 1.2.0 to 1.2.1 by @dependabot in #257
- Updates to Dependabot by @gab-arrobo in #259
- Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by @dependabot in #260
- Bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 by @dependabot in #263
- Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 by @dependabot in #262
- Bump golang from 1.22.2-bookworm to 1.22.3-bookworm by @dependabot in #261
- Bump github.com/omec-project/config5g from 1.3.4 to 1.3.5 by @dependabot in #265
- Bump alpine from 3.19 to 3.20 by @dependabot in #264
- chore: Move to util v1.1.0 by @ghislainbourgeois in #266
- Linters report card by @gab-arrobo in #267
- Create patch release by @gab-arrobo in #268
Full Changelog: v1.4.1...v1.4.2