Skip to content

Commit

Permalink
chore: Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chadell committed Jun 7, 2024
1 parent b17545d commit dd82b6a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/admin/release_notes/version_1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# v1.3.0 Release Notes

## Release Overview

The 1.3 release of Design Builder introduces a new functionality that complements the traditional deployment mode. The designs, if defined for, can now be deployed with life cycle capacity, so after being created, they can be updated with new input data (indefinitely) and decommissioned (i.e., reverting the data to the original state). This new approach requires of new models to track all the information in the database.

Also, as a complement, the design deployments run with the new mode can (optionally) prevent direct modification of the objects or attributes under control of a design. This means that is an object was created by a device, only the design decommissioning can remove it.

## [v1.3.0] - 2024-06

### Added

- Add a new mode that tracks the design deployment providing capacity to updates and decommission (life cycle management)

- Provide data protection (optional) for data that has been created or modified by a design deployment.
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ nav:
- "admin/release_notes/index.md"
- v1.0: "admin/release_notes/version_1.0.md"
- v1.1: "admin/release_notes/version_1.1.md"
- v1.2: "admin/release_notes/version_1.2.md"
- v1.3: "admin/release_notes/version_1.3.md"

- Developer Guide:
- Extending the App: "dev/extending.md"
- Contributing to the App: "dev/contributing.md"
Expand Down
Empty file removed notes.txt
Empty file.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nautobot-design-builder"
version = "1.2.0"
version = "1.3.0"
description = "Nautobot app that uses design templates to easily create data objects in Nautobot with minimal input from a user."
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit dd82b6a

Please sign in to comment.