Skip to content

Releases: greenbone/pontos

pontos 21.7.0

02 Jul 11:20
Compare
Choose a tag to compare

21.7.0 - 2021-07-02

Added

  • Add pontos-update-header option to ignore files #144

pontos 21.6.13

29 Jun 10:40
Compare
Choose a tag to compare

21.6.13 - 2021-06-29

Added

  • pontos-release: You can use sign now headless (without passphrase prompt) by passing it per arugment. #148

pontos 21.6.12

25 Jun 11:22
Compare
Choose a tag to compare

21.6.12 - 2021-06-25

Added

  • pontos-release: Added a Progress bar to see download progress of large assets. #145
  • terminal: Added out_flush() that reprints in the same line. #145

Fixed

  • pontos-release: Set Chunksize (4096) so big assets will download faster. #145

pontos 21.6.11

24 Jun 12:54
Compare
Choose a tag to compare

21.6.11 - 2021-06-24

Fixed

  • Use --no-verify on git commit, so pontos-release is not interrupted by hooks. #143

pontos 21.6.10

24 Jun 11:34
Compare
Choose a tag to compare

21.6.10 - 2021-06-24

Changed

  • pontos-version you can use both --develop or a version with x.x.x.dev1 to set a develop version. #141

Fixed

  • Fixed creating signature files for tarballs and zip files from GitHub releases #142
  • pontos-release setting correct version after release in Python projects. #141

pontos 21.6.9

24 Jun 08:36
Compare
Choose a tag to compare

21.6.9 - 2021-06-24

Added

  • Sign all tarballs and zip files from the released assets too #139

Changed

  • Improve generated git commit messages for and after a release #138
  • Signature files now have the filename <project>-<release-version>.<postfix>.asc #139

pontos 21.6.7

23 Jun 11:56
Compare
Choose a tag to compare

21.6.7 - 2021-06-23

Added

  • Add header templates for .xsl files #136

Fixed

  • Correctly check if dev version is set in get_current_version(). #137

pontos 21.6.5

23 Jun 10:08
Compare
Choose a tag to compare

21.6.5 - 2021-06-23

Added

  • Added some output to version helper. #134

Changed

  • pontos-release checks now if there is a unreleased section in the CHANGELOG.md for the given release version, instead of using everything that is unreleased. If it doesn't find the version, it will look for a general unreleased section (like before). #133
  • Improve setting dev-version after release. #135

Fixed

  • Fix dev-version check in CMakeLists.txt. #135
  • The replacement of the unreleased section in the CHANGELOG.md. #133
    • e.g. it is able to handle ## [2.1.3] (unreleased) now and will convert it correctly to ## [2.1.3] - 22.06.2020

pontos 21.6.4

22 Jun 06:47
Compare
Choose a tag to compare

21.6.4 - 2021-06-22

Added

  • pontos-release prepare can be used with --patch, to create a release with the next patch version. #131

pontos 21.6.3

13 Jun 10:58
Compare
Choose a tag to compare

21.6.3 - 2021-06-13

Added

  • The autohooks Terminal to pontos, to have prettier console output. #127