-
Notifications
You must be signed in to change notification settings - Fork 21
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 Icinga DB Version 1.2.1 #871
Conversation
After #856 was merged, there are no further schema changes left. Thus, verify that the schema upgrades don't diverge from the schema file. MySQL/MariaDB
PostgreSQL
Unfortunately, there was actually one difference in the PostgreSQL schema update, introduced by me in #792. The I have pushed another commit to this PR addressing this and re-verified this. PostgreSQL w/ schema update in this PR
|
b02ec98
to
6d4af79
Compare
Ftr, I have created a draft blog post on icinga.com containing this changelog entry wrapped in a bit prose. |
@lippserd: Currently, Icinga DB uses the icinga-go-library in version 0.3.1 while the v0.4.0 milestone is almost done (one approved PR and one with dispute, which could also be moved to the next release v0.5.0). Releasing an icinga-go-library version 0.4.0 and including it in this Icinga DB release would give us the benefits of Icinga/icinga-go-library#59 and Icinga/icinga-go-library#23, where the first one addresses a real issue, #787 (comment). |
5f30037
to
cc2a09f
Compare
While editing the CHANGELOG, I have escaped one leading |
During #792, the storage mode for this column got lost. After further inspection, setting a distinct storage mode for a column of type varchar seems unnecessary.
The AUTHORS file was updated with the following command, moving duplicate entities to the .mailmap first. > $ git log --use-mailmap --format='format:%aN <%aE>' v1.0.0..HEAD \ > | grep -v '^dependabot' >> AUTHORS > $ sort -uo AUTHORS AUTHORS
56f798e
to
6f2364b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for changing the PostgreSQL schema, the changelog also reads well 👍
I just reran some tests, build a single node scenario which I have upgraded, and ran an HA scenario relying on a Galera database where I manually introduced lots of networking and service interruptions. Everything worked so far. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything also worked well during my tests. A big thank you for the good work.
Release the maintenance/bug fix version 1.2.1 as talked about with @lippserd the other day.
The following needs to be done before this can be merged:
AUTHORS
fileCHANGELOG.md