-
Notifications
You must be signed in to change notification settings - Fork 0
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
🐛 fix: miscellaneous bug fixes #250
Conversation
🤖 Pull Request Artifacts (#7540675768) 🎉 |
🤖 Pull Request Artifacts (#7541058598) 🎉 |
🤖 Pull Request Artifacts (#7554542998) 🎉 |
🤖 Pull Request Artifacts (#7556975087) 🎉 |
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.
Once you are ready with all the fixes, please discuss the commit messages before merging.
🤖 Pull Request Artifacts (#7569966385) 🎉 |
2704844
to
0662b67
Compare
🤖 Pull Request Artifacts (#7582459778) 🎉 |
This commit adds a validation on the secret name length by setting it to a maximum 253 characters. Wrike Ticket: https://www.wrike.com/open.htm?id=1238536095
This commit sets additionalProperties=false for device volume spec. Wrike Ticket: https://www.wrike.com/open.htm?id=1249710356
…interactively Wrike Ticket: https://www.wrike.com/open.htm?id=1230579582
Deployment depends in manifest was not working when the deployment guid was used instead of the deployment name in nameOrGUID. This was happening because we were not accounting for 'deploymentId' for dependent deployments and hence, apply was failing with the error that there is a missing resource in the manifest. This commit ensures that we read the right key and populate the dependent deployment correctly in the apply hierarchy. Wrike Ticket: https://www.wrike.com/open.htm?id=1249688483
This default in the deployments was conflicting with the restart policy set in the package. For example, if you set restart policy = never in the package and you do not set the policy in the deployment manifest, it still overrides the package value and sets the default. Wrike Ticket: https://www.wrike.com/open.htm?id=1205809047
0662b67
to
e1058d8
Compare
🤖 Pull Request Artifacts (#7582664300) 🎉 |
🎉 This PR is included in version 7.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Test manifests:
adds validation for applying cloud disk on device deployment
test Resolves misleading execution of command in wrong project in case of changing organization