Skip to content

Commit e1751f2

Browse files
committed
update the documentation for 0.2.0 release
1 parent aa94a39 commit e1751f2

File tree

2 files changed

+34
-11
lines changed

2 files changed

+34
-11
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## [0.2.0] - 2022-12-16
6+
7+
### Added
8+
9+
- You can now update your LocalStack images from the UI.
10+
11+
### Changed
12+
13+
- We have made some changes in the UI:
14+
- Updates in the control section
15+
- Moved to a table to display saved configurations
16+
- Improved UI for inserting a new configuration
17+
18+
### Fixed
19+
20+
- Made configuration persistent
21+
- Logs are correctly displayed
22+
23+
## [0.1.0] - 2022-10-27
24+
25+
### Added
26+
27+
- Initial version of extension
28+
- Environment variables addition
29+
- UI and files hierarchy changes
30+
- Add `docker` build and publish action
31+
- Refactor the `README` page

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LocalStack empowers developers to use over 75+ AWS services locally while helpin
1111
You can install the LocalStack Extension for Docker Desktop via pulling our public Docker image from Docker Hub:
1212

1313
```bash
14-
docker extension install localstack/localstack-docker-desktop:0.1.0
14+
docker extension install localstack/localstack-docker-desktop:0.2.0
1515
```
1616

1717
To setup the Docker Extension by building the image locally, you can run the following commands:
@@ -53,17 +53,9 @@ To contribute, check out our [issue tracker](https://github.com/localstack/local
5353
$ docker extension dev ui-source localstack/localstack-docker-desktop http://localhost:3000
5454
```
5555

56-
## Changelog
57-
- v0.2.0:
58-
- You can now update your LocalStack images from the UI
59-
- We have made some changes in the UI:
60-
- Updates in the control section
61-
- Moved to a table to display saved configurations
62-
- Improved UI for inserting a new configuration
63-
- Bug fixes:
64-
- Made configuration persistent
65-
- Logs are correctly displayed
56+
## Releases
6657

58+
Please refer to [`CHANGELOG`](CHANGELOG.md) to see the complete list of changes for each release.
6759

6860
## License
6961

0 commit comments

Comments
 (0)