Releases: vstconsulting/polemarch
Releases · vstconsulting/polemarch
1.2.0
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
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
Changelog:
- Add project env variables via
variables
start withenv_
in project. openapi_cache_timeout
setting in[web]
for better server performance.- Fixed bug with kombu release.
- Fixed test coverage.
1.1.2
Changelog:
- Add
ansible_password
to hidden fields and fix reponame on commit. - Refactoring execution.
- Optimize performance.
1.1.0
Changes:
- Update docs.
- Reject requests on unsynced projects.
- Add
addrport
foruwsgi
. - Optimize models.
- Allow redirect log_file to another place.
- Fix autocomplete bug.
- [DEPRECATION] Deprecate Py2.7 before PM2.0.
- Update libs.
1.0.0
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
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
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
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
Changelog:
- Add community projects repository
- Add support for gravatar service
- Fixed bugs and css styles