Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make 0.13.1 the default version of localstack #391

Merged
merged 1 commit into from
Dec 17, 2021
Merged

Conversation

orlangure
Copy link
Owner

@orlangure orlangure commented Dec 17, 2021

Since 0.13.0 localstack support lazy loading of services, which should
make the container available faster. This version would now be the
default, but 0.12.2 which was the default before now has its own test to
make sure it still works.

Closes #356

Since 0.13.0 localstack support lazy loading of services, which should
make the container available faster. This version would now be the
default, but 0.12.2 which was the default before now has its own test to
make sure it still works.
@orlangure orlangure self-assigned this Dec 17, 2021
@codecov-commenter
Copy link

codecov-commenter commented Dec 17, 2021

Codecov Report

Merging #391 (5a5d4d3) into master (dc391b6) will decrease coverage by 1.46%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #391      +/-   ##
==========================================
- Coverage   85.98%   84.52%   -1.47%     
==========================================
  Files          48       48              
  Lines        2255     2255              
==========================================
- Hits         1939     1906      -33     
- Misses        164      195      +31     
- Partials      152      154       +2     
Impacted Files Coverage Δ
preset/localstack/preset.go 93.02% <100.00%> (ø)
preset/cassandra/options.go 0.00% <0.00%> (-100.00%) ⬇️
preset/cassandra/preset.go 3.44% <0.00%> (-89.66%) ⬇️
preset/postgres/preset.go 84.21% <0.00%> (-2.64%) ⬇️
docker.go 90.09% <0.00%> (-1.00%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dc391b6...5a5d4d3. Read the comment docs.

@orlangure orlangure merged commit f3f0cc0 into master Dec 17, 2021
@orlangure orlangure deleted the localstack-13 branch December 17, 2021 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Localstack v0.13.0: support "available" status in addition to "running"
2 participants