-
Notifications
You must be signed in to change notification settings - Fork 7
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 #133
Release v2.3.0 #133
Conversation
The base DataSource/DataTarget classes already have this flag set by default.
…aTarget inherit from Job directly.
…rm toggles to work.
Fix SSoT Jobs
fix jobs import
Remove version from Docker Compose
MySQL 8 now complains that the default-authentication-plugin=mysql_native_password is not found and the container then exits. I removed this setting from my environment and the container comes up and all unit tests pass.
Update contributing.md
…-annotations-plugin Replace mkdocs-version-annotations with markdown-version-annotations
Fix comments in flake8 file
Fully integrate ruff for formatting and linting
Removes duplicate tasks.py, but leaves the one that is in the same location as the other cookiecutter templates.
pyproject.toml
Outdated
@@ -1,6 +1,6 @@ | |||
[tool.poetry] | |||
name = "cookiecutter-nautobot-app" | |||
version = "1.0.0" | |||
version = "2.3.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was there a reason the version number wasn't being bumped in the pyproject.toml?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's change the mode: https://python-poetry.org/docs/basic-usage/#operating-modes
…tobot-app into release/v2.3.0
@@ -17,48 +17,25 @@ pyyaml = "*" | |||
|
|||
[tool.poetry.group.dev.dependencies] | |||
bandit = "*" | |||
black = "*" | |||
coverage = "^7.3.2" | |||
coverage = "*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to pin coverage for the same reason we pinned it in core:
https://github.com/nautobot/nautobot/blob/8dbbdaa307c90a5e315257c1d4f866c5b0f263af/pyproject.toml#L217
Newer versions cause problems with pdb breakpoints
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will follow up later #136
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Left one clarification for the release notes in case anyone wonders about the replacement.
Co-authored-by: Cristian <[email protected]>
No description provided.