Skip to content

fix: exclude charts/templates/secrets.yaml from secrets gitignore#26

Merged
kphunter merged 1 commit into
mainfrom
devin/1779680811-trigger-release
May 25, 2026
Merged

fix: exclude charts/templates/secrets.yaml from secrets gitignore#26
kphunter merged 1 commit into
mainfrom
devin/1779680811-trigger-release

Conversation

@devin-ai-integration

Copy link
Copy Markdown
Contributor

Summary

The **/secrets* gitignore pattern catches charts/templates/secrets.yaml, requiring git add -f on every change. This adds a negation rule so the Helm chart secrets template is tracked normally.

This also serves as the user-facing commit needed for release-please to create the v1.6.0 release PR — the release-as: "1.6.0" config (PR #25) requires at least one fix:/feat: commit since the last release (v0.3.0) to trigger.

Review & Testing Checklist for Human

Risk: 🟢 Low (gitignore-only change)

  • Verify charts/templates/secrets.yaml shows as tracked (not ignored) after this change
  • After merging, verify release-please creates the v1.6.0 release PR

Notes

  • After v1.6.0 release lands, release-as must be removed from release-please-config.json in a follow-up PR.

Link to Devin session: https://app.devin.ai/sessions/c8038ad2684a4fd786c6aa2a07ce9425
Requested by: @kphunter

The **/secrets* pattern catches the Helm chart secrets template,
requiring force-add on every change. Add a negation so the chart
template is tracked normally.

Co-Authored-By: kyle_hunter@bcit.ca <kyle_hunter@bcit.ca>
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@kphunter kphunter merged commit a8ffbbc into main May 25, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant