Skip to content

Releases: Ataraxxia/godin

Release v1.2

05 Jan 19:25
Compare
Choose a tag to compare

This release introduces checking whether your client needs rebooting. Make sure to upgrade both your clients and server.

Release v1.1.1

11 Nov 15:27
5d7a5ce
Compare
Choose a tag to compare

This release fixes a bug where database query code still contained obsolete parameter and also improves trailing slash behaviour for URL's.

Release v1.1

10 Nov 22:22
3b7868c
Compare
Choose a tag to compare

This release introduces numerous fixes and improvements, mainly:

  • Fixed tags behaviour
  • Properly closing PostgreSQL connection
  • Changes in database schema
  • Reports include information about successful update beforehand

Please make sure to update both server and clients!

Since this release introduces slightly modified database schema it might require manual schema change for a table:

ALTER TABLE reports DROP COLUMN processed;
ALTER TABLE reports ADD COLUMN hostname VARCHAR (255);

Initial release

26 Aug 21:38
Compare
Choose a tag to compare

This is the first GOdin release with basic functionality. It includes

  • Accepting and storing client reports in postgreSQL database
  • Client support for apt and yum package managers (Ubuntu, Debian, CentOS)