-
Notifications
You must be signed in to change notification settings - Fork 35
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
Release SAAS builder built against LTS-2024 dependencies #1845
Conversation
b2628d0
to
eecf504
Compare
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.
The key changes here looks like they are directed for the local dev experience via make
. That makes sense to keep but the key intent here is what our CI builds. This GH action controls how components are built on merge. These components need to be build against LTS.
This also doesn't seem to impact the verify pipeline. we want to make sure that pipeline uses LTS.
64b6d08
to
7f802b5
Compare
422ca55
to
47ec2a1
Compare
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.
The .github\actions\hab-pkg-build-and-upload-linux\action.yaml
will need to set HAB_BLDR_CHANNEL
and HAB_FALLBACK_CHANNEL
to LTS-2024
for the hab pkg build
step.
Signed-off-by: sougata-progress <[email protected]>
Signed-off-by: sougata-progress <[email protected]>
Signed-off-by: sougata-progress <[email protected]>
Signed-off-by: sougata-progress <[email protected]>
Signed-off-by: sougata-progress <[email protected]>
Signed-off-by: sougata-progress <[email protected]>
Signed-off-by: sougata-progress <[email protected]>
Signed-off-by: sougata-progress <[email protected]>
Signed-off-by: sougata-progress <[email protected]>
Signed-off-by: Matt Wrock <[email protected]>
Signed-off-by: sougata-progress <[email protected]>
06d883b
to
1fd3816
Compare
story : https://chefio.atlassian.net/browse/CHEF-15035