Skip to content

Commit 715c998

Browse files
chore(main): release 1.0.0
1 parent 4274008 commit 715c998

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.0](https://github.com/gaima8/terraform-github-repository/compare/v0.19.2...v1.0.0) (2025-12-11)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* Support for classic GitHub Projects has been removed. All resources related to projects are no longer created, and input variables for configuring projects have been deleted. Users relying on these features must update their configurations.
14+
15+
### Features
16+
17+
* Add repository rulesets ([#12](https://github.com/gaima8/terraform-github-repository/issues/12)) ([353fcdf](https://github.com/gaima8/terraform-github-repository/commit/353fcdfd0cc703024367c058a062a80e8e3c46c7))
18+
* Drop support for the deprecated GitHub Projects ([#9](https://github.com/gaima8/terraform-github-repository/issues/9)) ([ccafd33](https://github.com/gaima8/terraform-github-repository/commit/ccafd3302b967e32f227c4b82fda336eec9c8755))
19+
* **iluwaa:** Add support for `security_and_analysis` ([#2](https://github.com/gaima8/terraform-github-repository/issues/2)) ([2e3e2b9](https://github.com/gaima8/terraform-github-repository/commit/2e3e2b9f8e914c3a108702d6c9d101aff4a60cef))
20+
* **tobiasehlert:** Add support for is alphanumeric in autolink reference ([#16](https://github.com/gaima8/terraform-github-repository/issues/16)) ([4274008](https://github.com/gaima8/terraform-github-repository/commit/42740081e69bb725c08f1f55df7ee74e1d8455e9))
21+
22+
23+
### Bug Fixes
24+
25+
* Fetch only teams required for environments ([#17](https://github.com/gaima8/terraform-github-repository/issues/17)) ([ec995bc](https://github.com/gaima8/terraform-github-repository/commit/ec995bc80a6e979c7b855195050d2c949c86843f))
26+
* Remove ruleset settings not available in v6.2 ([#18](https://github.com/gaima8/terraform-github-repository/issues/18)) ([9577e44](https://github.com/gaima8/terraform-github-repository/commit/9577e449104564d50ebb067beb65375034bf2d57))
27+
* Validate 'pages' is defined correctly. ([#8](https://github.com/gaima8/terraform-github-repository/issues/8)) ([7a87fc2](https://github.com/gaima8/terraform-github-repository/commit/7a87fc24e4b44a7cffcc00ee0c25e6d57781e1f7))
28+
829
## [0.19.2]
930

1031
### Features

0 commit comments

Comments
 (0)