-
Notifications
You must be signed in to change notification settings - Fork 34
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.0 #329
Merged
Merged
Release v3.1.0 #329
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update Account Link docs to refer to fallback_chatops_user option
Meraki 1.46.0 removes support for Python <3.10
Add newline
Remove default authentication for pipeline compatibility.
Update Account Link docs to refer to fallback_chatops_user option
Pin Meraki to max 1.45.0
Add reversible migration
Updates for activating docs link.
Template: ``` { "template": "https://github.com/nautobot/cookiecutter-nautobot-app.git", "dir": "nautobot-app", "ref": "refs/tags/nautobot-app-v2.3.0", "path": null } ``` Cookie: ``` { "remote": "https://github.com/nautobot/nautobot-app-chatops.git", "path": "/tmp/tmpjntms236/nautobot-app-chatops", "repository_path": "/tmp/tmpjntms236/nautobot-app-chatops", "dir": "", "branch_prefix": "drift-manager", "context": { "codeowner_github_usernames": "@glennmatthews @jvanderaa @smk4664 @whitej6", "full_name": "Network to Code, LLC", "email": "[email protected]", "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/tmpjntms236", "_repo_dir": "/github/home/.cookiecutters/cookiecutter-nautobot-app/nautobot-app", "_checkout": "refs/tags/nautobot-app-v2.3.0" }, "base_branch": "develop", "remote_name": "origin", "pull_request_strategy": "PullRequestStrategy.CREATE", "post_actions": [ "PostAction.BLACK" ], "baked_commit_ref": "cfd9475f3ea601572d0f3b23d4bb6d9655bc2721", "draft": true } ``` CLI Arguments: ``` { "cookie_dir": "", "input": false, "json_filename": "", "output_dir": "", "push": true, "template": "", "template_dir": "", "template_ref": "refs/tags/nautobot-app-v2.3.0", "pull_request": null, "post_action": [], "disable_post_actions": false, "draft": null } ```
Cookie updated by NetworkToCode Cookie Drift Manager Tool
* add dev expierence with bot framework emulator * fix for tests * Adjust based on PR feedback Also resolves conflicts. * Update docs to match the current Azure configuration. * Update Microsoft Issuer Microsoft changed the Issuer for their Bot Emulator. Also allow the tenant_id to be missing, which likely is due to using the Bot Emulator. * Continue documentation and minify images. * Final doc updates * Apply suggestions from code review Co-authored-by: Gary Snider <[email protected]> * Address feedback in PR * Add note on Microsoft Azure changes. * Update docs/dev/dev_environment.md Co-authored-by: Gary Snider <[email protected]> * Update docs/dev/dev_environment.md Co-authored-by: Gary Snider <[email protected]> * Update docs/dev/dev_environment.md Co-authored-by: Gary Snider <[email protected]> * More feedback * Add details for the host-gateway. * Add a proper Change Context. Without the Change Context, the command_log.save() would fire a signal without the web request which would cause a 500 error to show up in the logs. * Update development/docker-compose.bot-framework.yml Co-authored-by: Gary Snider <[email protected]> --------- Co-authored-by: Stephen Kiely <[email protected]> Co-authored-by: Gary Snider <[email protected]>
* feat: ✨ Replicate IPFabric SSoT Job command from SSoT project. * docs: 📝 Add changelog fragment --------- Co-authored-by: Stephen Kiely <[email protected]>
* Updated ipfabric to 6.6.2 Fixed lints for ipfabric * Change to auth instead of token * Ruff and Poetry Lock * Add Change Fragments * Update change fragment --------- Co-authored-by: Stephen Kiely <[email protected]>
* Use newer slack file_upload * Update 327.fixed * Fix tests.
smk4664
requested review from
jdrew82,
alhogan,
pke11y and
jeffkala
as code owners
September 30, 2024 21:03
smk4664
requested review from
pato23arg,
glennmatthews and
romanukes
as code owners
September 30, 2024 21:03
romanukes
approved these changes
Sep 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v3.1.0 (2024-09-30)
Added
Fixed
Dependencies
Documentation
fallback_chatops_user
option.Housekeeping