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.3.0 #133

Merged
merged 30 commits into from
Aug 8, 2024
Merged

Release v2.3.0 #133

merged 30 commits into from
Aug 8, 2024

Conversation

gsnider2195
Copy link
Contributor

No description provided.

snaselj and others added 26 commits March 15, 2024 13:23
The base DataSource/DataTarget classes already have this flag set by default.
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.
…-annotations-plugin

Replace mkdocs-version-annotations with markdown-version-annotations
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.
@gsnider2195 gsnider2195 changed the title Release/v2.3.0 Release v2.3.0 Aug 5, 2024
@gsnider2195 gsnider2195 requested a review from cmsirbu August 5, 2024 20:56
pyproject.toml Outdated
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cookiecutter-nautobot-app"
version = "1.0.0"
version = "2.3.0"
Copy link
Contributor Author

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?

Copy link
Member

Choose a reason for hiding this comment

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

@@ -17,48 +17,25 @@ pyyaml = "*"

[tool.poetry.group.dev.dependencies]
bandit = "*"
black = "*"
coverage = "^7.3.2"
coverage = "*"
Copy link
Contributor Author

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

Copy link
Contributor Author

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

Copy link
Contributor

@cmsirbu cmsirbu left a 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.

docs/admin/release_notes/version_2.3.md Outdated Show resolved Hide resolved
@gsnider2195 gsnider2195 merged commit d9a02cc into main Aug 8, 2024
2 checks passed
@gsnider2195 gsnider2195 deleted the release/v2.3.0 branch August 8, 2024 18:23
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.

10 participants