Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 17, 2023

Bumps frequenz-repo-config[lib] from 0.4.0 to 0.5.1.

Release notes

Sourced from frequenz-repo-config[lib]'s releases.

v0.5.1

Frequenz Repository Configuration Release Notes

Bug Fixes

  • Fix outdated version number in the migrating and upgrading documentation.

What's Changed

Full Changelog: frequenz-floss/frequenz-repo-config-python@v0.5.0...v0.5.1

v0.5.0

Frequenz Repository Configuration Release Notes

Summary

This release adds linting of code examples in docstrings, a workflow to check if PRs have updated the release notes and an editorconfig file, as well as a bunch of bug fixes.

Upgrading

  • nox: Now the default configuration for API repositories will not automatically add pytests as an extra_path

    The pytests directory is not a standard directory that will be auto-discovered by pytest, so it should always be included in the pyproject.toml file, in the tool.pytest.ini_options.testpaths array. Please check your API project is properly configured.

Cookiecutter template

  • To make the new workflow to check if release notes were updated you should add the check to the branch protection rules of your repository to require this check to pass. You should also add a new label "cmd:skip-release-notes" to be able to override the check. You can use the following script to do it:

    repo=...  # org/repo
    token=... # GitHub token with the correct permissions
    name="cmd:skip-release-notes"
    desc="It is not necessary to update release notes for this PR"
    color="930F79"
    Using cURL
    curl -L 
    -X POST 
    -H "Accept: application/vnd.github+json" 
    -H "Authorization: Bearer $token" 
    -H "X-GitHub-Api-Version: 2022-11-28" 
    -d '{"name":"'"$name"'","description":"'"$desc"'","color":"'"$color"'"}' 
    "https://api.github.com/repos/$repo/labels"
    Using the gh tool (no need for a token if you already have it configured)
    gh api -X POST 
    -f name="$name" -f description="$desc" -f color="$color" 

... (truncated)

Commits
  • e0fbea7 Fix version number in docs and prepare new release (#116)
  • 16842ac Bump version number in the docs
  • 5f46bb6 Clear release notes for release
  • 8659be4 Fix outdated version in migrating and upgrading docs
  • b501066 Clear release notes
  • 85d85bf Add linting of code examples in docstrings (#115)
  • c5241c6 Add summary to release notes
  • 4dde2b6 cookiecutter: Add a pytest hook to lint docstring examples
  • 9b76f73 Skip examples linting for __init__.py files
  • 3133b63 Lint docstrings examples
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner August 17, 2023 07:45
@dependabot dependabot bot requested a review from llucax August 17, 2023 07:45
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Aug 17, 2023
Bumps [frequenz-repo-config[lib]](https://github.com/frequenz-floss/frequenz-repo-config-python) from 0.4.0 to 0.5.1.
- [Release notes](https://github.com/frequenz-floss/frequenz-repo-config-python/releases)
- [Changelog](https://github.com/frequenz-floss/frequenz-repo-config-python/blob/v0.x.x/RELEASE_NOTES.md)
- [Commits](frequenz-floss/frequenz-repo-config-python@v0.4.0...v0.5.1)

---
updated-dependencies:
- dependency-name: frequenz-repo-config[lib]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/frequenz-repo-config-lib--0.5.1 branch from 3b5bae8 to 5db1137 Compare August 17, 2023 10:51
@llucax
Copy link
Contributor

llucax commented Aug 17, 2023

Superseded by #587

@llucax llucax closed this Aug 17, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 17, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/frequenz-repo-config-lib--0.5.1 branch August 17, 2023 12:35
@llucax llucax added the resolution:duplicate This issue or pull request already exists label Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) resolution:duplicate This issue or pull request already exists type:tech-debt Improves the project without visible changes for users
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant