Skip to content

Releases: workfloworchestrator/nsi-aura

0.3.0

01 Apr 14:18
2fc87ef

Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...0.3.0

0.2.3

11 Mar 20:47
3fc1ad5

Choose a tag to compare

What's Changed

  • remove the posibility to edit stp or sdp description by @hanstrompert
  • Update docker/setup-buildx-action action to v4 by @renovate[bot] in #27
  • Update dependency ruff to v0.15.5 by @renovate[bot] in #28
  • Update docker/build-push-action action to v7 by @renovate[bot] in #29
  • Update docker/metadata-action action to v6 by @renovate[bot] in #30
  • Update dependency black to v26.3.0 by @renovate[bot] in #31
  • Lock file maintenance by @renovate[bot] in #32

Full Changelog: 0.2.2...0.2.3

0.2.2

09 Mar 11:56
17646b8

Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.1

18 Feb 15:34
c14aaba

Choose a tag to compare

What's Changed

  • small improvements by @hanstrompert and @surfarno481 in #11
    • add intro with instructions for NOC operators to homepage
    • pin all dependencies
    • fix connection reserve again
    • fix formatting
    • remove start and end time from input form
    • reformat homepage
    • add image with connection states and actions to homepage

Full Changelog: 0.2.0...0.2.1

0.2.0

18 Feb 15:29
fe32060

Choose a tag to compare

What's Changed

  • better STP and SDP handling by @hanstrompert in #10
    • add separate sdp page with active, inactive, all and modify
    • remove the now empty database page
    • add missing foreign keys to database tables
    • add relationships to sdp model to resolve stp A and Z
    • simplify reservation details page
    • layout button row and move to top of page
    • just show all sdp details
    • better reservation and sdp detail headings
    • set stp or sdp inactive when they are missing from topology and vice versa

Full Changelog: 0.1.1...0.2.0

0.1.1

16 Dec 11:40
a083aa4

Choose a tag to compare

What's Changed

  • allow topologies to have only one stp

Full Changelog: 0.1.0...0.1.1

0.1.0

16 Dec 10:33
4a9a410

Choose a tag to compare

What's Changed

Full Changelog: 0.0.3...0.1.0

0.0.3

27 Nov 20:14
d9b32d9

Choose a tag to compare

What's Changed

  • use default/wide layout for new reservation page
  • Update dependency fastui to v0.9.0 (#5)
  • Update dependency pydantic to <2.12.6 (#6)
  • Configure Renovate (#4)
  • move from pip to uv as package manager
  • update github actions
  • enable build cache on github
  • add ability to modify stp description
  • move database stp table to separate stp page with tabs and details
  • correct formatting of nsi.py
  • catch get and post connection errors
  • update connection state machine image
  • allow selection of multiple demarcation points
  • replace str() with !s conversion flag
  • update state machine to allow provisioning to failed and provisioned to terminating
  • disallow provisioned connection to be verified'
  • allow provisioned connection to be terminated
  • handle topology from dds without stp's

New Contributors

Full Changelog: 0.0.2...0.0.3

0.0.2

21 Oct 15:06
dca7b6a

Choose a tag to compare

What's Changed

  • small improvements by @hanstrompert in #3
    • allow reservation verify when state is ConnectionReserveChecking
    • improve log output
      • add logger name
      • format uvicorn logging through structlog
    • handle dds with single document only
    • allow for optional sdp in reservation modify input form
    • add support for different certifcate authority bundle sources
    • add log message on how certificate verification is configured
    • add healthcheck endpoint
    • small formatting improvements
    • let helm chart use /healthcheck endpoint

Full Changelog: 0.0.1...0.0.2

0.0.1

16 Oct 15:20
355d4a7

Choose a tag to compare

First Proof of Concept release

Full Changelog: https://github.com/workfloworchestrator/nsi-aura/commits/0.0.1