-
Notifications
You must be signed in to change notification settings - Fork 210
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
Updating habitat build channel to stable2021q2 #2961
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
👷 Deploy Preview for chef-server processing. 🔨 Explore the source changes: c4e3566 🔍 Inspect the deploy log: https://app.netlify.com/sites/chef-server/deploys/61c1604f46fb0d0009db6f10 |
vinay-satish
changed the title
Updating habitat build channel to stable2021q2
WIP/Updating habitat build channel to stable2021q2
Nov 23, 2021
vinay-satish
force-pushed
the
zei/updating_habitat_package_build
branch
2 times, most recently
from
November 23, 2021 12:46
8dff1c7
to
6ae67ad
Compare
jashaik
reviewed
Nov 25, 2021
jashaik
requested changes
Nov 25, 2021
@PrajaktaPurohit This PR can also resolve #2803 issue |
jashaik
changed the title
WIP/Updating habitat build channel to stable2021q2
Updating habitat build channel to stable2021q2
Nov 29, 2021
PrajaktaPurohit
approved these changes
Dec 17, 2021
PrajaktaPurohit
approved these changes
Dec 20, 2021
PrajaktaPurohit
force-pushed
the
zei/updating_habitat_package_build
branch
from
December 20, 2021 19:34
0aae4a4
to
c354e06
Compare
Signed-off-by: Vinay Satish <vinay.satish@progress.com>
Signed-off-by: Vinay Satish <vinay.satish@progress.com>
vinay-satish
force-pushed
the
zei/updating_habitat_package_build
branch
from
December 21, 2021 05:04
c354e06
to
c4e3566
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Vinay Satish vinay.satish@progress.com
Description
Currently when we do the chef-server release, the chef-server components for the habitat environment are built on the
stable
channel, meaning the dependencies are pulled fromstable
channel. The chef-server components are use in the automate environment. When we try to update the version of chef-server components in the automate we are getting dependency check failure as all the dependencies in the automate environment are pulled from thestable2021q2
channel. We need to build the chef-server components in thestable2021q2
in order for it to be comparable with the automate.Issues Resolved
#2652
chef/automate#6183
Check List