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

2.0 Release Final #111

Merged
merged 20 commits into from
Sep 29, 2023
Merged

2.0 Release Final #111

merged 20 commits into from
Sep 29, 2023

Conversation

HanlinMiao
Copy link
Contributor

No description provided.

bryanculver and others added 17 commits March 8, 2023 12:56
- Install all dependencies
- CI pylint using Nautobot 1.4.10
- CI unittest using Nautobot [1.4.10, 1.5.10] to avoid bug in 1.5.11 and
  1.5.12
- Replace `nautobot.utilities` imports with `nautobot.core`
Updates to install on Nautobot 2.0 Alpha
* chore: Update `nautobot` to `v2.0.0rc2`

* WIP: Vault

* chore: Added Changelog

* fix: Changelog

* cleanup

* fix: Remove vault compose from tasks

* Cookie updated by NetworkToCode Cookie Drift Manager Tool (#106)

* Cookie updated by NetworkToCode Cookie Drift Manager Tool

Template:

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

Cookie:

```
{
    "remote": "https://github.com/nautobot/nautobot-plugin-secrets-providers.git",
    "dir": "",
    "branch_prefix": "drift-manager",
    "context": {
        "codeowner_github_usernames": "@smith-ntc",
        "full_name": "Network to Code, LLC",
        "email": "[email protected]",
        "github_org": "nautobot",
        "plugin_name": "nautobot_secrets_providers",
        "verbose_name": "Nautobot's Secrets Providers Plugin",
        "plugin_slug": "nautobot-secrets-providers",
        "project_slug": "nautobot-plugin-secrets-providers",
        "repo_url": "https://github.com/nautobot/nautobot-plugin-secrets-providers",
        "base_url": "secrets-providers",
        "min_nautobot_version": "1.4.0",
        "max_nautobot_version": "1.9999",
        "nautobot_version": "latest",
        "camel_name": "NautobotSecretsProviders",
        "project_short_description": "Nautobot's Secrets Providers Plugin",
        "version": "0.1.0",
        "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/secrets-providers/en/latest",
    },
    "base_branch": "develop",
    "remote_name": "origin"
}
```

* fix: Poetry lock

* fix: Missing requests_mock dependency
* Update packaging

* Pylint and CI
@HanlinMiao HanlinMiao requested a review from a team as a code owner September 29, 2023 17:31
pyproject.toml Outdated
version = "1.4.1b1"
description = "Nautobot Secrets Providers Plugin."
authors = ["Network to Code, LLC <[email protected]>"]
version = "2.0.0rc1"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
version = "2.0.0rc1"
version = "2.0.0"

Copy link
Member

Choose a reason for hiding this comment

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

This will probably need a lockfile update

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Didnt really need one it seems

Comment on lines 123 to 127
# TBD: Fix tested versions
# python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8"]
nautobot-version: ["2.0.0"]
db-backend: ["postgresql", "mysql"]
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
# TBD: Fix tested versions
# python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8"]
nautobot-version: ["2.0.0"]
db-backend: ["postgresql", "mysql"]
python-version: ["3.8", "3.11"]
nautobot-version: ["2.0.0", "stable"]
db-backend: ["postgresql", "mysql"]

CHANGELOG.md Outdated
@@ -1,5 +1,15 @@
# Nautobot Secrets Providers Changelog

## v2.0.0 (TBD)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
## v2.0.0 (TBD)
## v2.0.0 (2023-09-29)

HanlinMiao and others added 2 commits September 29, 2023 13:45
@HanlinMiao HanlinMiao merged commit 6767606 into main Sep 29, 2023
23 of 34 checks passed
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.

3 participants