Skip to content

Commit

Permalink
updating version to major version and few plan file fixes
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Jan 16, 2025
1 parent 961faad commit 5509f3f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pipelines:

release_branches:
- workstation-LTS:
version_constraint: 0.*
version_constraint: 10.*
- main:
version_constraint: 9.*

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.6
10.0.0
2 changes: 1 addition & 1 deletion habitat/plan.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = "Stop"
$PSDefaultParameterValues['*:ErrorAction']='Stop'

$env:HAB_BLDR_CHANNEL = "LTS-2024"
$env:HAB_REFRESH_CHANNEL = "LTS-2024"
$pkg_name="fauxhai"
$pkg_origin="core"
$pkg_version=$(Get-Content "$PLAN_CONTEXT/../VERSION")
Expand Down
3 changes: 2 additions & 1 deletion habitat/plan.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export HAB_BLDR_CHANNEL="LTS-2024"
export HAB_REFRESH_CHANNEL="LTS-2024"
pkg_name=fauxhai
pkg_origin=chef
ruby_pkg="core/ruby3_1"
Expand All @@ -11,6 +11,7 @@ pkg_build_deps=(
core/libarchive
)
pkg_bin_dirs=(bin)

do_setup_environment() {
build_line 'Setting GEM_HOME="$pkg_prefix/vendor"'
export GEM_HOME="$pkg_prefix/vendor"
Expand Down
2 changes: 1 addition & 1 deletion lib/fauxhai/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Fauxhai
VERSION = "0.1.6".freeze
VERSION = "10.0.0".freeze
end

0 comments on commit 5509f3f

Please sign in to comment.