Update to Application properties and Version Change in Catalog Service Issue-ID:DCAEG...
[dcaegen2/platform.git] / mod / onboardingapi / ChangeLog.md
1 # Change Log
2
3 All notable changes to this project will be documented in this file.
4
5 The format is based on [Keep a Changelog](http://keepachangelog.com/) 
6 and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
9 ## [2.12.1]
10
11 * Run as non-root
12
13 ## [2.12.0]
14
15 * Add HTTP support using Flask/flask-restplus
16 * Add APIs for component (list, show, add, update, status change)
17 * Add APIs for data format (list, show, add, update, status change)
18 * Change the default value for `enforce_image` from true to false
19 * Enhance Docker image creation to generate the dcae-cli configuration at runtime rather than at build time
20 * Fix format_description to handle no description case
21 * Add filtering by name, version for GET /components
22 * Modify server url in start.sh to point to new spec file
23 * Change dcae cli version in start.sh to 2.12.0
24 * Change werkzeug dependency version in setup.py
25
26 ## [2.11.3]
27
28 * Fix Format class definition of "description" to match JSON schema
29
30 ## [2.11.2]
31
32 * Upgrade to use docker 4.x.x from docker-py 1.x.x
33
34 ## [2.11.1]
35
36 * Change to policy reconfiguration functions to pass consul_host as a parameter
37
38 ## [2.11.0]
39
40 * Add Policy Configuration Support.
41 * Update and improve the Help Text that is displayed to the user.
42 * Component Spec schema additions for parameters section (policy, volumes).
43 * Component Spec schema updates to make the following required: (designer_editable, sourced_at_deployment, policy_editable).
44
45 ## [2.10.2]
46
47 * Fix dependency conflict with python-consul
48 * Fix psycopg2 warning by requiring psycopg2-binary
49 * Use Docker client from env when checking images
50
51 ## [2.10.1]
52
53 * Fix DCAEGEN2-402
54
55 ## [2.10.0]
56
57 * Make server url (url to webserver that has static artifacts like json schemas) a configuration parameter
58 * Seeding configuration is no longer a fatal issue
59 * Setup database connection via manual user inputs if seed config not there
60 * Seeding profiles is no longer a fatal issue
61 * Dynamically fetch Docker login credentials from Consul to use to authenticate when creating Docker client.
62 * Make docker login key into a configuration param
63 * Clean up the hard coupling to the user configuration particularly in the discovery module
64
65 ## [2.9.0]
66
67 * Add data format generate command
68 * Fix issue with data router config keys
69
70 ## [2.8.1]
71
72 * Improve error message when inputs map is missing item. Show the specific parameters that are causing issues.
73
74 ## [2.8.0]
75
76 * Enhance to support parameters that are sourced at deployment
77 * Provide new command line arg --inputs-file
78 * Use inputs file to bind values to generated configuration for parameters that have been specified to be `sourced_at_deployment` true.
79
80 ## [2.7.0]
81
82 * Rip out Docker related code and use common python-dockering library
83     - Using 1.2.0 of python-dockering supports Docker exec based health checks
84 * Add support for volumes
85 * Add support for special DNS configuration in Docker containers to enable use of Consul DNS interface
86
87 ## [2.6.0]
88
89 * Use port mappings from component spec when running Docker containers
90
91 ## [2.5.0]
92
93 * Define the data structure for the input dmaap map items for data router that are passed in `--dmaap-file`. Enhance the json schema.
94 * Create the appropriate delivery url
95 * Enhance spec validation for cdap. Throw error when cdap specs have data router subscribes.
96 * Verify container is up in order to construct and to display data router subscriber delivery urls
97
98 ## [2.4.0]
99
100 * Define the data structure for the input dmaap map items that are passed in `--dmaap-file`. Create and use json schema for validation and applying defaults.
101 * Group config keys by `streams_publishes`, `streams_subscribes`, and `services_calls` in generating the application config for both Docker and CDAP
102
103 ## [2.3.2]
104
105 * Fix issue where components with dashes can't be found when running components that depend upon them. This one addressed the issue in the catalog and in the config creation part of discovery.
106 * Fix misleading "missing downstream component" warning that should be an error.
107
108 ## [2.3.1]
109
110 * Fix issue where components with dashes can't be found when running components that depend upon them.
111 EDIT: This one addressed the issue in the catalog
112
113 ## [2.3.0]
114
115 * Enhance the `component dev` command to print all the environment variables needed to work with the platform for development
116 * Display the component type in the `catalog list` view
117
118 ## [2.2.0]
119
120 * Add fields `cli_version` and `schema_path` to both the components and data formats tables to be used as metadata which can be used for debugging.
121
122 ## [2.1.0]
123
124 * (Re)Initialize both config and profiles by first grabbing files from Nexus
125 * Change `--reinit` to be eager and to be used to reinit config and profiles
126 * Remove *default* profile
127 * Replace the use of backports.tempfile with a combo of pytest `tmpdir` and `monkeypatch`
128
129 ## [2.0.0]
130
131 * Update sqlalchemy and catalog to support postgres and remove mysql support. Still compatible with sqlite.
132 * Add the `catalog` command used to tap into the shared catalog
133 * Change the `component` and the `data_format` command to be for the particular user of the dcae-cli
134 * Changes to support component spec v3: folding of the auxiliary specs into the component spec and adding of the property artifacts
135 * Add the ability to publish components and data formats
136
137 ## [1.6.0]
138
139 * Enhance `component run` to take in dmaap json using the `--dmaap-file` option. This is used to generate configuration that will provide client-side dmaap configuration.
140
141 ## [1.5.0]
142
143 * Enhance `component dev` to take in dmaap json using the `--dmaap-file` option. This is used to generate configuration that will provide client-side dmaap configuration.
144 * Make json schema remote file paths configurable.
145
146 ## [1.4.0]
147
148 * Enhance component list view to show running instances. The standard view shows number of deployments associated with a component and an expanded view that show details of those deployments.
149
150 ## [1.3.0]
151
152 * Fix queries to find unhealthy and defective instances to force dashes to be dots to ensure proper matching
153
154 ## [1.2.0]
155
156 * Expand the undeploy command to include undeploying defective instances
157 * Remove suffix from name to fix mis-naming
158
159 ## [0.12.0]
160
161 * Go back to setting of uid, expose setting of db url
162 * Add ability to *reinit* configuration via `--reinit`
163
164 ## [0.11.0]
165
166 * Make CDAP Parameters follow parameters definitions