Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: localstack/localstack-docker-extension

Tags

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(OS response): Fixed issue with http response format on different …

…OS (#57)

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(Startup): Fixed startup issue (#56)

v0.5.3

Toggle v0.5.3's commit message
prepare for v0.5.3

v0.5.2

Toggle v0.5.2's commit message
prepare for v0.5.2

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(5.0): Collection of fixes, mostly due to upgrading DD version (#47)

* Removed useless env variable from config

* Fixed AppBar appearance on new DD version

* Fixed start button if image with no tag is present

* Fixed status page not showing as grid

* Added full auth token support

* Updated to 0.5.1

* added color inherit to appbar to fix remaining inconsistencies

* Added api key mention

v0.5.0

Toggle v0.5.0's commit message
prepare for 0.5.0 release

0.4.2

Toggle 0.4.2's commit message
Merge branch 'main' into update-image-fix

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update image fix (#39)

* Fixed issue of listing subset of images

* added more filter

* bumped up version

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixed bugs with new version (#40)

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Download correct image (#35)

* Now download correct image if not present

* simplified if statement

* Applied review suggestions