-
Notifications
You must be signed in to change notification settings - Fork 13
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
Automatic cache cleanup #857
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…omatic-cache-cleanup
…ages when running dev and also remove images from the same component with a service name no longer in use
…into automatic-cache-cleanup
…omatic-cache-cleanup
…omatic-cache-cleanup
… stdout output when deleting imges
…omatic-cache-cleanup
…omatic-cache-cleanup
…rchitect-cli into automatic-cache-cleanup
…omatic-cache-cleanup
…omatic-cache-cleanup
TylerAldrich
approved these changes
Mar 16, 2023
…rchitect-cli into automatic-cache-cleanup
…omatic-cache-cleanup
ryan-cahill
approved these changes
Mar 16, 2023
…omatic-cache-cleanup
…rchitect-cli into automatic-cache-cleanup
github-actions bot
pushed a commit
that referenced
this pull request
Apr 19, 2023
# [1.39.0-rc.4](v1.39.0-rc.3...v1.39.0-rc.4) (2023-04-19) ### Features * **dev:** Automatic cache cleanup ([#857](#857)) ([8b46457](8b46457))
github-actions bot
pushed a commit
that referenced
this pull request
Apr 20, 2023
# [1.39.0-arc-custom-ingress-tls-3.2](v1.39.0-arc-custom-ingress-tls-3.1...v1.39.0-arc-custom-ingress-tls-3.2) (2023-04-20) ### Bug Fixes * **dev:** Require dev port selected is 80, 443, or between 1024-65535 ([#895](#895)) ([c35a27b](c35a27b)) * **error:** Provide better error messages when you have conflicting subdomains ([3d8b2e1](3d8b2e1)) * **spec:** Add safe float type to avoid precision loss on yaml.load ([#894](#894)) ([e14e0cd](e14e0cd)) ### Features * **dev:** Automatic cache cleanup ([#857](#857)) ([8b46457](8b46457)) * **init:** Handle Docker Compose environment variable interpolation formats ([#881](#881)) ([6c30882](6c30882)) * **tls:** Added tls support ([b42ab75](b42ab75))
github-actions bot
pushed a commit
that referenced
this pull request
Apr 26, 2023
# [1.39.0](v1.38.0...v1.39.0) (2023-04-26) ### Bug Fixes * **dev:** Require dev port selected is 80, 443, or between 1024-65535 ([#895](#895)) ([c35a27b](c35a27b)) * **error:** Provide better error messages when you have conflicting subdomains ([3d8b2e1](3d8b2e1)) * **exec:** Catch error when trying to hit accounts endpoint and fallback to allowing user to select a local env ([#897](#897)) ([8cd0732](8cd0732)) * **revert:** Revert deprecation warnings for liveness_probe keys ([cc7653d](cc7653d)) * **spec:** Add safe float type to avoid precision loss on yaml.load ([#894](#894)) ([e14e0cd](e14e0cd)) ### Features * **dev:** Automatic cache cleanup ([#857](#857)) ([8b46457](8b46457)) * **init:** Handle Docker Compose environment variable interpolation formats ([#881](#881)) ([6c30882](6c30882)) * **spec:** deprecate liveness_probe port and path keys ([#896](#896)) ([9e2104c](9e2104c))
🎉 This PR is included in version 1.39.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Original version by @ryan-cahill and @TylerAldrich Just made it work in the background.