Skip to content
Tags give the ability to mark specific points in history as being important
  • 1.3.0 protected
    1a8a1109 · 1.3.0 ·
    1.3.0
    
    Changelog:
    * Add PWA support and use native static cache system.
    * Update libs.
    * Fix bug with clearing history output on ERROR.
    
    See merge request polemarch/ce!152
  • 1.2.2 protected
    87d70bef · 1.2.2 ·
    1.2.2
    
    Changelog:
    * Fix bug in some GitPython versions.
    * Add playbook for better review code in OpenStack environments.
    
    See merge request polemarch/ce!150
  • 1.2.1 protected
    221cef90 · 1.2.1 ·
    1.2.1
    
    Changelog:
    * Update libs (`drf-yasg` and `pyyaml`).
    * Update `bootstrap` and `moment.js` for security reasons.
    * Generate password button.
    
    See merge request polemarch/ce!147
  • 1.2.0 protected
    c1182912 · Fixed build on tags ·
    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 protected
    65687292 · Fixed build on tags. ·
    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 protected
    c5f5470f · 1.1.3 ·
    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 protected
    8c43d068 · 1.1.2 ·
    Changelog:
    *  Add `ansible_password` to hidden fields and fix reponame on commit.
    *  Refactoring execution.
    *  Optimize performance.
  • 1.1.0 protected
    75c3b2c0 · 1.1.0 ·
    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 protected
    First 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 protected
    a7043010 · 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 protected
    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 protected
    1fbd4f2a · Fix build wheels ·
    Changelog:
    *  Generate inventory to yaml insted of ini
    *  Fix bug with execution with non-latin chars
    *  Allow to create template without inventory
    *  Make whl for pypy with manylinux1 support (faster instalation)
  • 0.2.5 protected
    b3e02d67 · Release 0.2.5 ·
    Changelog:
    * Add community projects repository
    * Add support for gravatar service
    * Fixed bugs and css styles
  • 0.2.4 protected
    642e5695 · Release 0.2.4 ·
    Changelog:
    * Fix logo in the sidebar;
    * Fix bug with non staff users;
    * Fix import inventory from project page;
    * Fix sync of GIT projects with tags.
  • 0.2.3 protected
    2a74c73f · Release 0.2.3 ·
    Changelog:
    
    *  Update to AdminLTE 3 and Bootstrap 4
    *  GUI skins and manual customization
    *  Generate GUI with more restfull style (read and edit views)
    *  Load modules from project (if it has `DOCUMENTATION`)
    *  Readable view for modules documentation
    *  Fixed migrations with MySQL/MariaDB
    *  Optimized (stoped) requests from inactive tabs
    *  Grouped buttons on small screens
  • 0.2.2 protected
    6d5a96d7 · Release 0.2.2 ·
    Changes:
    
    * Support for `.polemarch.yaml` (look to documentation)
    * Hide useless buttons in history view
    * Updated interval field in Periodic tasks
    * Cut revision in history lists by 8 chars
    * Relative links in Project Information field
    * GUI tests
  • 0.2.1 protected
    289b0165 · Release 0.2.1 ·
    Polemarch 0.2.1 changes:
    
    * Import inventory from text
    * Autoupdate time parametr in user settings
    * Search in templates by options and variables
    * Fix bug with systemd
    * Fix small GUI bugs
  • 0.2.0 protected
    acfe77a1 · Release 0.2.0 ·
    Polemarch 0.2.0
    
    * api v2 - revised and improved version of API.
    * autogenerated GUI - from this moment, Polemarch analyses API schema and according to its properties
      generates GUI automatically. Autogenerated GUI makes Polemarch workflow clear and gives us opportunity
      to implement new features as fast, as possible. All we need to do is just to make some updates in API!
    * static cache was added to Polemarch GUI.
    * pm_ansible - new module, which Polemarch uses for ansible tasks execution. You can install it to any virtual_env:
      ```
       [main]
       executor_path = /venv/bin/python -m pm_ansible
      ```  
      and if you need to install some module, that Polemarch does not support by default,
      you can install it in virtual_env, where pm_ansible is installed.
    * new GIT section in settings: [git.clone] and [git.fetch]. Now you can add some GIT settings easily. For example,
      ```
      [git.clone]
      jobs=4	
      ```  
    * one polemarch service instead of two - we combined Polemarch worker and Polemarch web into one service.
    * support of redis - now Polemarch is able to support redis as cache service, as lock service and as message broker.
  • 0.1.13 protected
    490197fe · Release 0.1.13 ·
    Changes:
    *  Add list of templates to projects
    *  Fix some bugs with mobile app and browser
  • 0.1.12 protected
    2aab2982 · Fix debian build ·
    Changelog:
    * Fix migrations (just try to remigrate)
    * Fix GUI history stdout
    * Optimize requests in dashboard
    * Fix for Py3.X versions (querysets for hooks calls instead manager calls)
    * Fix favicon
    * Update `vstutils==1.1.6`