Skip to content

Commit

Permalink
Prep 2.1.1 (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
itdependsnetworks authored Jul 16, 2024
1 parent 5451c7d commit c016b4d
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ jobs:
- name: "Run Tests"
run: "poetry run invoke unittest"
changelog:
if: |
if: >
contains(fromJson('["develop","ltm-1.6"]'), github.base_ref) &&
(github.head_ref != 'main')
(github.head_ref != 'main') && (!startsWith(github.head_ref, 'release'))
runs-on: "ubuntu-22.04"
steps:
- name: "Check out repository code"
Expand Down
1 change: 0 additions & 1 deletion changes/769.dependencies

This file was deleted.

1 change: 0 additions & 1 deletion changes/769.housekeeping

This file was deleted.

1 change: 0 additions & 1 deletion changes/771.documentation

This file was deleted.

1 change: 0 additions & 1 deletion changes/773.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/775.documentation

This file was deleted.

1 change: 0 additions & 1 deletion changes/776.documentation

This file was deleted.

21 changes: 21 additions & 0 deletions docs/admin/release_notes/version_2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,24 @@
### Fixed

- [#723](https://github.com/nautobot/nautobot-app-golden-config/issues/723) - Hide compliance tab in device view if no compliance results exist.


## v2.1.1

### Fixed

- [#773](https://github.com/nautobot/nautobot-app-golden-config/issues/773) - Fixed deepdiff dependency range.

### Dependencies

- [#769](https://github.com/nautobot/nautobot-app-golden-config/issues/769) - Updated django-pivot to ~1.9.0.

### Documentation

- [#771](https://github.com/nautobot/nautobot-app-golden-config/issues/771) - Updated navigation tree for documentation updates for 2.1 release notes and XML compliance.
- [#775](https://github.com/nautobot/nautobot-app-golden-config/issues/775) - Add FAQ for deepdiff and numpy dependency issue.
- [#776](https://github.com/nautobot/nautobot-app-golden-config/issues/776) - Updated app config and urls config for providing link to documentation.

### Housekeeping

- [#769](https://github.com/nautobot/nautobot-app-golden-config/issues/769) - Added view tests for ConfigComplianceUIViewSet.
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-golden-config"
version = "2.1.0"
version = "2.1.1"
description = "An app for configuration on nautobot"
authors = ["Network to Code, LLC <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit c016b4d

Please sign in to comment.