This repository has been archived by the owner on Apr 13, 2020. It is now read-only.
v0.6.0
RELEASE NOTES
[0.6.0] - 2020-04-03
Added
- Enabled
spk ring
commands
Changed
- Refactoring for eslint support and exception chaining.
- Integration test improvements
- Various bug fixes
Changes:
- a319935 Release 0.6.0 (#509)
- 0288bd6 Add error codes to create variable group (#506)
- 343547d Add error codes to ring commands (#501)
- a3d83fe [FEATURE] Simplify inheritance of opt vals for hld install-manifest-pipeline cmd (#503)
- ae7b9ef [HOUSEKEEPING] remove eslint disable from deployment get command (#486)
- 6a11cbe [DOC] on creating and throwing error (#502)
- fe2e40c [FEATURE] add error code to validation function (#491)
- aa4cb12 [FEATURE] Inherit value from config (#488)
- 6b68c46 resolve optional arguments for spk pipeline commands (#493)
- 39286c2 resolve optional arguments for spk pipeline commands (#493)
See More
- e523683 Doc describing first phase of repo migration (#495)
- 54216a8 Increase timeouts (#500)
- 7f8c58e [BUG-FIX] do not prompt for key vault value in spk init command (#492)
- e12df0a Enabling spk ring commands, documentation, smoke tests
- f1f90d0 Rings integration tests: update (#473)
- ebfa1f9 Fix repository name not populated (#496)
- 8f45e74 [FEATURE] have error code and chaining for deployment validate cmd (#490)
- 2758c12 [FEATURE] Add error status code to deployment dashboard command (#485)
- 8fca041 [HOUSEKEEPING] remove page wide eslint disable in project commands (#479)
- c21d4aa Add error codes in reconcile (#494)
- 871828d Better error message in spk project (#484)
- 9397b60 Fixing regression in deployment get (#487)
- 2b76581 [HOUSEKEEPING] Remove page wide eslint disable in files in src/lib (#476)
- 59a8b70 [FEATURE] Error code and exception chain for hld init command (#478)
- a960bf8 [DOC] Design doc for option values inheriting from prop in config.yaml (#483)
- 98f2f92 [FEATURE] Added code to have error chaining in deployment create cmd. (#477)
- 1428442 [HOUSEKEEPING] resolve no-use-before-define eslint in generate infra cmd (#475)
- c624b62 [FEATURE] Completing spk setup command (#464)
- 44c9970 updated unit tests
- 22bf5ca exclude bedrock.yaml in triggers
- a5b5a26 [FEATURE] Add Specific error code for infra generate command (#471)
- 5948d80 [FEATURE] add exception chain to hld add variable group command (#470)
- ec536f8 [HOUSEKEEPING] remove eslint-disable for ring commands (#469)
- 11016d8 [HOUSEKEEPING] resolve no-use-before-define page wide eslint disablement (#467)
- b7d5cd0 Update Exception Handling Design Doc (#465)
- d5a8cc3 [HOUSEKEEPING] remove page-wide eslint-disable for deployment get command (#466)
- b607b20 [BUG-FIX] javascript in cmd doc page does not handle absence of cmd options (#472)
- b160efe [HOUSEKEEPING] resolve page wide no-non-null-assertion eslint-disable (#468)
- 9e4b663 Append variable group to manifest-generation.yaml (#453)
- b6c4c22 Handle exception - first implementation (#446)
- cc8c111 Disable camelCase ESLint Rule
- 0c6cada spk deployment get includes PR column (if available) (#450)
- 55a43c8 Adding design doc template (#462)
- fd486cb Fixing formatting (#461)
- af9ea2d Support for relative paths Design Doc in SPK (#459)
- bcdc1d3 [HOUSEKEEPING] remove eslint-disable for hld reconicle command (#455)
- 5b3e756 Ring name should come from source branch name (#460)
- 59572ef [HOUSEKEEPING] Remove/Comment Out resources related to key vault for … (#458)
- 8a6a84d generate doc for command (#454)
- 7fd1606 [BUG-FIX] added validation to create function (#456)
- e93afc3 Adding https:// (#457)
- 9ec7b37 Change output shorthand back to -o (#451)
- 0e0ba83 [BUG-FIX] validate project and org names (#442)
- 511399c [HOUSEKEEPING] Resolved eslint errors/warning in deployment commands (#452)
- ea8a656 Check that repository exits for installing pipeline (#440)
- 1cc3263 fix eslint warnings/errors in Deployment Dashboard command (#449)
- 8724e40 Added missing docs for the
isDefault
Ring - 44ccb10 updating smoketest validations.sh to work locally on mac with hld variable group. (#448)
- 694a7da Remove CORS integration test function which is no longer needed (#447)
- 74c82ab added logging for generating config.yaml using spk init (#445)
- cb16c22 [DOC-FIX] remove CORS setting requirement (#443)
- 71ebd85 Fix Incorrect Backend SVC for Default IngressRoutes (#441)
- 7611617 defaulting to the service name if no k8s backend name is passed. (#438)
- e3eb3b2 Update jest.config.js (#439)
- f6816a5 [HOUSEKEEPING] Finding broken links in md files and fix them (#432)
- d1862fc Default Routing for isDefault Ring (#427)
- a7c2ce4 increase yaml linewidth for config.yaml
- e7af763 Add Git prereq (#431)
- bb4f0df Fixing bug 1210 (#430)
- e96489a Improve introspection integration test (#429)
- fa9eaf8 Phase 1 documentation for moving
spk
repo intobedrock
with phased approach (#399) - 75b3584 Dev Tools Upgrades
- 7f38950 deprecate spk infra validate (#436)
- bf01091 Update infra-validations.sh (#428)
- 614bee9 spk rings integration test (#394)
- db4f224 [BUG] Fixed tests in variableGroup.ts (#419)
- fc56b19 Updating pipelines (build and lifecycle) to have updated failure cases based on if there are any git commits to be made (#426)
- be744de [FEATURE] Add lifecycle and build pipelines in spk setup command (#420) [ #402 ]
- fa89421 Update azurecredentials.ts (#425)
- 331bc30 Closes microsoft/bedrock#1082 (#423)
- d8f290c Attempt to fix on board error (2nd Attempt) (#424)
- 6398bbf attempt to fix introspection test failure (#422)
- 47ff16d Show introspection onboard output (#421)
- 6c2685d [FEATURE] Supporting introspection configuration setup in spk init -interactive command (#415)
- 51648b2 Fix broken in pipeline (#418)
- e6eba57 SPK generated pipelines should log the version of SPK (#411)
- 078cbc6 disable eslint camel case check (#417)
- 890b3aa re-word warning messages
- 8c921fe added "quote-props": "preserve" (#413)
- 4af02c5 Delete input1.txt (#414)
- 7b212c9 [FEATURE] scaffold app and helm repo in spk setup command (#398)
- 9018ade [SDD] Supporting introspection in spk init --interactive command (#407)
- 698ef7b [HOUSEKEEPING] Resolve eslint error and warning (#409)
- f4f3eb4 Improve introspection auto generated pipelines (#410)
This list of changes was auto generated.