-
Notifications
You must be signed in to change notification settings - Fork 5
build with hab base-2025 channel #310
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
build with hab base-2025 channel #310
Conversation
Signed-off-by: muthuja <[email protected]>
Signed-off-by: muthuja <[email protected]>
Signed-off-by: muthuja <[email protected]> provide HAB_AUTH_TOKEN as an argument instead of an env and test Signed-off-by: muthuja <[email protected]> provide HAB_AUTH_TOKEN as an argument instead of an env and test Signed-off-by: muthuja <[email protected]> provide HAB_AUTH_TOKEN as an argument instead of an env and test Signed-off-by: muthuja <[email protected]> provide HAB_AUTH_TOKEN as an argument instead of an env and test Signed-off-by: muthuja <[email protected]> execute verify on github actions Signed-off-by: muthuja <[email protected]>
Signed-off-by: muthuja <[email protected]> enable trigger hab pipeline on pr merge Signed-off-by: muthuja <[email protected]> enable trigger hab pipeline on pr merge Signed-off-by: muthuja <[email protected]> enable trigger hab pipeline on pr merge Signed-off-by: muthuja <[email protected]> enable trigger hab pipeline on pr merge Signed-off-by: muthuja <[email protected]> enable trigger hab pipeline on pr merge Signed-off-by: muthuja <[email protected]>
259cd8c
to
839a4b7
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.
Pull Request Overview
Updates the powershell-shim build configuration to use the base-2025 Habitat channel instead of LTS-2024, along with upgrading the visual-build-tools version to support the new channel requirements.
- Updates Habitat channel from LTS-2024 to base-2025 across all configuration files
- Upgrades visual-build-tools version from 14.40.33807 to 14.44.35112
- Adds HAB_AUTH_TOKEN environment configuration for pipeline builds
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
habitat/plan.ps1 | Updates channel and visual-build-tools version for main build plan |
README.md | Updates documentation to reflect new channel configuration |
.expeditor/verify.pipeline.yml | Adds HAB_AUTH_TOKEN environment variable for pipeline steps |
.expeditor/test_plan.ps1 | Updates test configuration to use base-2025 channel and reorganizes HAB_ORIGIN setting |
.expeditor/manual_gem_release.ps1 | Updates manual release script to use base-2025 channel |
.expeditor/config.yml | Adds habitat build trigger configuration |
.expeditor/build_gems.ps1 | Updates gem build script to use base-2025 channel |
.buildkite/hooks/pre-command | Adds new pre-command hook for AWS region-based HAB_AUTH_TOKEN retrieval |
Signed-off-by: muthuja <[email protected]>
Description
building powershell-shim with base-2025 hab channel also updating visual-build-tools version to 14.44.35112 which will requires for base-2025 channel
Related Issue
Types of changes
Checklist:
Gemfile.lock
has changed, I have used--conservative
to do it and included the full output in the Description above.