Skip to content

Commit

Permalink
Bump version in prep for release: (#253)
Browse files Browse the repository at this point in the history
## Description

<!--- Please describe what this PR is going to change -->
The static networking and the moving of the vlan script make this a
minor version bump.

## Why is this needed

<!--- Link to issue you have raised -->

Fixes: #

## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->


## How are existing users impacted? What migration steps/scripts do we
need?

<!--- Fixes a bug, unblocks installation, removes a component of the
stack etc -->
<!--- Requires a DB migration script, etc. -->


## Checklist:

I have:

- [ ] updated the documentation and/or roadmap (if required)
- [ ] added unit or e2e tests
- [ ] provided instructions on how to upgrade
  • Loading branch information
jacobweinstock authored Nov 25, 2024
2 parents 68fdd4d + 444df21 commit b631c68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-all-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env: # Global environment, passed to all jobs & all steps
# To do so, set the secret DOCKERHUB_USERNAME and DOCKERHUB_PASSWORD in the repo secrets, and set the below to yes.
LOGIN_TO_DOCKERHUB: "yes"

HOOK_VERSION: "0.9.2-build-${{github.run_number}}" # Use a forced Hook version
HOOK_VERSION: "0.10.0-build-${{github.run_number}}" # Use a forced Hook version

# Which flavors to build? space separated list, must match one of the TAG='s in flavors (this is used by matrix_prep job in gha-matrix command)
CI_TAGS: "standard armbian-sbc armbian-uefi lts" # 'dev' is not included
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ else # otherwise default to tty, but allow override
fi

# Set the default HOOK_VERSION; override with env var; -x exports it for envsubst later
declare -g -r -x HOOK_VERSION="${HOOK_VERSION:-"0.9.2"}"
declare -g -r -x HOOK_VERSION="${HOOK_VERSION:-"0.10.0"}"
log info "Using Hook version (HOOK_VERSION): ${HOOK_VERSION}"

### Inventory
Expand Down

0 comments on commit b631c68

Please sign in to comment.