Skip to content

Commit

Permalink
Merge pull request #2 from lpchaim/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--release-please-action

chore(main): release 0.2.0
  • Loading branch information
lpchaim authored Jan 13, 2024
2 parents 5c339fb + eaab0f3 commit d891311
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Changelog

## [0.2.0](https://github.com/lpchaim/homelab/compare/v0.1.0...v0.2.0) (2024-01-13)


### Features

* **terraform-nix:** Add homepage config files ([4c0eff8](https://github.com/lpchaim/homelab/commit/4c0eff88bee1136faa4500b6c0981df2b81369d5))
* **terraform-nix:** Add Jellyfin service ([8419166](https://github.com/lpchaim/homelab/commit/84191666e7200d170b72f215bc14b7a3861bc051))
* **terraform-nix:** Add sops-nix secret management ([c4b2087](https://github.com/lpchaim/homelab/commit/c4b2087dc7780c0638f710cbc59c646f39cde244))
* **terraform-nix:** Add traefik config files ([e5943d5](https://github.com/lpchaim/homelab/commit/e5943d53901a3a118644d35013d62852ec810ed9))
* **terraform-nix:** Build service tarballs ([1a092eb](https://github.com/lpchaim/homelab/commit/1a092ebf987f5f1811ea230148a973513c67d81f))
* **terraform-nix:** Change package outputs ([adf9522](https://github.com/lpchaim/homelab/commit/adf9522264c0233134d5e4ff5fab016637c710e7))
* **terraform-nix:** Configuration improvements ([bad2577](https://github.com/lpchaim/homelab/commit/bad257755960464017d6522d862a51f1d9ee3066))
* **terraform-nix:** Implement base module ([c1a14c0](https://github.com/lpchaim/homelab/commit/c1a14c089bd53fece9e424bbf96809af7a311fa9))
* **terraform-nix:** Implement basic docker config file templating utils ([277ac88](https://github.com/lpchaim/homelab/commit/277ac88a383b1ca9b91b36fe3d64470f620f2e7e))
* **terraform-nix:** Initial crowdsec implementation ([fb58b36](https://github.com/lpchaim/homelab/commit/fb58b362ea052dcdaece02c7959133599bf39c37))
* **terraform-nix:** Initial docker implementation ([abeff90](https://github.com/lpchaim/homelab/commit/abeff9022f0cae2b1c8bbff2265670053b400e9b))
* **terraform-nix:** Initial traefik implementation ([8368b23](https://github.com/lpchaim/homelab/commit/8368b23cf7242d2b2fb58f20413470a463fc0876))
* **terraform-nix:** Misc flake tweaks ([bc96b4f](https://github.com/lpchaim/homelab/commit/bc96b4f6446263a7894cdadc2857290956dbaff4))
* **terraform-nix:** Output generation improvements ([e1a333c](https://github.com/lpchaim/homelab/commit/e1a333c4ddb6107d52ddadcde888e45b386b59b5))
* **terraform-nix:** Overhaul LXC definition ([85c6cac](https://github.com/lpchaim/homelab/commit/85c6cac8e8c5f099023db59a7810a2e3306c1431))
* **terraform-nix:** Proper themepark docker service ([24c352f](https://github.com/lpchaim/homelab/commit/24c352f719867a80f876e82b88d07d7bad877f57))
* **terraform-nix:** Secret module tweaks ([f76e28d](https://github.com/lpchaim/homelab/commit/f76e28d7d8a806a0fbb6103f769676b7504020f2))
* **terraform-nix:** Split docker configuration into categories ([0db50d1](https://github.com/lpchaim/homelab/commit/0db50d11f11e8e2e674741070232dc3704450610))
* **terraform-nix:** Terraform enhancements ([0fe144e](https://github.com/lpchaim/homelab/commit/0fe144e505f11a46696dc2ea26adf6b71785f71d))
* **terraform-nix:** TF deploy enhancements ([5f21176](https://github.com/lpchaim/homelab/commit/5f211760a0a1c26c0f011cba484d084d20fa28bb))
* **terraform-nix:** Update terraform-nix ([563890b](https://github.com/lpchaim/homelab/commit/563890bdbf8b16fbe956eb168fbc006e6fa21bcf))
* **terraform-nix:** vscode setting tweaks ([ac44171](https://github.com/lpchaim/homelab/commit/ac4417166d1d259d65360bb4ea5448092e3206d2))


### Bug Fixes

* **jellyfin:** Nixpkgs 23.05 compatibility ([084b9cd](https://github.com/lpchaim/homelab/commit/084b9cdd90a127b827a8e11d9f29860e344252f4))
* **terraform-nix:** Add workaround for LXC online detection ([536c77b](https://github.com/lpchaim/homelab/commit/536c77b705e40f1675c75d19116ecfafafffcce6))
* **terraform-nix:** Docker fixes ([306b5c3](https://github.com/lpchaim/homelab/commit/306b5c3617ede39ec2192027a8d814194d9b57cb))
* **terraform-nix:** Have NixOS manage IPs by default ([2cdd48d](https://github.com/lpchaim/homelab/commit/2cdd48d3124976a6eb181c0f486deffba23895d8))
* **terraform-nix:** Ignore mountpoint["storage"] ([72fb028](https://github.com/lpchaim/homelab/commit/72fb028b9ac68e8ce6c219f251b2adc1796e91d7))
* **terraform-nix:** Misc service fixes ([1170ca4](https://github.com/lpchaim/homelab/commit/1170ca454724b90a82856ab3b9cc2ca76615630c))
* **terraform-nix:** Mountpoints state ([29f7c54](https://github.com/lpchaim/homelab/commit/29f7c54bb557848356170e8e3c0757c6bd8a02c8))
* **terraform-nix:** Update docker compose command ([f77dea2](https://github.com/lpchaim/homelab/commit/f77dea27fb46f7e986141c17f32f4f80b8b27c19))
* **terraform-nix:** Update docker compose disabling strategy ([ccdf8b3](https://github.com/lpchaim/homelab/commit/ccdf8b3557c87cb7e312b4c5215438540ec6c85e))

## 0.1.0 (2023-12-11)


Expand Down

0 comments on commit d891311

Please sign in to comment.