All notable changes to this project will automatically be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- fix: Update actor to match current value for Tag Protection (#78) @fatbasstard
Full Changelog: https://github.com/schubergphilis/terraform-github-mcaf-repository/compare/v1.5.1...v1.5.2
- bug: template is added every plan (#77) @Plork
Full Changelog: https://github.com/schubergphilis/terraform-github-mcaf-repository/compare/v1.5.0...v1.5.1
- feat: allow pull_request_bypassers for automated PR's (#76) @Plork
- fix: Examples protected branches, add missing branch_protection map (#74) @stefanwb
Full Changelog: https://github.com/schubergphilis/terraform-github-mcaf-repository/compare/v1.4.0...v1.5.0
- feat: Add option to disable force push branch protection (#72) @stefanwb
- fix: Update the examples for master/main protected (#73) @stefanwb
Full Changelog: https://github.com/schubergphilis/terraform-github-mcaf-repository/compare/v1.3.0...v1.4.0
- feature: add archive_on_destroy argument to the github_repository resource (#71) @sdevriessbp
Full Changelog: https://github.com/schubergphilis/terraform-github-mcaf-repository/compare/v1.2.2...v1.3.0
- fix: Fix tag protection refactor (#70) @fatbasstard
Full Changelog: https://github.com/schubergphilis/terraform-github-mcaf-repository/compare/v1.2.1...v1.2.2
- fix: Refactor tag protection resources (#69) @fatbasstard
Full Changelog: https://github.com/schubergphilis/terraform-github-mcaf-repository/compare/v1.2.0...v1.2.1
- feat: Add Squash merge commit message/title (#68) @fatbasstard
- documentation: Correct use_branch_protection example (#67) @fatbasstard
Full Changelog: https://github.com/schubergphilis/terraform-github-mcaf-repository/compare/v1.1.1...v1.2.0
- bug: remove duplicate restrict_pushes (#66) @fatbasstard
Full Changelog: https://github.com/schubergphilis/terraform-github-mcaf-repository/compare/v1.1.0...v1.1.1
- feature: environment variables & branch_pattern support (#65) @fatbasstard
Full Changelog: https://github.com/schubergphilis/terraform-github-mcaf-repository/compare/v1.0.0...v1.1.0
- breaking: create and set branch configuration using
var.branches
(#61) @shoekstra - feat: Upgrade to GitHub provider v6.0 (#62) @ninadpage
Full Changelog: https://github.com/schubergphilis/terraform-github-mcaf-repository/compare/v0.12.0...v1.0.0
- misc(tests): Add basic Terraform test (#63) @shoekstra
Full Changelog: https://github.com/schubergphilis/terraform-github-mcaf-repository/compare/v0.11.0...v0.12.0
- feat : Add homepage_url support (#64) @sbkg0002
Full Changelog: https://github.com/schubergphilis/terraform-github-mcaf-repository/compare/v0.10.0...v0.11.0
- feature: Add tag protection support (#58) @fatbasstard
- fix: Support managing files in non-default branches (#59) @shoekstra
Full Changelog: https://github.com/schubergphilis/terraform-github-mcaf-repository/compare/v0.9.0...v0.10.0
- feat: Use foreach for team permissions (#56) @fatbasstard
Full Changelog: https://github.com/schubergphilis/terraform-github-mcaf-repository/compare/v0.8.0...v0.9.0
- enhancement: Add maintainers by @fatbasstard in #55
Full Changelog: https://github.com/schubergphilis/terraform-github-mcaf-repository/compare/v0.7.0...v0.8.0
- enhancement: introduce optional variables in the environment var and improve the way we create github environments (#54) @marwinbaumannsbp
- enhancement: introduce optional variables in the environment var and improve the way we create github environments (#54) @marwinbaumannsbp
Full Changelog: https://github.com/schubergphilis/terraform-github-mcaf-repository/compare/v0.6.0...v0.7.0
- bug: up the github minimum provider version, the current minimum version is not compatible with the current codebase (#52) @marwinbaumannsbp