Fix issue where getting empty consul in discovery
[dcaegen2/platform/cli.git] / dcae-cli / 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 ## [2.10.1]
9
10 * Fix DCAEGEN2-402
11
12 ## [2.10.0]
13
14 * Make server url (url to webserver that has static artifacts like json schemas) a configuration parameter
15 * Seeding configuration is no longer a fatal issue
16 * Setup database connection via manual user inputs if seed config not there
17 * Seeding profiles is no longer a fatal issue
18 * Dynamically fetch Docker login credentials from Consul to use to authenticate when creating Docker client.
19 * Make docker login key into a configuration param
20 * Clean up the hard coupling to the user configuration particularly in the discovery module
21
22 ## [2.9.0]
23
24 * Add data format generate command
25 * Fix issue with data router config keys
26
27 ## [2.8.1]
28
29 * Improve error message when inputs map is missing item. Show the specific parameters that are causing issues.
30
31 ## [2.8.0]
32
33 * Enhance to support parameters that are sourced at deployment
34 * Provide new command line arg --inputs-file
35 * Use inputs file to bind values to generated configuration for parameters that have been specified to be `sourced_at_deployment` true.
36
37 ## [2.7.0]
38
39 * Rip out Docker related code and use common python-dockering library
40     - Using 1.2.0 of python-dockering supports Docker exec based health checks
41 * Add support for volumes
42 * Add support for special DNS configuration in Docker containers to enable use of Consul DNS interface
43
44 ## [2.6.0]
45
46 * Use port mappings from component spec when running Docker containers
47
48 ## [2.5.0]
49
50 * Define the data structure for the input dmaap map items for data router that are passed in `--dmaap-file`. Enhance the json schema.
51 * Create the appropriate delivery url
52 * Enhance spec validation for cdap. Throw error when cdap specs have data router subscribes.
53 * Verify container is up in order to construct and to display data router subscriber delivery urls
54
55 ## [2.4.0]
56
57 * 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.
58 * Group config keys by `streams_publishes`, `streams_subscribes`, and `services_calls` in generating the application config for both Docker and CDAP
59
60 ## [2.3.2]
61
62 * 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.
63 * Fix misleading "missing downstream component" warning that should be an error.
64
65 ## [2.3.1]
66
67 * Fix issue where components with dashes can't be found when running components that depend upon them.
68 EDIT: This one addressed the issue in the catalog
69
70 ## [2.3.0]
71
72 * Enhance the `component dev` command to print all the environment variables needed to work with the platform for development
73 * Display the component type in the `catalog list` view
74
75 ## [2.2.0]
76
77 * 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.
78
79 ## [2.1.0]
80
81 * (Re)Initialize both config and profiles by first grabbing files from Nexus
82 * Change `--reinit` to be eager and to be used to reinit config and profiles
83 * Remove *default* profile
84 * Replace the use of backports.tempfile with a combo of pytest `tmpdir` and `monkeypatch`
85
86 ## [2.0.0]
87
88 * Update sqlalchemy and catalog to support postgres and remove mysql support. Still compatible with sqlite.
89 * Add the `catalog` command used to tap into the shared catalog
90 * Change the `component` and the `data_format` command to be for the particular user of the dcae-cli
91 * Changes to support component spec v3: folding of the auxilary specs into the component spec and adding of the property artifacts
92 * Add the ability to publish components and data formats
93
94 ## [1.6.0]
95
96 * 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.
97
98 ## [1.5.0]
99
100 * 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.
101 * Make json schema remote file paths configurable.
102
103 ## [1.4.0]
104
105 * 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.
106
107 ## [1.3.0]
108
109 * Fix queries to find unhealthy and defective instances to force dashes to be dots to ensure proper matching
110
111 ## [1.2.0]
112
113 * Expand the undeploy command to include undeploying defective instances
114 * Remove suffix from name to fix mis-naming
115
116 ## [0.12.0]
117
118 * Go back to setting of uid, expose setting of db url
119 * Add ability to *reinit* configuration via `--reinit`
120
121 ## [0.11.0]
122
123 * Make CDAP Paramaters follow parameters definitions