Skip to content

Commit 107c4c8

Browse files
committed
Changelog for 0.16.0
1 parent d3edc5c commit 107c4c8

3 files changed

Lines changed: 2139 additions & 1 deletion

File tree

.cicd/buildspec_layer.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ phases:
3232
commands:
3333
- python --version
3434
- poetry build
35-
- python setup.py sdist bdist_wheel
3635
- BUILD_WHL=`find . -name "ecs_compose*.whl" -type f`
3736
- echo $BUILD_WHL
3837
- PY_BUILD=python/lib/python${PY_VERSION}/site-packages/

HISTORY.rst

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,79 @@
22
History
33
=======
44

5+
0.16.0 (2021-08-19)
6+
======================
7+
8+
This release adds features that revolve around the monitoring of applications by supporting
9+
Prometheus and AWS CloudWatch integration integration making it easy for users to collect metrics
10+
for Prometheus enabled applications.
11+
12+
It also improves the docker experience for users that wish to automatically use the docker image digest instead of tags,
13+
and for users of AWS ECR, allows to perform an image scan of the indicated image prior to continue the process.
14+
15+
Fixed docs and trying to steer towards a CLI usage with docker for new starters to avoid python environments problems.
16+
17+
New features
18+
--------------
19+
20+
* b81d444 x-alarms schema validation (#494) (John Preston)
21+
* 604dbfe docker images digest substitution (#492) (John Preston)
22+
* a2c740e Battletesting prometheus and EMF processors (#491) (John Preston)
23+
* f19899b Adding docs, tests, and lib dependency to enable prometheus (#488) (John Preston)
24+
* c67d3c9 Adding some prometheus support (#472) (John Preston)
25+
* d92a1ca Adding x-ssm_parameters macro parameters (John Preston)
26+
* e956203 Better ECR display conditions (John Preston)
27+
* ae10da7 Add successful notice output for ECR Scan (John Preston)
28+
* b307f6d Feature - x-ssm (#486) (John Preston)
29+
* de345c1 Feature x-ecr interpolate digest (#482) (John Preston)
30+
* c448650 Adding ECR Scan at execution time (#478) (John Preston)
31+
* cd441d8 Adding x-dashboards feature (#476) (John Preston)
32+
* 6c2e95e Cognito ALB app profile creation (#475) (John Preston)
33+
* 9ae02ff Feature - Lookup codeguru profiler (#468) (John Preston)
34+
* 56156b0 Using codeguru at top level (#462) (John Preston)
35+
* 1e6016a CLI Feature: `plan` (#459) (John Preston)
36+
37+
Improvements
38+
-------------
39+
40+
* 381aab9 Adding ECR Scan reporter lib to CLI and macro (John Preston)
41+
* 3650792 Matching PEP0440 RC syntax (John Preston)
42+
* dc903fb Changing docs theme (John Preston)
43+
* 25b3e7b Using poetry env commands to make life easier (John Preston)
44+
* 507b917 Pyproject black settings update (John Preston)
45+
* 024852f Fixes and new features to help with life comfort (John Preston)
46+
* 2d778d2 Updated deps (John Preston)
47+
* fadab75 Updating dependency (John Preston)
48+
* fd99dbb Using more of common compose_x lib (John Preston)
49+
* cef8f1e Removing cognito init override (John Preston)
50+
* 6aa54ea Not using sphinx-material to generate sitemap.xml (John Preston)
51+
* b5e1d63 Using common lib for keyisset and keypresent (John Preston)
52+
* 043d787 use Poetry and pyproject.toml (#483) (John Preston)
53+
* 7aff79e Added x-ecr docs for scans (#479) (John Preston)
54+
* 79c3346 Addind DL stats. (John Preston)
55+
* 280b0f6 Newer docker image source (John Preston)
56+
* dbfd70c Docs improvements (#467) (John Preston)
57+
58+
59+
Fixes
60+
------
61+
62+
* 923ee23 Fixing docs(#497) (John Preston)
63+
* 2a7cc3e Adding exception for bucket init creation in us-east-1 (#496) (John Preston)
64+
* 8c6a159 Fix/subnets must belong to same vpc (#493) (John Preston)
65+
* d2d9ba4 Fix missing return and outputs for new SSM Parameters (John Preston)
66+
* 42b442f Fix docs buildspec (John Preston)
67+
* 6297604 Fix layer buildspec (John Preston)
68+
* 7c72014 Fixing build for docs and manifest (John Preston)
69+
* 7da9538 Indentation fix (John Preston)
70+
* 2390d23 Fixing loop and scan report return (#480) (John Preston)
71+
* 14de30c Fixing setup.py for extra (John Preston)
72+
* 3b30cf7 Fixing pyproject version (John Preston)
73+
* 3131973 Bug fixes (#473) (John Preston)
74+
* 40d0195 Fixed missing env vars via lookup (#466) (John Preston)
75+
* 6306ed0 Fixing S3 perms bug and adding s3 to JSON specs (#464) (John Preston)
76+
77+
578
0.15.0 (2021-05-13)
679
===================
780

0 commit comments

Comments
 (0)