Skip to content

Releases: vstconsulting/polemarch

1.2.0

06 Jun 09:19
Compare
Choose a tag to compare

Changes:

  • Min PY version - 3.5
  • Migrate to VUE core.
  • Fixed bug with cancel task.
  • Cancel task on remove history.
  • Allow to set default directory for TAR projects.
  • Add ansible==2.8 support.
  • Performance optimizations.

1.1.4

16 Apr 05:11
Compare
Choose a tag to compare
Changelog:

*  Moved part of code to vstutils.
*  Update celery libs.
*  Fixed bug with LDAP (vstconsulting/polemarch#69). Read the docs.
*  Migrate to Django 2.2 on Python 3.6.

WARNING! In 1.2.0 we will drop support for Python 2.7. Upgrade your installation if you still use Python 2.7.

1.1.3

19 Mar 01:52
Compare
Choose a tag to compare

Changelog:

  • Add project env variables via variables start with env_ in project.
  • openapi_cache_timeout setting in [web] for better server performance.
  • Fixed bug with kombu release.
  • Fixed test coverage.

1.1.2

04 Mar 02:09
Compare
Choose a tag to compare

Changelog:

  • Add ansible_password to hidden fields and fix reponame on commit.
  • Refactoring execution.
  • Optimize performance.

1.1.0

18 Feb 07:47
Compare
Choose a tag to compare

Changes:

  • Update docs.
  • Reject requests on unsynced projects.
  • Add addrport for uwsgi.
  • Optimize models.
  • Allow redirect log_file to another place.
  • Fix autocomplete bug.
  • [DEPRECATION] Deprecate Py2.7 before PM2.0.
  • Update libs.

1.0.0

05 Feb 23:45
Compare
Choose a tag to compare

Stable release.

Changes:

  • Refactoring js-code + fixing bugs.
  • Add support for python 3.7.
  • Add branch field on create GIT-project instances.

0.2.8

01 Feb 04:23
Compare
Choose a tag to compare

Changelog:

  • Fixed bug in old pip versions vstconsulting/polemarch#65
  • Fix pagination for templates options, templates variables and for option variables
  • Optimize backend performance
  • Compressed static files
  • Add information about projects variables.

0.2.7

23 Jan 06:23
Compare
Choose a tag to compare

Changelog:

  • Fix realtime output.
  • Add git submodules support.
  • Fix bug with deleting of template variables during template saving.
  • Fix bug with progress bars on Dashboard chart.
  • Update API docs view (generates with examples + add descriptions for params).
  • Removed useless binding of groups and hosts to projects.

0.2.6

28 Dec 11:15
Compare
Choose a tag to compare

Changes:

  • Generate inventory to .yaml instead of .ini
  • Fix bug with execution with non-latin chars
  • Allow to create template without inventory
  • Make whl for pypi with manylinux1 support (faster instalation)
  • Attention! This is our last release, when we make .deb and .rpm packages. It is still possible to make it from sources independently.

0.2.5

14 Dec 11:03
Compare
Choose a tag to compare

Changelog:

  • Add community projects repository
  • Add support for gravatar service
  • Fixed bugs and css styles