|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +## v1.0.0 |
| 6 | + |
| 7 | +### Commits |
| 8 | + |
| 9 | +- **[WIT-249] Some SPs provisioning status endpoint incorrectly reports completed for non existent tokens** |
| 10 | + > |
| 11 | + > ##### New features and improvements |
| 12 | + > |
| 13 | + > - Aligns the interface specification version to version 2.2.0 |
| 14 | + > - Includes a Postman collections with some examples |
| 15 | + > |
| 16 | + > ##### Related issue |
| 17 | + > |
| 18 | + > Closes WIT-249 |
| 19 | + > |
| 20 | + > |
| 21 | +
|
| 22 | +- **[WIT-249] Some SPs provisioning status endpoint incorrectly reports completed for non existent tokens** |
| 23 | + |
| 24 | +- **Resolve WIT-287 "Update mwaa deployment"** |
| 25 | + |
| 26 | +- **[WIT-204] HLD documentation for MWAA SP** |
| 27 | + |
| 28 | +- **[WIT-195] API version field in OpenAPI spec is set to implementing server version** |
| 29 | + |
| 30 | +- **[WIT-199] Documentation** |
| 31 | + |
| 32 | +- **Resolve WIT-50 "Update mwaa helm chart"** |
| 33 | + |
| 34 | +- **[WIP] feature: custom-changes-mwaa** |
| 35 | + |
| 36 | +- **[#8] Resolve "Add file name prefix in the unprovision method"** |
| 37 | + |
| 38 | +- **Resolve "Minor improvements"** |
| 39 | + > |
| 40 | + > ##### New features and improvements |
| 41 | + > |
| 42 | + > - Inserted a prefix folder dags and source inside the mwaa manager `executeProvision` function call |
| 43 | + > - Prefix also for the dag file name that ends up in the airflow so it looks like $componentIdentifier(without componentName).$dag_name |
| 44 | + > |
| 45 | + > ##### Related issues |
| 46 | + > |
| 47 | + > Closes #7 |
| 48 | +
|
| 49 | +- **[#6] Resolve "Deploy MWAA sp"** |
| 50 | + > |
| 51 | + > ##### New features and improvements |
| 52 | + > |
| 53 | + > - Implemented k8s deployment |
| 54 | + > - Changed s3Client initialization in order to include WebIdentity |
| 55 | + > |
| 56 | + > ##### Related issues |
| 57 | + > |
| 58 | + > Closes #6 |
| 59 | +
|
| 60 | +- **[#5] Resolve "Fix a little bug inside provision and unprovision"** |
| 61 | + > |
| 62 | + > ##### Bugs fixed |
| 63 | + > |
| 64 | + > - Fixed a bug for subfolders handling |
| 65 | + > |
| 66 | + > ##### Related issues |
| 67 | + > |
| 68 | + > Closes #5 |
| 69 | +
|
| 70 | +- **[#2] Resolve "Import aws sdk the right way"** |
| 71 | + > |
| 72 | + > ##### New features and improvements |
| 73 | + > |
| 74 | + > - Added provision API |
| 75 | + > - Added unprovision API |
| 76 | + > - Imported aws sdk library |
| 77 | + > - Added an example of descriptor to pass to the provision and unprovision API (it is called pr_descriptor_mwaasp.yaml) |
| 78 | + > |
| 79 | + > ##### Related issues |
| 80 | + > |
| 81 | + > Closes #2 |
| 82 | +
|
| 83 | +- **[#3] Resolve "Make akka http request to airflow"** |
| 84 | + > |
| 85 | + > ##### New features and improvements |
| 86 | + > |
| 87 | + > - Added `/provision` API |
| 88 | + > - Added docker-compose to start airflow locally |
| 89 | + > - Set up the logs |
| 90 | + > - Updated README with how to run airflow locally |
| 91 | + > |
| 92 | + > ##### Related issues |
| 93 | + > |
| 94 | + > Closes #3 |
| 95 | +
|
| 96 | +- **Init** |
0 commit comments