Skip to content

Commit 6e16be9

Browse files
committed
Release v2.1.0
1 parent 6fb4e72 commit 6e16be9

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

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+
1022
## [2.0.1](https://github.com/coder/code-marketplace/releases/tag/v2.0.1) - 2023-12-08
1123

1224
### Fixed

helm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.0.1
18+
version: 1.1.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v2.0.1"
24+
appVersion: "v2.1.0"

0 commit comments

Comments
 (0)