Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 12, 2022

Bumps pontos from 21.4.0 to 22.12.0.

Release notes

Sourced from pontos's releases.

pontos 22.12.0

22.12.0 - 2022-12-07

Added

  • Add ConfigScope and TagSort to pontos.git module 409f7df
  • Add Git method for getting the commit log cea7b2e
  • Add Git method to get the url of a remote repository 39c334b
  • Extend Git.tag to provide a gpg key, message and to force creation 1f767dd
  • Extend Git.list_tags for sorting the tags by version 9e37a37
  • Extend Git.config to consider scope and allow to read setting a5cf8eb
  • Add pontos-github-actions CLI to pontos command 62d9055
  • Add pontos-github-script to pontos CLI output 2106532
  • Add GitHub script to list teams of an organization a28ae7d
  • Add GitHub script to create new repos with our defaults 337a1fb
  • Add MergeStrategy to pontos.git module and add __all__ 267c18d
  • Add GitHub script for displaying workflow runs af699ba
  • Add a GitHub script to lock and unlock a branch in a repo caf24f8
  • Add a GitHub script to list artifacts of a repository 80d0378

Changed

  • Adjust release prepare and relase commands to helper changes c9553ac
  • Refactor find_signing_key to get rid of shell command runner 23b1b6f
  • Rename get_project_name to get_git_repository_name 445b728
  • Refactor get_current_version to not exit process 5563109
  • Refactor commit_files function to use Git class f1f1482
  • Refactor ChangelogBuilder 695df49
  • Use rich.table to display members and repos of an org 635624f
  • Drop support for Python 3.7 and 3.8 2da23ec

pontos 22.11.0

[22.11.0] - 2022-11-24

Added

  • Add git checkout API 7b2d879
  • Add git API for adding a remote repository d350db0
  • Add force argument to Git.push 6c5e3f1
  • Add test for setting follow_tags to False for Git.push be49a67
  • Add Git.fetch API 1a3f2a3
  • Add strategy argument for Git.rebase method f99b0ac
  • Add async GitHub API for setting permissions of team in a repo f9a07d1
  • Add a GitHub Permission enum 63bdc85
  • Add allow_update_branch argument to repositories.create API 2ffaac0
  • Add new GitHub models and tests for the models cd74bef
  • Add member filter and role to members github script daed940
  • Add repository type to repositories github script ada8c71
  • Add small example GitHub scripts 312dbba
  • Add explicit typing for methods that return None 1cfdbac
  • Add GitHub Models for branch protection rules 29942dd

... (truncated)

Changelog

Sourced from pontos's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Calendar Versioning.

Unreleased

Added

Changed

Deprecated

Removed

Fixed

21.7.4 - 2021-07-21

Changed

  • Allow to pass multiple directories to the -d/--directories argument #163
  • Allow to put directory globs into the exclude file and exclude all files from that directory #163

21.7.3 - 2021-07-20

Added

  • Golang support for pontos-update-header #162

Fixed

  • pontos-update-header will now set the correct current year, when adding a header to a new file #162

21.7.2 - 2021-07-07

Removed

  • Remove debug print in pontos-version update for C projects #156

Fixed

  • Fixing singing, --passphrase shall not have a default, especially not greenbone #156

21.7.1 - 2021-07-02

Fixed

  • Do not print passphrase #150

[21.7.0] - 2021-07-02

Added

... (truncated)

Commits
  • 9472a57 Automatic release to 22.12.0
  • 0ea0160 Changelog created for release to 22.12.0
  • c9553ac Change: Adjust release prepare and relase commands to helper changes
  • 0800e2a Update release sign after helper function refactorings
  • bfee0a5 Update release helper tests after functions got refactored
  • 23b1b6f Change: Refactor find_signing_key to get rid of shell command runner
  • 445b728 Change: Rename get_project_name to get_git_repository_name
  • 5563109 Change: Refactor get_current_version to not exit process
  • f1f1482 Change: Refactor commit_files function to use Git class
  • 695df49 Change: Refactor ChangelogBuilder
  • 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 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)

Bumps [pontos](https://github.com/greenbone/pontos) from 21.4.0 to 22.12.0.
- [Release notes](https://github.com/greenbone/pontos/releases)
- [Changelog](https://github.com/greenbone/pontos/blob/main/CHANGELOG.md)
- [Commits](greenbone/pontos@v21.4.0...v22.12.0)

---
updated-dependencies:
- dependency-name: pontos
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 12, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #189 (167d9e7) into master (8186328) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #189   +/-   ##
=======================================
  Coverage   98.82%   98.82%           
=======================================
  Files          54       54           
  Lines        3908     3918   +10     
  Branches      933      934    +1     
=======================================
+ Hits         3862     3872   +10     
  Misses         34       34           
  Partials       12       12           
Impacted Files Coverage Δ
gvm/__version__.py 100.00% <100.00%> (ø)
gvm/protocols/gmpv208/entities/policies.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 2, 2023

Superseded by #193.

@dependabot dependabot bot closed this Jan 2, 2023
@dependabot dependabot bot deleted the dependabot/pip/pontos-22.12.0 branch January 2, 2023 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants