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/v3.1.1 #344

Merged
merged 8 commits into from
Nov 19, 2024
Merged

Release/v3.1.1 #344

merged 8 commits into from
Nov 19, 2024

Commits on Sep 30, 2024

  1. Start Prepatch for 3.1.1

    smk4664 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b50cb4e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #330 from nautobot/release-3.1.0-to-develop

    Main to Develop post 3.1.0
    smk4664 authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b6e2735 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Fix Doc links (#332)

    * Fix Doc links.
    
    * Update Poetry lock
    
    The pinned version of aiohappyeyeballs was yanked.
    
    * Update poetry.lock
    smk4664 authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    880e386 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Fix slack-sdk dependency (#335)

    * #333 Fix slack-sdk dependency.
    
    * Fixed slack-sdk to version ^3.19.0 for `files_upload_v2`.
    jjeff07 authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f734707 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Cookie updated by NetworkToCode Cookie Drift Manager Tool (#337)

    * 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.0",
        "path": null
    }
    ```
    
    Cookie:
    
    ```
    {
        "remote": "https://github.com/nautobot/nautobot-app-chatops.git",
        "path": "/tmp/tmp_5814wh_/nautobot-app-chatops",
        "repository_path": "/tmp/tmp_5814wh_/nautobot-app-chatops",
        "dir": "",
        "branch_prefix": "drift-manager",
        "context": {
            "codeowner_github_usernames": "@glennmatthews @jvanderaa @smk4664 @whitej6",
            "full_name": "Network to Code, LLC",
            "email": "opensource@networktocode.com",
            "github_org": "nautobot",
            "app_name": "nautobot_chatops",
            "verbose_name": "Nautobot ChatOps App",
            "app_slug": "nautobot-chatops",
            "project_slug": "nautobot-app-chatops",
            "repo_url": "https://github.com/nautobot/nautobot-app-chatops",
            "base_url": "chatops",
            "min_nautobot_version": "2.0.0",
            "max_nautobot_version": "2.9999",
            "camel_name": "NautobotChatOpsApp",
            "project_short_description": "Nautobot ChatOps App",
            "model_class_name": "None",
            "open_source_license": "Apache-2.0",
            "docs_base_url": "https://docs.nautobot.com",
            "docs_app_url": "https://docs.nautobot.com/projects/chatops/en/latest",
            "_template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
            "_output_dir": "/tmp/tmp_5814wh_",
            "_repo_dir": "/github/home/.cookiecutters/cookiecutter-nautobot-app/nautobot-app",
            "_checkout": "refs/tags/nautobot-app-v2.4.0"
        },
        "base_branch": "develop",
        "remote_name": "origin",
        "pull_request_strategy": "PullRequestStrategy.CREATE",
        "post_actions": [
            "PostAction.RUFF",
            "PostAction.POETRY"
        ],
        "baked_commit_ref": "81d2070deb685f72fb02bf7f73be007d37ce3376",
        "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.0",
        "pull_request": null,
        "post_action": [
            "ruff",
            "poetry"
        ],
        "disable_post_actions": true,
        "draft": false
    }
    ```
    
    * fix lock file
    
    * Add back code removed by Drift Manager
    
    * Fix RTD badge location
    
    * Delete arch_decision.md
    
    This file is unused and unreferenced in mkdocs.yml
    
    * Remove duplicate run_command from tasks.py
    
    ---------
    
    Co-authored-by: bakebot <info@networktocode.com>
    Co-authored-by: Gary Snider <75227981+gsnider2195@users.noreply.github.com>
    Co-authored-by: Stephen Kiely <stephenkiely87@gmail.com>
    4 people authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5a49ede View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Update .cookiecutter.json (#339)

    * Update .cookiecutter.json
    
    Due to the way that Drift Manager uses the .cookiecutter.json file, we need to change the model_class_name to a valid model in BGP models to help us track drift in files that would be removed if the model_class_name=None.
    
    * Create 339.housekeeping
    
    * Update changes/339.housekeeping
    smk4664 authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    757ed3e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    4761790 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. release v3.1.1

    gsnider2195 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    6a8d442 View commit details
    Browse the repository at this point in the history