Releases: gemini-cli-extensions/devops
Releases · gemini-cli-extensions/devops
v0.1.0 build
What's Changed
- misc fixes: added prompt, refactored server and added MCP client tes by @haroonc in #3
- Added local RAG by @haroonc in #4
- Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 in /local-rag by @dependabot[bot] in #1
- Bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 in /local-rag by @dependabot[bot] in #2
- Add a test client for quick debugging by @yeshwanth1993 in #6
- Add /deploy command to extension and update tests by @urvi-p in #5
- Add cloudbuild yaml with lint and test steps by @yeshwanth1993 in #7
- Ci pipeline by @yeshwanth1993 in #9
- Modify cloud build to be multi step, use /workspace for cache by @yeshwanth1993 in #10
- Added GitHub release, RAG generation and MCP tools by @haroonc in #12
- Refactor Artifact registry and IAM tools and client, add integration tests by @yeshwanth1993 in #14
- Refactor Cloud Storage tools and client by @urvi-p in #16
- Refactor Cloud Run tools and client by @urvi-p in #17
- Setup a nightly GitHub release by @haroonc in #13
- Refactor dev connect libraries and tools by @yeshwanth1993 in #15
- Proper use of cloud build client libs, refactor and introduce new tools, added tests by @yeshwanth1993 in #18
- Remove broken cloud deploy by @yeshwanth1993 in #19
- Add integration tests for cloud storage and cloud run by @urvi-p in #20
- Refactor cloud storage tools to ListBucketsTool and UploadSourceTool by @urvi-p in #21
- Consolidate cloudrun tools and add ListServices tool by @urvi-p in #22
- Add secret scanning capabilities by @yeshwanth1993 in #23
- Increase mcp server timeout to 5 mins. by @urvi-p in #29
- Fix list methods and osv secret scanning by @yeshwanth1993 in #30
- Update prompt for deploying to cloud run by @urvi-p in #31
- chore: add license header by @haroonc in #32
- Make dev connect use rest client by @yeshwanth1993 in #33
- Delete preexisting objects in bucket before upload by @urvi-p in #34
- Fix ListServices tool and fix integration tests by @urvi-p in #35
- Make GCS buckets public by default and bucketName parameter optional by @urvi-p in #36
- chore: updated dependencies for security alerts by @haroonc in #38
- fix: corrected os and platform labels by @haroonc in #37
- Improvements to Rag and design prompt by @yeshwanth1993 in #39
- Always create new release, pre-release returns sha to avoid race cond… by @yeshwanth1993 in #41
- ReleaseAdd gh token by @yeshwanth1993 in #42
- Add tag delete by @yeshwanth1993 in #43
- Remove copying .db by @yeshwanth1993 in #44
- Add rag mcp tools by @yeshwanth1993 in #45
- Minor refactor for how to register tools, remove ctx injection for be… by @yeshwanth1993 in #46
- fix: add batching to rag creation by @haroonc in #48
- chore: added a build script for install from source by @haroonc in #50
- Fix to add directories to ignore for large directories, fix rag mcp t… by @yeshwanth1993 in #51
- Rag5 by @yeshwanth1993 in #52
- Update build pack supported languages in deploy prompt. by @urvi-p in #53
- Add integration tests for osv secret scanning and validate projects for gcs tests by @urvi-p in #54
- Fix tool names in deploy prompt by @urvi-p in #55
- Minor updates to /deploy prompt by @urvi-p in #57
- Allow option to make cloud run services public by @urvi-p in #58
- Minor fix to deploy prompt by @yeshwanth1993 in #59
- fix: use large chunk size, to fix too small and unusable query results by @haroonc in #56
- Use BM25 (token-based search algorithm) replace RAG by @aliciatang07 in #60
- Add knowledge base for Dockerfile by @haroonc in #62
- Change MCP prompts to custom commands by @haroonc in #61
- Working BM25 implementation with all sources by @yeshwanth1993 in #64
- Fix cloud build test and fix bug in IAM service account prefix by @yeshwanth1993 in #66
- Update documentation by @haroonc in #67
- Several minor fixes and makes Cloud storage use Location by @yeshwanth1993 in #69
- Fix MCP readme and add reference by @yeshwanth1993 in #68
- Move commands to "devops" prefix by @haroonc in #70
- Validate and throw an error if wrong SA format is given by @yeshwanth1993 in #71
- Fix resource manager client by @yeshwanth1993 in #72
- chore: add release flow by @haroonc in #74
New Contributors
- @haroonc made their first contribution in #3
- @dependabot[bot] made their first contribution in #1
- @urvi-p made their first contribution in #5
- @aliciatang07 made their first contribution in #60
Full Changelog: https://github.com/gemini-cli-extensions/devops/commits/v0.1.0
nightly build
What's Changed
- misc fixes: added prompt, refactored server and added MCP client tes by @haroonc in #3
- Added local RAG by @haroonc in #4
- Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 in /local-rag by @dependabot[bot] in #1
- Bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 in /local-rag by @dependabot[bot] in #2
- Add a test client for quick debugging by @yeshwanth1993 in #6
- Add /deploy command to extension and update tests by @urvi-p in #5
- Add cloudbuild yaml with lint and test steps by @yeshwanth1993 in #7
- Ci pipeline by @yeshwanth1993 in #9
- Modify cloud build to be multi step, use /workspace for cache by @yeshwanth1993 in #10
- Added GitHub release, RAG generation and MCP tools by @haroonc in #12
- Refactor Artifact registry and IAM tools and client, add integration tests by @yeshwanth1993 in #14
- Refactor Cloud Storage tools and client by @urvi-p in #16
- Refactor Cloud Run tools and client by @urvi-p in #17
- Setup a nightly GitHub release by @haroonc in #13
- Refactor dev connect libraries and tools by @yeshwanth1993 in #15
- Proper use of cloud build client libs, refactor and introduce new tools, added tests by @yeshwanth1993 in #18
- Remove broken cloud deploy by @yeshwanth1993 in #19
- Add integration tests for cloud storage and cloud run by @urvi-p in #20
- Refactor cloud storage tools to ListBucketsTool and UploadSourceTool by @urvi-p in #21
- Consolidate cloudrun tools and add ListServices tool by @urvi-p in #22
- Add secret scanning capabilities by @yeshwanth1993 in #23
- Increase mcp server timeout to 5 mins. by @urvi-p in #29
- Fix list methods and osv secret scanning by @yeshwanth1993 in #30
- Update prompt for deploying to cloud run by @urvi-p in #31
- chore: add license header by @haroonc in #32
- Make dev connect use rest client by @yeshwanth1993 in #33
- Delete preexisting objects in bucket before upload by @urvi-p in #34
- Fix ListServices tool and fix integration tests by @urvi-p in #35
- Make GCS buckets public by default and bucketName parameter optional by @urvi-p in #36
- chore: updated dependencies for security alerts by @haroonc in #38
- fix: corrected os and platform labels by @haroonc in #37
- Improvements to Rag and design prompt by @yeshwanth1993 in #39
- Always create new release, pre-release returns sha to avoid race cond… by @yeshwanth1993 in #41
- ReleaseAdd gh token by @yeshwanth1993 in #42
- Add tag delete by @yeshwanth1993 in #43
- Remove copying .db by @yeshwanth1993 in #44
- Add rag mcp tools by @yeshwanth1993 in #45
- Minor refactor for how to register tools, remove ctx injection for be… by @yeshwanth1993 in #46
- fix: add batching to rag creation by @haroonc in #48
- chore: added a build script for install from source by @haroonc in #50
- Fix to add directories to ignore for large directories, fix rag mcp t… by @yeshwanth1993 in #51
- Rag5 by @yeshwanth1993 in #52
- Update build pack supported languages in deploy prompt. by @urvi-p in #53
- Add integration tests for osv secret scanning and validate projects for gcs tests by @urvi-p in #54
- Fix tool names in deploy prompt by @urvi-p in #55
- Minor updates to /deploy prompt by @urvi-p in #57
- Allow option to make cloud run services public by @urvi-p in #58
- Minor fix to deploy prompt by @yeshwanth1993 in #59
- fix: use large chunk size, to fix too small and unusable query results by @haroonc in #56
- Use BM25 (token-based search algorithm) replace RAG by @aliciatang07 in #60
- Add knowledge base for Dockerfile by @haroonc in #62
- Change MCP prompts to custom commands by @haroonc in #61
- Working BM25 implementation with all sources by @yeshwanth1993 in #64
- Fix cloud build test and fix bug in IAM service account prefix by @yeshwanth1993 in #66
- Update documentation by @haroonc in #67
- Several minor fixes and makes Cloud storage use Location by @yeshwanth1993 in #69
- Fix MCP readme and add reference by @yeshwanth1993 in #68
- Move commands to "devops" prefix by @haroonc in #70
- Validate and throw an error if wrong SA format is given by @yeshwanth1993 in #71
- Fix resource manager client by @yeshwanth1993 in #72
- chore: add release flow by @haroonc in #74
New Contributors
- @haroonc made their first contribution in #3
- @dependabot[bot] made their first contribution in #1
- @urvi-p made their first contribution in #5
- @aliciatang07 made their first contribution in #60
Full Changelog: https://github.com/gemini-cli-extensions/devops/commits/nightly