Commit Graph

79 Commits

Author SHA1 Message Date
Henrik Triem 42da51c86f
Replace icinga-aptly address in Readme
It's a different address now.
2022-04-05 09:51:07 +02:00
Alexander Aleksandrovič Klimov 965266ee26
Typo 2021-08-02 17:08:15 +02:00
Alexander A. Klimov 8c75710d9a RELEASE.md: Re-provision Build Server 2021-07-01 12:16:30 +02:00
Alexander A. Klimov b2264ce269 RELEASE.md: Windows Dependencies 2021-06-24 19:23:06 +02:00
Edgar Fuß 718ebe3cbd Avoid name clashes on case-insensitive file systems
On case-insensitive file systems (i.e. macOS), the VERSION file collides with the Boost-provided version file on #include <version>.

Work around by re-naming VERSION to ICINGA2_VERSION.
2021-01-15 17:46:16 +01:00
Alexander A. Klimov 51b3d88d22 Docs: enable syntax highlighting
refs #8146
2020-12-09 12:32:09 +01:00
Alexander A. Klimov 0e36564f1d RELEASE.md: use perl, not sed
Rationale:
sed: 1: "VERSION": invalid command code V
2020-11-24 18:43:26 +01:00
Julian Brost ef2da99104 RELEASE.md: update branch workflow for packaging repos 2020-10-22 15:38:54 +02:00
Noah Hilverling 8e95520496
Merge pull request #8358 from Icinga/bugfix/release-md-chocolatey
RELEASE.md: remove Chocolatey section
2020-10-14 09:37:52 +02:00
Alexander A. Klimov a2c3c33746 RELEASE.md: remove Chocolatey section 2020-10-14 09:27:29 +02:00
Alexander Aleksandrovič Klimov e2ecb913b2
Merge pull request #8145 from Icinga/bugfix/release-tag
RELEASE.md: replace "git push --tags" with "git push origin v$VERSION"
2020-10-13 18:28:22 +02:00
Alexander Aleksandrovič Klimov d8b40e09ce
Merge pull request #8346 from Icinga/docs/release-packaging-windows
RELEASE.md: Add instructions how to prepare releases for Windows
2020-10-13 17:42:13 +02:00
Julian Brost bc7f1320e6 RELEASE.md: Add instructions how to prepare releases for Windows 2020-10-13 17:39:25 +02:00
Julian Brost 132f501148 RELEASE.md: fix packaging repo URLs 2020-10-13 17:18:31 +02:00
Alexander A. Klimov 4768874ed1 RELEASE.md: remove unneccessary "Authors" section 2020-09-15 17:39:25 +02:00
Alexander A. Klimov ac87b23695 RELEASE.md: add Docker section 2020-08-03 11:22:07 +02:00
Alexander A. Klimov 6d7b3725e8 RELEASE.md: replace "git push --tags" with "git push origin v$VERSION" 2020-08-03 10:39:37 +02:00
Alexander A. Klimov 0339993887 Sort AUTHORS case-insensitively 2020-03-12 14:16:29 +01:00
Michael Friedrich 694933cb1c Update Release checklist 2019-10-25 09:33:24 +02:00
Michael Friedrich f6205c9d4b RELEASE.md: Fix formatting 2019-09-20 12:18:44 +02:00
Michael Friedrich 60f8af7ba7 Update RELEASE docs 2019-09-19 13:49:31 +02:00
Michael Friedrich 38f6b11011 Update RELEASE docs 2019-07-25 09:23:28 +02:00
Michael Friedrich 16d3ac8f12 Update release docs and make changelog a static entry 2019-04-26 10:22:05 +02:00
Michael Friedrich 40df0a26d9 Update RELEASE checklist
(cherry picked from commit 07161899e0)
2019-03-19 13:11:50 +01:00
Michael Friedrich 00694cb675 Release version 2.10.2 2018-11-14 09:08:51 +01:00
Michael Friedrich 582d8f4961 Release version 2.10.1 2018-10-18 11:31:02 +02:00
Michael Friedrich dc1f77c9d1 Update release docs for Chocolatey
refs #6683
2018-10-15 16:27:25 +02:00
Michael Friedrich 069ef4b825 Update RELEASE docs
- GH Milestone prior to changelog script run
- Branching for package repos
- Infos for updating the online docs with Puppet
- Example for Debian Stretch package tests with Docker
- Drop Google+ URL
2018-10-12 10:08:28 +02:00
Michael Friedrich b86c918d4d Release version 2.10.0 2018-10-11 14:01:05 +02:00
Michael Friedrich 1f960de940 Release version 2.9.2 2018-09-26 10:47:37 +02:00
Michael Friedrich 7593d15e95 Release version 2.9.0
Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
2018-07-17 14:27:32 +02:00
Michael Friedrich eecaab7cf1 Update release documentation with git tag signing key configuration 2018-05-08 09:38:00 +02:00
Michael Friedrich dfc3639b57 Enhance release documentation 2018-04-24 15:20:50 +02:00
Jean Flach 209889ea3e Add my gpg fingerprint to release docs 2018-04-23 11:30:23 +02:00
Michael Friedrich 441536f292 Use VERSION instead of icinga2.spec 2018-04-05 16:59:57 +02:00
Gunnar Beutner 7dbadfb7a3 Update release docs 2017-11-13 13:47:26 +01:00
Noah Hilverling f3085c70e5 Release version 2.7.2 2017-11-09 13:43:05 +01:00
Michael Friedrich 1057f63909 Release version 2.7.1 2017-09-21 12:12:01 +02:00
Michael Friedrich d18564e7f4 Update RELEASE.md to use new icinga-rpm-release location 2017-08-07 10:30:00 +02:00
Gunnar Beutner 35fc3800d5 Add Changelog generation script for GitHub API
Required details are documented inside RELEASE.md

Fixes to the original file:
- duplicate issues (pagination with links instead of page (Github doesn't like counting))
- escape markdown in issue title
- use formatting helper functions
- env support for user, token, project
- "support" category for everything which is not "bug" or "enhancement"
- ignore more labels ("feedback", "question")
- sort milestones by due date and version string
2017-08-03 18:38:08 +02:00
Gunnar Beutner 80abc3855e Release version 2.7.0 2017-08-02 15:58:38 +02:00
Michael Friedrich 8791141de0 Update documentation for 2.7.0 2017-08-02 12:02:50 +02:00
Michael Friedrich 50d706dedc Rename ChangeLog to CHANGELOG.md
refs #4925
2017-06-20 16:37:54 +02:00
Andreas Scherbaum 775bee8fe1 Replace http:// links with https:// links where a secure website exists
Leave out tests and third party tools, and license strings

fixes #5151

Signed-off-by: Michael Friedrich <michael.friedrich@icinga.com>
2017-04-20 11:33:27 +02:00
Gunnar Beutner ce92ddf592 Release version 2.6.3 2017-03-29 09:59:21 +02:00
Gunnar Beutner d725897000 Release version 2.6.2 2017-02-13 10:52:58 +01:00
Gunnar Beutner 6652727d46 Release version 2.6.1 2017-01-31 11:18:20 +01:00
Michael Friedrich 763fb64fff Update issue tracker to GitHub
fixes #4923
2017-01-17 16:50:22 +01:00
Michael Friedrich b7caf0820d Ensure that *.icinga.com is used everywhere
fixes #13897
fixes #13277
2017-01-10 17:19:12 +01:00
Michael Friedrich c3263f7726 Update RELEASE.md
fixes #13571
2016-12-14 15:22:29 +01:00