forked from aspiredu/heroku-tailscale-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from sundaycarwash/remove-proxychains
remove proxychains
- Loading branch information
Showing
18 changed files
with
304 additions
and
662 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,37 @@ | ||
## Unreleased | ||
|
||
* Update README to include mention of serving application to only users in your | ||
Tailnet. | ||
- Update README. | ||
|
||
## 1.1.2 | ||
|
||
- Remove proxychains. | ||
|
||
## 1.1.1 (2023-06-15) | ||
|
||
* Swap the ``_`` character for ``-`` in the hostname for | ||
- Swap the `_` character for `-` in the hostname for | ||
the DYNO environment variable. | ||
|
||
## 1.1.0 (2023-06-15) | ||
|
||
* Updated the default TAILSCALE_HOSTNAME to be ``[commit]-[dyno]-[appname]``. | ||
- Updated the default TAILSCALE_HOSTNAME to be `[commit]-[dyno]-[appname]`. | ||
This requires [Heroku Labs runtime-dyno-metadata](https://devcenter.heroku.com/articles/dyno-metadata) to be enabled. | ||
|
||
## 1.0.1 (2023-06-15) | ||
|
||
* Added ``TAILSCALE_BUILD_EXCLUDE_START_SCRIPT_FROM_PROFILE_D`` build environment variable | ||
- Added `TAILSCALE_BUILD_EXCLUDE_START_SCRIPT_FROM_PROFILE_D` build environment variable | ||
to control when the tailscale script starts. | ||
|
||
## 1.0.1 (2023-06-13) | ||
|
||
* Updated default tailscale version from 1.40.0 to 1.42.0 | ||
- Updated default tailscale version from 1.40.0 to 1.42.0 | ||
|
||
## 1.0.0 (2023-05-11) | ||
|
||
* Implement buildpack sourcing ideas from | ||
- Implement buildpack sourcing ideas from | ||
https://github.com/moneymeets/python-poetry-buildpack, | ||
https://github.com/heroku/heroku-buildpack-pgbouncer and | ||
tailscale-docker and tailscale-heroku. | ||
* Move the process to start tailscale into the .profile.d/ script. | ||
* Only start Tailscale when the auth key is present in the environment | ||
- Move the process to start tailscale into the .profile.d/ script. | ||
- Only start Tailscale when the auth key is present in the environment | ||
variables. | ||
* Create a ``heroku-tailscale-test.sh`` script for easier testing/verification. | ||
- Create a `heroku-tailscale-test.sh` script for easier testing/verification. |
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
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
Oops, something went wrong.