Releases: cloudposse/bastion
Releases · cloudposse/bastion
v1.1.0
Release v1.0.0
Cut Release v1.0.0
v0.9.0
- No changes
v0.8.0
Semver docker tags @max-lobur (#82)
what
- Use semver tags
- For event
refs/tags/v1.2.3
this will push the following tags to the docker hub:1.2.3
,1.2
,latest
why
- To let users pin versions
notes
- release-branch workflow release-drafter must be given a PAT for this, otherwise tag event will not trigger the workflow
https://github.com/cloudposse/github-actions-workflows/pull/49/files
references
https://github.com/docker/metadata-action#semver
v0.7.0
0.6.0
What's Changed
- fix logic on checking RATE_LIMIT_ENABLED and use usermod instead of chsh by @akomlik in #55
- Remove Travis CI by @max-lobur in #68
- Updating all dependencies to latest versions as of 2023 by @jonmchan in #70
- Add Testing Scripts by @jonmchan in #73
- Updating PAM Modules by @jonmchan in #74
- Update Readme by @max-lobur in #75
- Remove stale badges from readme by @max-lobur in #76
- Fix non-zero exit code sshrc scripts to properly close connection by @jonmchan in #77
- Update sshd_config by @paulcalabro in #79
New Contributors
- @akomlik made their first contribution in #55
- @max-lobur made their first contribution in #68
- @jonmchan made their first contribution in #70
Full Changelog: 0.5.1...0.6.0
0.5.1
0.5.0: Add Docker Compose Example (#45)
* add docker-compose with github-authorized-keys and etcd included Signed-off-by: jawabuu <[email protected]> * add script to set because the environment variable is not available when the container starts Signed-off-by: jawabuu <[email protected]> * override authorized-keys-command to write ssh variables separated by space instead of = /TODO Update in source Signed-off-by: jawabuu <[email protected]> * add script to set ssh logLevel, default is INFO Signed-off-by: jawabuu <[email protected]> * bind mount scripts from local script directory Signed-off-by: jawabuu <[email protected]> * add default LOGLEVEL=DEBUG env variable to bastion.env Signed-off-by: jawabuu <[email protected]> * add example env files Signed-off-by: jawabuu <[email protected]> * add README with basic instructions Signed-off-by: jawabuu <[email protected]> * update EOL in README Signed-off-by: jawabuu <[email protected]> * update ssh instructions in README Signed-off-by: jawabuu <[email protected]> * add .gitignore and .dockerignore Signed-off-by: jawabuu <[email protected]> * Format README Signed-off-by: jawabuu <[email protected]> * Format README Signed-off-by: jawabuu <[email protected]>
0.4.4: Updated rootfs/etc/pam.d/duo (#40)
0.4.3: Fix Spelling and Delete Trailing Whitespace (#37)
* Speling! * Delete trailing whitespace * Spleling