-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
156 additions
and
173 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
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,26 +1,59 @@ | ||
# Changelog | ||
|
||
## 2.1.0 (2022.01.06) | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
### Added | ||
### Changed | ||
### Fixed | ||
### Removed | ||
|
||
## [2.2.0] - 2024-02-25 | ||
|
||
### Changed | ||
- Rename .tool-versions to local.tool-versions to indicate it is only used locally | ||
- Replace distillery with mix release | ||
|
||
### Fixed | ||
- Upgrade Elixir to 1.16 | ||
- Upgrade Ubuntu to 22.04 | ||
- Add Circle CI executors | ||
- Bump actions/checkout to v4 | ||
- Upgrade Phoenix to 1.7 | ||
- Use YAML formatted ansible host config | ||
|
||
## [2.1.0] - 2022-01-06 | ||
|
||
### Fixed | ||
- Upgrade Phoenix to 1.6.6 | ||
- Upgrade Elixir to 1.13 | ||
- Use official elixir docker image for development | ||
- Use IP 0.0.0.0 for local phoenix server | ||
|
||
|
||
- Fix: Upgrade Phoenix to 1.6.6 | ||
- Fix: Upgrade Elixir to 1.13 | ||
- Fix: Use official elixir docker image for development | ||
- Fix: Use IP 0.0.0.0 for local phoenix server | ||
## [2.0.1] - 2021-05-26 | ||
|
||
### Added | ||
- Add CI for testing boilerplate (Martin Sandström) | ||
|
||
## 2.0.1 (2021.05.26) | ||
### Fixed | ||
- Move SSL handling to Nginx (Martin Sandström) | ||
|
||
- New: Add CI for testing boilerplate (Martin Sandström) | ||
- Fix: Move SSL handling to Nginx (Martin Sandström) | ||
|
||
## [2.0.0] - 2021-05-11 | ||
|
||
## 2.0.0 (2021.05.11) | ||
### Added | ||
- Use Nginx as a server proxy (Martin Sandström) | ||
- Add way of runnign dock containeraized and local version of Elixir (Martin Sandström) | ||
- Add command for cleaning up scaffolded files (Martin Sandström) | ||
- Add MIT license | ||
|
||
- New: Use Nginx as a server proxy (Martin Sandström) | ||
- New: Add way of runnign dock containeraized and local version of Elixir (Martin Sandström) | ||
- New: Add command for cleaning up scaffolded files (Martin Sandström) | ||
- New: Add MIT license | ||
- Fix: Add security | ||
- Fix: Upgrade Elixir to 1.11 (Martin Sandström) | ||
- Fix: Upgrade Phoenix to 1.5 (Martin Sandström) | ||
- Fix: Use PostgreSQL 12 (Martin Sandström) | ||
### Fixxed | ||
- Add security | ||
- Upgrade Elixir to 1.11 (Martin Sandström) | ||
- Upgrade Phoenix to 1.5 (Martin Sandström) | ||
- Use PostgreSQL 12 (Martin Sandström) |
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
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
webservers: | ||
hosts: | ||
prod1: | ||
ansible_user: deploy | ||
ansible_port: 22 | ||
ansible_host: example.com | ||
stage_name: prod |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
webservers: | ||
hosts: | ||
stage1: | ||
ansible_user: deploy | ||
ansible_port: 22 | ||
ansible_host: stage.example.com | ||
stage_name: stage |
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 was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.