Skip to content

Releases: uc-cdis/gen3config

2.1.0

02 Jan 23:04
c518b67

Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

Upgrade iteration behavior

18 Nov 16:30
28e4332

Choose a tag to compare

Release Notes

For: uc-cdis/gen3config

Notes since tag: 1.1.0

Notes to tag/commit: 28e4332

Generated: 2024-11-18

Breaking Changes

  • To be consistent with the behaviour of a dictionary, iterating through the
    config object would only yield a key instead of a key,value pair. Use
    .items() to replicate the key,value pair functionality. (#22)

Upgrade to poetry and update deps

18 Apr 18:28
67a964e

Choose a tag to compare

Release Notes

For: uc-cdis/gen3config
Notes since tag: 1.0.0
Notes to tag/commit: 67a964e
Generated: 2023-04-18

Improvements

  • upgrade to poetry (#21)
  • Removing Veracode scanning pipeline (#18)
  • Removing Veracode scanning pipeline (#17)

Dependency Updates

  • various updates (#21)

1.0.0

10 Jun 19:55
81680d8

Choose a tag to compare

Release Notes

For: uc-cdis/gen3config

Notes since tag: 0.1.9

Notes to tag/commit: 1.0.0

Generated: 2022-06-10

Breaking Changes

  • Require Python 3.9 (#16)
  • Drop support for Python 2.7 and 3.5 (#13)

Dependency Updates

  • bump jinja up to ~=3.0.0 (#13)
  • Bumps urllib3 from 1.26.4 to 1.26.5.
    (#12)

handle nesting for defaults

25 May 16:29
612f18d

Choose a tag to compare

Release Notes

For: uc-cdis/gen3config
Notes since tag: 0.1.8
Notes to tag/commit: 612f18d
Generated: 2021-05-25

Improvements

  • nested vars like '{{BASE_URL}}' will get properly replaced in the default
    configuration even if the var is NOT overridden by a provided cfg (#11)

Dependency Updates

  • Bumps py from 1.8.0 to 1.10.0. (#10)

0.1.8

26 Aug 21:05
78d3f53

Choose a tag to compare

Release Notes

For: uc-cdis/gen3config

Notes since tag: 0.1.7

Notes to tag/commit: 0.1.8

Generated: 2020-08-26

Dependency Updates

  • cdiserrors to 1.0.0 (#9)

New Features

  • Added .secinclude to include all relevant files needed for veracode scan.
    (#8)
  • Added .secexclude to explicitly remove any unneeded files. (#8)
  • Added Jenkinsfile.security for the veracode security organization in
    Jenkins to scan this repo regularly. (#8)

dependency updates

30 May 15:57
5fdca0d

Choose a tag to compare

Release Notes

For: uc-cdis/gen3config

Notes since tag: 0.1.6

Notes to tag/commit: 0.1.7

Generated: 2019-05-30

Dependency Updates

  • update to cdislogging 1.0 (#7)
  • bump pyyaml to 5.1 (#6)

dependency update for security vulnerability

23 Apr 18:51
d31cf66

Choose a tag to compare

Release Notes

For: uc-cdis/gen3config

Notes since tag: 0.1.5

Notes to tag/commit: 0.1.6

Generated: 2019-04-23

Dependency Updates

  • update dependencies for security (#5)

dependency update for security vulnerability

15 Apr 19:40
b47db71

Choose a tag to compare

Release Notes

For: uc-cdis/gen3config

Notes since tag: 0.1.4

Notes to tag/commit: 0.1.5

Generated: 2019-04-15

Improvements

  • Do type check instead of catching non-descriptive error for template
    rendering (#3)

Dependency Updates

  • Update jinja2 b/c of security vulnerability (#4)

bug fix for template parsing, less strict dependencies

21 Mar 19:03
cd0c273

Choose a tag to compare

Release Notes

For: uc-cdis/gen3config

Notes since tag: 0.1.2

Notes to tag/commit: 0.1.4

Generated: 2019-03-21

Bug Fixes

  • handle template parsing exception without bailing on configuration parsing,
    just use provided value without template-replacing (#2)

Dependency Updates

  • Be less picky with six, just make sure it's the major version 1 (#2)