Skip to content

Commit 0981197

Browse files
chore(main): release 1.0.0 (#14)
🤖 I have created a release *beep* *boop* --- ## [1.0.0](v0.19.2...v1.0.0) (2025-12-11) ### ⚠ BREAKING CHANGES * 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. ### Features * Add repository rulesets ([#12](#12)) ([353fcdf](353fcdf)) * Drop support for the deprecated GitHub Projects ([#9](#9)) ([ccafd33](ccafd33)) * **iluwaa:** Add support for `security_and_analysis` ([#2](#2)) ([2e3e2b9](2e3e2b9)) * **rsmets:** include_all_branches from template ([#19](#19)) ([522845b](522845b)) * **tobiasehlert:** Add support for is alphanumeric in autolink reference ([#16](#16)) ([4274008](4274008)) ### Bug Fixes * Fetch only teams required for environments ([#17](#17)) ([ec995bc](ec995bc)) * Remove ruleset settings not available in v6.2 ([#18](#18)) ([9577e44](9577e44)) * Validate 'pages' is defined correctly. ([#8](#8)) ([7a87fc2](7a87fc2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 522845b commit 0981197

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ 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+
* **rsmets:** include_all_branches from template ([#19](https://github.com/gaima8/terraform-github-repository/issues/19)) ([522845b](https://github.com/gaima8/terraform-github-repository/commit/522845b8d7b0d9f5b9d4685fbae66f52253ad79a))
21+
* **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))
22+
23+
24+
### Bug Fixes
25+
26+
* 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))
27+
* 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))
28+
* 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))
29+
830
## [0.19.2]
931

1032
### Features

0 commit comments

Comments
 (0)