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.2.3 #876

Closed
wants to merge 8 commits into from
Closed

Release v2.2.3 #876

wants to merge 8 commits into from

Conversation

gsnider2195
Copy link
Contributor

  • Towncrier
  • pyproject.toml

v2.2.3 (2025-02-03)

This release adds a branch parameter to the "Generate Intended Config" view and fixes some bugs in the UI for device compliance and config compliance views.

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

### Added

- [#828](https://github.com/nautobot/nautobot-app-golden-config/issues/828) - Added `branch` parameter to generate intended config view.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be 2.3.0 because of this change?

@gsnider2195 gsnider2195 closed this Feb 3, 2025
@gsnider2195 gsnider2195 deleted the release/v2.2.3 branch February 3, 2025 21:13
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.

4 participants