Skip to content

Releases: Food-X-Technologies/foodx_devops_tools

0.16.0: Feature/rcs/eliminate puff map (#136)

13 Apr 20:09
7fd56d4
Compare
Choose a tag to compare
  • eliminate need for puff_map.yml configuration files.

fix dependency specification

06 Apr 16:04
a01d88b
Compare
Choose a tag to compare
  • tilde dependency versions used incorrectly pinning releases and causing installation errors with "peer" packages

dependency updates

04 Apr 19:06
fa7900d
Compare
Choose a tag to compare
  • bring dependencies up to date.

profiling logging

03 Mar 15:43
6f9a5dd
Compare
Choose a tag to compare
  • add logging of deployment, frame, application, step elapsed times

concurrency mitigation

23 Feb 16:27
b2a7961
Compare
Choose a tag to compare
  • temporary work-around to the az login concurrency problem; login once per frame instead of per application step

new template context parameters

31 Jan 19:38
a298aa1
Compare
Choose a tag to compare
  • context.environment.azure.subscription_id
  • context.environment.azure.tenant_id
  • context.environment.resource_group

fix script step puff_map checks

25 Jan 20:31
0cf155e
Compare
Choose a tag to compare
0.12.2

restore missing puff_map script mapping test (#123)

ansible dependency change

20 Jan 19:48
17c85b3
Compare
Choose a tag to compare
  • allow latest 5.x ansible releases.

`script` application step

20 Jan 19:00
d26921b
Compare
Choose a tag to compare

The usual jinja2 template context data is available to the script step.

...
  steps:
    - name: name-for-status-logging
      script: |
        echo "{{ context.tags.frame_name }}"
        az account show

event driven status

10 Dec 16:41
57d1bf1
Compare
Choose a tag to compare
  • change from polling deployment status to event driven status