azure-pipelines-vscode/CHANGELOG.md

81 строка
1.9 KiB
Markdown
Исходник Обычный вид История

2018-08-01 18:00:40 +03:00
# Change Log
2018-08-13 20:51:49 +03:00
All notable changes to the Azure Pipelines extension will be documented in this file.
2018-08-01 18:00:40 +03:00
2018-08-13 20:51:49 +03:00
The format is based on [Keep a Changelog](http://keepachangelog.com/). Versioning follows an internal Azure DevOps format that is not compatible with SemVer.
2018-08-01 18:00:40 +03:00
2020-01-22 23:21:30 +03:00
## 1.165.1
2020-01-22 23:12:25 +03:00
### Fixed
- update a few dependencies
2020-01-22 16:36:03 +03:00
## 1.165.0
### Fixed
2020-01-22 16:41:27 +03:00
- updated schema to M163
2020-01-22 16:36:03 +03:00
- editor.autoIndent setting is updated from a bool to a string
## 1.157.5
### Added
- Added YAML Templates and detection logic for Function App
## 1.157.4
### Added
- Added an option to browse the pipeline targeting Azure Resource.
## 1.157.3
### Fixed
- Azure Repos scenario for `Configure Pipeline` where url contains DefaultCollection
## 1.157.2
### Added
- Added troubleshooting steps in README
## 1.157.1
### Fixed
- Azure Repos scenario for `Configure Pipeline`
2019-08-19 16:52:32 +03:00
## 1.157.0
### Added
Bug Fixes and updated README.md file (#250) * merge master from main repo (#17) * Bump version * Bump version * WS-2019-0032 * changelog * CVE-2019-10744 * 1. Removed fixed as the vulnerability was not yet shipped (#18) * 1. Removed fixed as the vulnerability was not yet shipped 2. Changed added message * updated the change log message * Update package.json to remove vulnerable package lodash.template. (#16) * modified comments in yaml files (#19) * Users/hiyada/bugbashfixes (#42) * Fixed null reference to header of UrlBased request object. * Fixed templates packaging structure for cross plat. * Fixed handling ssh git url's for GitHub and Azure Repos * Added loop and error message for commit and push pipeline * Changed select folder dialog box button label and telemetry for workspace. * fixing 'toLowerCase' error message * resolved comments * Bugbash bug fixes (#43) * bugbash bug fixes * undo changes in commonHelper * Support for working directory (#46) * BugFixes (#45) * Handled remoteUrl with trailing / Set timeout for SPN creation * escaped the '.' in regex for node app matching * resolved comments * removed not required parameter * removed duplicate * handled trailing slash for all remote url's in common class * Logging error messages to azure-pipelines output channel and debug console log * changed ssh based url to https url for repo * removing console.log * reducing the number of retries to 20 from 100 * Validate github PAT is not empty (#48) * Remove unnecessary links in messages (#49) * Remove unnecessary links in messages * review comments * Updated README.MD and added image resource (#50) * Updated README.MD and added image resource * resolved comments * fix some wording (#53)
2019-09-04 10:04:23 +03:00
- Added "Configure Pipeline" option in Command Palette (Ctrl+Shift+P) and File Explorer. This will configure a continuous integration (CI) and deployment (CD) pipeline to Azure Windows Web App
2019-08-19 16:52:32 +03:00
## 1.155.0
### Fixed
- Updated to M155 schema including some new tasks
- Several improvements to validation and auto-complete
2019-05-13 21:23:50 +03:00
## 1.152.0
### Added
- Support for `stages` and other new schema
## 1.147.2
### Fixed
- Partial support for expressions
## 1.147.1
### Fixed
- Support aliases for task inputs
## 1.145.2
### Fixed
- Identify required task inputs
2018-12-04 23:57:44 +03:00
## 1.145.1
### Fixed
- updated to latest tasks in schema
2018-12-07 00:00:20 +03:00
- allow expressions in some properties, including "condition"
2018-12-04 23:57:44 +03:00
2018-11-26 22:33:04 +03:00
## 1.145.0
2018-11-16 17:58:47 +03:00
### Fixed
- link to correct GitHub repo in package.json
2018-11-26 22:33:04 +03:00
- several YAML correctness bugs
2018-11-16 17:58:47 +03:00
2018-11-05 17:02:11 +03:00
## 1.144.0
### Fixed
- LF vs CRLF line endings caused the validator to lose its place
- removed several invalid auto-complete suggestions
- enforce first property in some constructs
2018-11-05 17:02:11 +03:00
2018-08-13 20:51:49 +03:00
## 1.141.0 - 2018-09-05
### Added
- Initial release
- Syntax highlighting for Azure Pipelines files
- Intellisense for Azure Pipelines files