File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+ ## [ 2.1.0] ( https://github.com/coder/code-marketplace/releases/tag/v2.1.0 ) - 2023-12-21
11
+
12
+ ### Changed
13
+
14
+ - The duration of the cache used when listing/searching extensions is now
15
+ configurable with ` --list-cache-duration ` . The default is still one minute.
16
+
17
+ ### Added
18
+
19
+ - Local storage will also use a cache for listing/searching extensions
20
+ (previously only Artifactory storage used a cache).
21
+
10
22
## [ 2.0.1] ( https://github.com/coder/code-marketplace/releases/tag/v2.0.1 ) - 2023-12-08
11
23
12
24
### Fixed
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1.0.1
18
+ version : 1.1.0
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " v2.0.1 "
24
+ appVersion : " v2.1.0 "
You can’t perform that action at this time.
0 commit comments