Commit c77b186 Jacob Woffenden
authored
1 parent c7e1aa8 commit c77b186 Copy full SHA for c77b186
File tree 4 files changed +26
-4
lines changed
4 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 1
- <!-- markdownlint-disable MD003 -->
1
+ <!-- markdownlint-disable MD003 MD024 -->
2
2
# Changelog
3
3
4
4
All notable changes to this project will be documented in this file.
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 0.0.3] - 2024-02-01
12
+
13
+ ### Added
14
+
15
+ - Kubernetes extension (` ms-kubernetes-tools.vscode-kubernetes-tools ` )
16
+
11
17
## [ 0.0.2] - 2024-01-31
12
18
13
19
### Changed
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " kubernetes" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"name" : " Kubernetes" ,
5
5
"description" : " Installs the Kubernetes CLI" ,
6
6
"options" : {
9
9
"description" : " Version of the Kubernetes CLI to install" ,
10
10
"default" : " latest"
11
11
}
12
+ },
13
+ "customizations" : {
14
+ "vscode" : {
15
+ "extensions" : [" ms-kubernetes-tools.vscode-kubernetes-tools" ]
16
+ }
12
17
}
13
18
}
Original file line number Diff line number Diff line change 1
- <!-- markdownlint-disable MD003 -->
1
+ <!-- markdownlint-disable MD003 MD024 -->
2
2
# Changelog
3
3
4
4
All notable changes to this project will be documented in this file.
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 0.0.3] - 2024-02-01
12
+
13
+ ### Added
14
+
15
+ - Terraform extension (` HashiCorp.terraform ` )
16
+
11
17
## [ 0.0.2] - 2024-01-31
12
18
13
19
### Changed
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " terraform" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"name" : " Terraform" ,
5
5
"description" : " Installs the Terraform CLI" ,
6
6
"options" : {
9
9
"description" : " Version of the Terraform CLI to install" ,
10
10
"default" : " latest"
11
11
}
12
+ },
13
+ "customizations" : {
14
+ "vscode" : {
15
+ "extensions" : [" HashiCorp.terraform" ]
16
+ }
12
17
}
13
18
}
You can’t perform that action at this time.
0 commit comments