Skip to content

Commit

Permalink
Merge pull request #183 from nautobot/release-1.4.0
Browse files Browse the repository at this point in the history
chore: prepares release 1.4.0
  • Loading branch information
Kircheneer authored Aug 1, 2024
2 parents 65cb7ae + a163442 commit ca94daf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/admin/release_notes/version_1.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# v1.4.0 Release Notes

## Release Overview

The 1.4 release of Design Builder introduces new functionality that expands on the deployment mode introduced in 1.3. Pre-existing data (i.e. data not created by a design, or created by one not in deployment mode) can now be imported into a design deployment. This design deployment then owns the lifecycle of that data just like if it had been created by it.

As a compliment on the other end of the lifecycle, the design decommissioning now has a checkbox for `delete` functionality. By default this is checked, which causes the decommissioning job to function as it did prior to the introduction of this feature. If you uncheck it, the data is unlinked from the design deployment, but _not_ deleted, somewhat like a reverse import.


## [v1.4.0] - 2024-07

### Added

- Adds import functionality to deployment mode designs
- Adds the possibility to merely unlink and not delete objects associated with a design deployment during decommissioning
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ nav:
- 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"
- v1.4: "admin/release_notes/version_1.4.md"

- Developer Guide:
- Extending the App: "dev/extending.md"
Expand Down
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.3.0"
version = "1.4.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 ca94daf

Please sign in to comment.