-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
Warden 0.2.0 Release #79
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
… configs - issue #29
…s; added livereload labels natively to php-fpm container and native multi-domain support via wildcards
# Conflicts: # CHANGELOG.md # commands/usage.help
The upstream image broke the use of TCP forwards when upgrading the base image from Alpine 3.6 to 3.10 which has AllowTcpForwarding=no by default vs yes. Options TCP_FORWARDING was added shortly therafter.
# Conflicts: # CHANGELOG.md # commands/usage.help
… below for why On macOS a file at /etc/resolver/test is used to route only queries for *.test to the dnsmasq container. This works and only queries for .test domains are routed (and previously were logged) by the dnsmasq container. On Linux systems however, the only way to setup on name resolution for *.test domains is to configure the network manager to send all queries through the dnsmasq container. As @talesh pointed out, this poses a potential privacy issue for those linux users among us. This mitigates that by disabling the logging by default. Logging may still be enabled by going to https://dnsmasq.warden.test/ in a browser, and altering the loaded configuration.
…revent breaking changes in that base image from upsetting the tunnel
…atically re-instate the needed configuration Resolves #59
…interactive shell
…er specified type
…o1 env type Resolves #48
…es-warden to images directory
…e undue builds of images unaffected by changes
Collapse Docker Images Into Warden Project Repository
* Moved some images around; update tags; change builds to push to quay.io * Updated environments to utilize images from quay.io * Added images to quay for rabbitmq and redis * Added images for mariadb and mailhog * Fixed incorrect tag on php-debug for magento2 env type * Force build of all images on quay branch * Revert "Force build of all images on quay branch" This reverts commit a1c305a.
…the "ubuntu:bionic" layers downloaded by mariadb images
…g `warden env <command> -h`
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.
Highlights
magento2
environment type; docs pageBYPASS_VARNISH
flag for simple means of sending requests directly to Nginx if need be.env-init
now dumps all version variables to.env
file to lock them so future updates to Warden won't change versions on existing project configurations.Full Details
For complete details, please see the change log:
https://docs.warden.dev/changelog.html#version-0-2-0-2020-01-27
Many thanks to the individuals contributing to the creation of the Warden 0.2.0 release including @wcrb15, @lbajsarowicz and @molotovbliss.