Skip to content

Commit

Permalink
Merge pull request #193 from nautobot/prep-for-v1.4.1
Browse files Browse the repository at this point in the history
Prep for version 1.4.1
  • Loading branch information
abates authored Oct 3, 2024
2 parents 80d1c58 + 27d314d commit 0bdd0d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/admin/release_notes/version_1.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ The 1.4 release of Design Builder introduces new functionality that expands on t

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

## [v1.4.1] - 2024-10

### Fixed

- Fixed custom field updates
- Fixed attribute name collisions with Design Builder reserved attributes (namely `metadata` and `environment`).
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.4.0"
version = "1.4.1"
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 0bdd0d3

Please sign in to comment.