Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.3.0 #877

Merged
merged 8 commits into from
Feb 4, 2025
Merged

Release v2.3.0 #877

merged 8 commits into from
Feb 4, 2025

Conversation

gsnider2195
Copy link
Contributor

  • Towncrier
  • pyproject.toml

v2.3 Release Notes

This document describes all new features and changes in the release. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Release Overview

  • Added a branch parameter to the "Generate Intended Config" view.
  • Fixed some bugs in the UI for device compliance and config compliance views.

v2.3.0 (2025-02-03)

Added

  • #828 - Added branch parameter to generate intended config view.

Changed

  • #860 - Added a scroll bar and maximum height to the "Configuration" text boxes on the device configuration compliance tabs.

Fixed

  • #812 - Fixed a bug in the config compliance list view when customizing the table columns.

Housekeeping

  • Rebaked from the cookie nautobot-app-v2.4.1.
  • #873 - Fixed failing tests in Nautobot v2.3.11 and higher.
  • #857 - Fixed installation docs to make clear that configurations are sample configurations.

itdependsnetworks and others added 8 commits January 2, 2025 21:53
* Update install.md
* Cookie updated by NetworkToCode Cookie Drift Manager Tool

Template:

```
{
    "template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
    "dir": "nautobot-app",
    "ref": "refs/tags/nautobot-app-v2.4.1",
    "path": null
}
```

Cookie:

```
{
    "remote": "https://github.com/nautobot/nautobot-app-golden-config.git",
    "path": "/tmp/tmpjpcsgj8q/nautobot-app-golden-config",
    "repository_path": "/tmp/tmpjpcsgj8q/nautobot-app-golden-config",
    "dir": "",
    "branch_prefix": "drift-manager",
    "context": {
        "codeowner_github_usernames": "@itdependsnetworks @jeffkala @nkallergis",
        "full_name": "Network to Code, LLC",
        "email": "[email protected]",
        "github_org": "nautobot",
        "app_name": "nautobot_golden_config",
        "verbose_name": "Golden Config",
        "app_slug": "nautobot-golden-config",
        "project_slug": "nautobot-app-golden-config",
        "repo_url": "https://github.com/nautobot/nautobot-app-golden-config",
        "base_url": "golden-config",
        "min_nautobot_version": "2.0.0",
        "max_nautobot_version": "2.9999",
        "camel_name": "NautobotGoldenConfig",
        "project_short_description": "An app for configuration on nautobot",
        "model_class_name": "ComplianceFeature",
        "open_source_license": "Apache-2.0",
        "docs_base_url": "https://docs.nautobot.com",
        "docs_app_url": "https://docs.nautobot.com/projects/golden-config/en/latest",
        "_template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
        "_output_dir": "/tmp/tmpjpcsgj8q",
        "_repo_dir": "/github/home/.cookiecutters/cookiecutter-nautobot-app/nautobot-app",
        "_checkout": "refs/tags/nautobot-app-v2.4.1"
    },
    "base_branch": "develop",
    "remote_name": "origin",
    "pull_request_strategy": "PullRequestStrategy.CREATE",
    "post_actions": [
        "PostAction.RUFF",
        "PostAction.POETRY"
    ],
    "baked_commit_ref": "69ab82f79f346d3e9e9cf62432bdd6d6b9c53e3f",
    "draft": false
}
```

CLI Arguments:

```
{
    "cookie_dir": "",
    "input": false,
    "json_filename": "",
    "output_dir": "",
    "push": true,
    "template": "",
    "template_dir": "",
    "template_ref": "refs/tags/nautobot-app-v2.4.1",
    "pull_request": null,
    "post_action": [
        "ruff",
        "poetry"
    ],
    "disable_post_actions": true,
    "draft": false
}
```

---------

Co-authored-by: bakebot <[email protected]>
Co-authored-by: Stephen Kiely <[email protected]>
* set max-height on devicetab configs

---------

Co-authored-by: itdependsnetworks <[email protected]>
* fixed bug in config compliance table
@gsnider2195 gsnider2195 changed the base branch from develop to main February 3, 2025 21:17
@gsnider2195
Copy link
Contributor Author

Oops I forgot to change this to the main branch when I opened the new PR. You still ok with this PR @jeffkala @itdependsnetworks ?

@itdependsnetworks
Copy link
Contributor

I'm good with it

@gsnider2195 gsnider2195 merged commit f072552 into main Feb 4, 2025
15 checks passed
@gsnider2195 gsnider2195 deleted the release/v2.3.0 branch February 4, 2025 00:14
@gsnider2195 gsnider2195 self-assigned this Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants