Skip to content

Commit fa1269b

Browse files
chore: release 1.0.0
1 parent 3a74022 commit fa1269b

File tree

2 files changed

+136
-1
lines changed

2 files changed

+136
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-10-20)
4+
5+
6+
### ✨ Features
7+
8+
* Add CodeQL security scanning configuration ([15d5ae1](https://github.com/Azure/osdu-spi/commit/15d5ae1273a9604eaf5e1880e416de7277c5ea5c))
9+
* **ci:** Implement release-please automation and enhance workflow security ([80640d9](https://github.com/Azure/osdu-spi/commit/80640d96c349bb671ce63c2deb862cb1e4c166b9))
10+
* Implement dual Dependabot configuration architecture ([1748df8](https://github.com/Azure/osdu-spi/commit/1748df8c3c9b8a80a80c71f5a3b2facbb4d27b90))
11+
* **init:** Replace branch protection with repository rulesets ([469e1d4](https://github.com/Azure/osdu-spi/commit/469e1d461b7897218783338b1eefaee128386265))
12+
* **security:** Work to improve OpenSSF Scorecard results ([87e181a](https://github.com/Azure/osdu-spi/commit/87e181a43593d36734c873af9f995d85d6041a0e))
13+
14+
15+
### 🐛 Bug Fixes
16+
17+
* Add code owners ([18626d6](https://github.com/Azure/osdu-spi/commit/18626d6694378962ef92e0863b96e12e253727b8))
18+
* Add code owners ([cfcbf65](https://github.com/Azure/osdu-spi/commit/cfcbf6595925a2b2f1ec34114dfe3d647cbdbba6))
19+
* Add code owners ([f38fb7f](https://github.com/Azure/osdu-spi/commit/f38fb7fe7483ff0ad58786e870b459328757f746))
20+
* Add required tools array to MCP server configuration ([5bb507b](https://github.com/Azure/osdu-spi/commit/5bb507b23c45014d5ec2c36422bee9b747562063))
21+
* Add required type property to MCP server configuration ([21e5c52](https://github.com/Azure/osdu-spi/commit/21e5c52955fc8136f7e5c321e95a00f136297d5e))
22+
* Address Copilot PR review comments ([c751f31](https://github.com/Azure/osdu-spi/commit/c751f31185841bea9bdb60c0fd7e9c6873330b2c))
23+
* Checkout version ([873b49b](https://github.com/Azure/osdu-spi/commit/873b49b0e1595789671796e0ce93cbeac919bdab))
24+
* **ci:** Add retry logic and connection timeout for Maven dependency resolution ([3a618e5](https://github.com/Azure/osdu-spi/commit/3a618e50c9944811b2886ef3fc5683dfc90ed570))
25+
* **ci:** Add retry logic and connection timeout for Maven dependency resolution ([f3ed9e7](https://github.com/Azure/osdu-spi/commit/f3ed9e7c7aa4354a8eeea10f5ef6c3e2d6a2f688))
26+
* **ci:** Correct retry counter increment in Maven dependency resolution ([6a64504](https://github.com/Azure/osdu-spi/commit/6a64504904c0ad4e2db27097f871ec03759c247c))
27+
* **ci:** Escape special characters in service name substitution and pin CodeQL action versions ([f30b022](https://github.com/Azure/osdu-spi/commit/f30b0225ddfaad5e447c04dbc30bdd86d2256002))
28+
* **ci:** Improve ruleset creation error handling and API compatibility ([873a778](https://github.com/Azure/osdu-spi/commit/873a77854962c0fdf353c1abd5b5cd712ac5e7c4))
29+
* **ci:** Improve workflow deployment error handling and logging ([aa21e37](https://github.com/Azure/osdu-spi/commit/aa21e372057de99b0bc2751dac91421f460fdc15))
30+
* **ci:** Initialize RULESET_FAILED flag in create_ruleset function ([d033a85](https://github.com/Azure/osdu-spi/commit/d033a853180d0afd2ddb56c3b3a530d342b216f4))
31+
* **ci:** Preserve setup scripts before cleanup in init workflow ([5c831df](https://github.com/Azure/osdu-spi/commit/5c831dfce61dfb3bf6684209e766c4cce5faffc9))
32+
* **ci:** Preserve template files before cleanup in initialization workflow ([3817121](https://github.com/Azure/osdu-spi/commit/3817121ee4dba62fe83c36dc2324ac161f29aa12))
33+
* **ci:** Remove incorrect RULESET_FAILED assignment in error handling ([c67ef47](https://github.com/Azure/osdu-spi/commit/c67ef470f4406beca0a93039f4818b442218585e))
34+
* **ci:** Resolve dependabot validation errors and add service name detection ([6e209d3](https://github.com/Azure/osdu-spi/commit/6e209d34be39593b2e3e97ae937c726ae5cffa8e))
35+
* **ci:** Resolve workflow deployment timing and authentication issues ([7a4619a](https://github.com/Azure/osdu-spi/commit/7a4619acab1cd3b6b1fa5a335477f1af7f4e4333))
36+
* **ci:** Resolve workflow push authentication with GH_TOKEN ([e4d9bae](https://github.com/Azure/osdu-spi/commit/e4d9bae3519920350122a03d2078b9d9d2d94980))
37+
* **codeql:** Use build-mode none for all languages ([160964a](https://github.com/Azure/osdu-spi/commit/160964a57c164ac3af3dc5ef8fa9f819ed161903))
38+
* **codeql:** Use compact JSON output to fix language detection failures ([a59b3e6](https://github.com/Azure/osdu-spi/commit/a59b3e6e2f08c3c0d014511ca7dc200fb46bc5bf))
39+
* **codeql:** Use compact JSON output to fix language detection failures ([04b1c82](https://github.com/Azure/osdu-spi/commit/04b1c82744de053aec83180a9944175479262c42))
40+
* **codeql:** Use manual build for multi-module Maven projects ([b61bba0](https://github.com/Azure/osdu-spi/commit/b61bba07d8a154c7330cf595dab45e337d30d251))
41+
* Correct GitHub App token action SHA ([83277f0](https://github.com/Azure/osdu-spi/commit/83277f041419d65ea42a83aae92e1745213d9c73))
42+
* Enable release automation via GitHub App ([de52be3](https://github.com/Azure/osdu-spi/commit/de52be31362c58091399f57ac1251314ae4347a6))
43+
* Ensuring the proper model is used ([bf9efa7](https://github.com/Azure/osdu-spi/commit/bf9efa7be2ff4b37823da2f65cfec8d93d0f9da4))
44+
* Ensuring the proper model is used ([60aab63](https://github.com/Azure/osdu-spi/commit/60aab63deac5bb8bfe3c077c946e960f32a8b0c4))
45+
* Redesign sync-config-applier to work with private template repos ([fe347f8](https://github.com/Azure/osdu-spi/commit/fe347f8331b894758e841d0c3ccc89b67c2537d7))
46+
* Remove Python from template CodeQL scan ([59fc79e](https://github.com/Azure/osdu-spi/commit/59fc79ec84264d3dd22af1e1db3a4df3179bc029))
47+
* Restore local actions before sync-config-applier ([536c841](https://github.com/Azure/osdu-spi/commit/536c841b39a143e3adc38e3307bed8f808679675))
48+
* Restore local actions before sync-config-applier ([ed88979](https://github.com/Azure/osdu-spi/commit/ed889795cfa106448bebfb1e4b6cb310c43c11b8))
49+
* **scorecard:** Use approved codeql-action v3.30.6 for workflow verification ([3a74022](https://github.com/Azure/osdu-spi/commit/3a7402204d5a7a8ff3c0fa6598fa1a37bb13bb67))
50+
* Use correct version tag for create-github-app-token action ([b4d4b57](https://github.com/Azure/osdu-spi/commit/b4d4b57a93dc0048314cf6cb48b6b9e1f2c0159a))
51+
* **validate:** Replace deprecated ebiny action with amannn/action-semantic-pull-request ([eb93d0a](https://github.com/Azure/osdu-spi/commit/eb93d0a963597896bfb9ba968948f78a44a0ffc6))
52+
53+
54+
### ⚡ Performance Improvements
55+
56+
* **codeql:** Add path filters to skip non-code changes ([f7ca158](https://github.com/Azure/osdu-spi/commit/f7ca1584f5dd714018003d6fcd473a42fe7dec2e))
57+
* **codeql:** Add path filters to skip non-code changes ([e0d2fb8](https://github.com/Azure/osdu-spi/commit/e0d2fb835441a55033388901b99f779e5daa5463))
58+
59+
60+
### 📚 Documentation
61+
62+
* Add clarifying comments for Copilot review suggestions ([573376c](https://github.com/Azure/osdu-spi/commit/573376c401d55e5b918e1dbf0e32894ff898ae60))
63+
* **adr:** Add GitHub App authentication strategy decision ([aa04584](https://github.com/Azure/osdu-spi/commit/aa0458409af1b9fc36190b0cba9852ebfa2970ee))
64+
* **ci:** Clarify template repository usage and local actions restoration ([1036be1](https://github.com/Azure/osdu-spi/commit/1036be1a100a4c861061c82a5236d54da47f8f6e))
65+
* **ci:** Remove redundant workflow deployment comment ([d51cf8f](https://github.com/Azure/osdu-spi/commit/d51cf8fcd08dcbd20dfce09ec5e05640bfef113f))
66+
* **ci:** Simplify workflow comments for clarity ([712401f](https://github.com/Azure/osdu-spi/commit/712401f2b966534bd1ea6b460ae7fbbd0cfe0a9e))
67+
* **ci:** Update template_repo_url description for clarity ([06f23f4](https://github.com/Azure/osdu-spi/commit/06f23f4905e74f294978cdc4583d139b557d72f0))
68+
* Fix grammar and hyphenation in documentation ([e11bf62](https://github.com/Azure/osdu-spi/commit/e11bf62ecc471690e4549566e83da7d97690ffe7))
69+
* Remove OPENAI_API_KEY references from initialization workflow ([3ed53ff](https://github.com/Azure/osdu-spi/commit/3ed53ff72c3866d529027bbb711251a5870f0dc3))
70+
* Reorganize and align documentation structure ([136692e](https://github.com/Azure/osdu-spi/commit/136692e07352b5654861e824f697d03ad7f4baa6))
71+
* Simplify MCP server configuration and improve ADR formatting ([fafa34c](https://github.com/Azure/osdu-spi/commit/fafa34c0965dba28fa09f562206732983caa14f2))
72+
* Simplify MCP server configuration and improve ADR formatting ([21c70de](https://github.com/Azure/osdu-spi/commit/21c70dedf23ccecb224287138383f175bc7f33e1))
73+
* **structure:** Reorganize documentation into product and source directories ([566db3e](https://github.com/Azure/osdu-spi/commit/566db3e6211c7513f1e2a754417d59c43b532b1e))
74+
* **terminology:** Update Azure OpenAI references to Azure Foundry ([704563a](https://github.com/Azure/osdu-spi/commit/704563a28a5262970efc4f4dfcd8965645674f2e))
75+
* Update AI documentation to reflect Azure-only approach ([091c844](https://github.com/Azure/osdu-spi/commit/091c8440da812e70b2df63390a2fc11a5a7c7cca))
76+
* **workflows:** Add inline comments explaining token usage and permissions ([b30364a](https://github.com/Azure/osdu-spi/commit/b30364a39e1261cf724a2a949518eb6cf01086c4))
77+
78+
79+
### 💎 Styles
80+
81+
* **ci:** Remove emoji characters from workflow output messages ([9f40fde](https://github.com/Azure/osdu-spi/commit/9f40fde5135d215ee090dac8712dac81b3310620))
82+
83+
84+
### 🔧 Miscellaneous
85+
86+
* **ci:** Simplify dependabot config and add service name detection ([f8ae112](https://github.com/Azure/osdu-spi/commit/f8ae112f531282337dc345394b9c88b55ee61d84))
87+
* Merge main with init workflow refactoring ([713aad0](https://github.com/Azure/osdu-spi/commit/713aad037c7fa28ed6f3289755f36d8f3235682a))
88+
* Remove custom CodeQL workflow in favor of GitHub Advanced Security ([6bb61fd](https://github.com/Azure/osdu-spi/commit/6bb61fdd6c1055873a9f2344ed038636e6c62b37))
89+
90+
91+
### ♻️ Code Refactoring
92+
93+
* **ai:** Remove meta-commit strategy and update to gpt-5-chat ([15015ef](https://github.com/Azure/osdu-spi/commit/15015ef24d982d8b13128df4a9d4f5322c02172d))
94+
* **ai:** Standardize on Azure OpenAI ([919fb80](https://github.com/Azure/osdu-spi/commit/919fb80123620ab7d7d85ccc43adcf439efc7f4f))
95+
* **ai:** Standardize on Azure OpenAI, document sync.yml extraction constraint ([c5e1236](https://github.com/Azure/osdu-spi/commit/c5e12365d2c91fb2450280e9b5ff3f0a1cde0ae4))
96+
* **ci:** Defer workflow deployment to post-merge step ([6fb3322](https://github.com/Azure/osdu-spi/commit/6fb332293c5ae3fc807bcdf54209594141326def))
97+
* **ci:** Extract ruleset creation into reusable function ([4ce14e2](https://github.com/Azure/osdu-spi/commit/4ce14e2372b24cd0b4585081aa7ec123a5fb9026))
98+
* **ci:** Reorder workflow steps for logical security setup sequence ([4881115](https://github.com/Azure/osdu-spi/commit/4881115c67c08e4e3eafc4fc023611a33fb42dbd))
99+
* **codeql:** Use build-mode none for Java to avoid duplicate builds ([fdff5a9](https://github.com/Azure/osdu-spi/commit/fdff5a9f4f9b91699f2439bc9628b0ac785ca8dd))
100+
* Extract workflow scripts into testable composite actions ([ff38662](https://github.com/Azure/osdu-spi/commit/ff3866252a6ef39a0707da698ded2acb8abcccc6))
101+
* Extract workflow scripts into testable composite actions ([be15da2](https://github.com/Azure/osdu-spi/commit/be15da2d4a3a24ef1b3d5635fed9caabd7762033))
102+
* Init workflows ([8fd7eb6](https://github.com/Azure/osdu-spi/commit/8fd7eb6dce33237f0e8b33a852bb7c759544a226))
103+
104+
105+
### 🔨 Build System
106+
107+
* **ci:** Downgrade codeql-action from v4 to v3.30.6 ([94a8b6b](https://github.com/Azure/osdu-spi/commit/94a8b6b4811c14d07c430ac41c0a77573ceea542))
108+
* **ci:** Update create-github-app-token action to v2.1.4 ([6a8c3e4](https://github.com/Azure/osdu-spi/commit/6a8c3e4dcf47f8cbc81aa14a4aa259fee4ea49d8))
109+
* **ci:** Upgrade actions/setup-node from v5 to v6 ([e9c9330](https://github.com/Azure/osdu-spi/commit/e9c9330b6d7a623ddfa59b9abd2b11d5e4de2a50))
110+
* **ci:** Upgrade actions/setup-node from v5 to v6 ([1125ac1](https://github.com/Azure/osdu-spi/commit/1125ac1d6e19328daee821fa97e1aa7041a30c24))
111+
* **ci:** Upgrade CodeQL action from v3 to v4 ([56cb846](https://github.com/Azure/osdu-spi/commit/56cb846e52f02001e4db786ba9e5594a41232a52))
112+
* **deps:** Bump actions/checkout from 4 to 5 ([f3666c0](https://github.com/Azure/osdu-spi/commit/f3666c025322a9655416b1e5645f4a229ad6d7ce))
113+
* **deps:** Bump actions/checkout from 4 to 5 ([0b2c1f7](https://github.com/Azure/osdu-spi/commit/0b2c1f7484150eb1df12c5cfc5a4aa2b71d97d08))
114+
* **deps:** Bump actions/setup-node from 4 to 5 ([a3fb99d](https://github.com/Azure/osdu-spi/commit/a3fb99d8f8a24438270da39121f599f19b2e8d88))
115+
* **deps:** Bump actions/setup-node from 4 to 5 ([40dce5d](https://github.com/Azure/osdu-spi/commit/40dce5d909bd25dcf4f94f8554440ef13b14e47b))
116+
* **deps:** Bump actions/setup-node from 4.1.0 to 5.0.0 ([cb37cca](https://github.com/Azure/osdu-spi/commit/cb37ccaf41bdbe486f311763cb3abf1a6a4fbb8c))
117+
* **deps:** Bump actions/setup-node from 4.1.0 to 5.0.0 ([aff30b9](https://github.com/Azure/osdu-spi/commit/aff30b9c220a0f5f319f7acf97b5ea99d504ce69))
118+
* **deps:** Bump actions/setup-node from 5.0.0 to 6.0.0 ([28102f8](https://github.com/Azure/osdu-spi/commit/28102f8cad2c56fb8858c19478f98b9ac34c2107))
119+
* **deps:** Bump actions/setup-node from 5.0.0 to 6.0.0 ([b267aba](https://github.com/Azure/osdu-spi/commit/b267aba6be01e7a4570207454848926ece9d09c9))
120+
* **deps:** Bump actions/setup-python from 5 to 6 ([1191967](https://github.com/Azure/osdu-spi/commit/1191967eaa1466498cdf9ceb64fb69e6dc34ffc2))
121+
* **deps:** Bump actions/setup-python from 5 to 6 ([5977c95](https://github.com/Azure/osdu-spi/commit/5977c95e50804174019934540a75b6114fb663ab))
122+
123+
124+
### ⚙️ Continuous Integration
125+
126+
* **github:** Enforce code owner and last push approval requirements ([845f987](https://github.com/Azure/osdu-spi/commit/845f987bb8fc19832b18a40b652c20929bdce229))
127+
* Improve OSSF token permissions security ([d14dcc9](https://github.com/Azure/osdu-spi/commit/d14dcc9b312a55ba81f7b90394a9269833471823))
128+
* **release:** Use GitHub App token for release-please authentication ([5e950e5](https://github.com/Azure/osdu-spi/commit/5e950e5069398d2394468b3121c7e6064225b57b))
129+
* **scorecard:** Pin upload-artifact action to commit hash for security ([fb3872a](https://github.com/Azure/osdu-spi/commit/fb3872a2d2f95b2454a5eb9c7c34bef0b288868a))
130+
* **security:** Add OpenSSF Scorecard workflow ([50b779a](https://github.com/Azure/osdu-spi/commit/50b779afe05746eaf223db7eaeb38558eb762900))
131+
* **security:** Add OpenSSF Scorecard workflow for security analysis ([924b775](https://github.com/Azure/osdu-spi/commit/924b775582881ecf0e4dfebd932bed1feea210ea))
132+
* **workflow:** Reorder branch protection and security setup steps ([4cbd080](https://github.com/Azure/osdu-spi/commit/4cbd08021339d58fe885424ea25e62eabc34feac))
133+
* **workflows:** Move permissions to job level for security best practices ([39d7c9f](https://github.com/Azure/osdu-spi/commit/39d7c9f4245ec8affec74f0ce996ac5b96a7dd1d))
134+
* **workflows:** Pin GitHub App token action to commit SHA ([5c9e015](https://github.com/Azure/osdu-spi/commit/5c9e0151d024921afba635eaca445d09a24d7522))
135+
* **workflows:** Replace GH_TOKEN with GitHub App authentication ([b244458](https://github.com/Azure/osdu-spi/commit/b244458de1dd866303290892f66402c2b86b3646))

0 commit comments

Comments
 (0)