-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spinnaker integration #19020
base: master
Are you sure you want to change the base?
Spinnaker integration #19020
Conversation
The changelog type |
The changelog type |
The changelog type |
The changelog type |
The changelog type |
The changelog type |
The changelog type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few tips for how to address failing validations.
@yogesh-s-modak fyi much of this can be avoided by running ddev create
as you start developing the integration.
spinnaker/changelog.d/19020.changed
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rename this to 19020.added
and change the contents to something like Add Spinnaker Integration
OR Add integration
.
# All rights reserved | ||
# Licensed under a 3-clause BSD style license (see LICENSE) | ||
|
||
__version__ = '1.0.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
__version__ = '1.0.0' | |
__version__ = '0.0.1' |
To pass the changelog validation.
vonage/CHANGELOG.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please undo these changes, we should focus on Spinnaker in this PR. No Vonage files should be affected.
spinnaker/CHANGELOG.md
Outdated
## 1.0.0 / 2024-11-12 | ||
|
||
***Added***: | ||
|
||
* Initial Release | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## 1.0.0 / 2024-11-12 | |
***Added***: | |
* Initial Release |
Another catch to pass validation.
…odak/integrations-core into spinnaker_integration
…ns-core into spinnaker_integration
…odak/integrations-core into spinnaker_integration
Co-authored-by: Steven Yuen <[email protected]>
Co-authored-by: Steven Yuen <[email protected]>
What does this PR do?
PR includes Spinnaker integration including all assets like dashboards, image, README content, etc.
Motivation
This is beta release of agent integration and is intended for internal testing before going live.
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.backport/<branch-name>
label to the PR and it will automatically open a backport PR once this one is merged