Skip to content

Commit

Permalink
Merge pull request #149 from jacobweinstock/bump-smee
Browse files Browse the repository at this point in the history
Bump Smee and Stack versions:

## Description

<!--- Please describe what this PR is going to change -->
Smee has a new implementation for ISO patching that is needed for redfish emulation with sushy-tools to work.

## 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 27, 2024
2 parents d39ec27 + b8da721 commit 2395b41
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions tinkerbell/smee/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.0
version: 0.6.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.15.0"
appVersion: "0.15.1"
2 changes: 1 addition & 1 deletion tinkerbell/smee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ deploy: true
name: smee

# The image used to launch the container.
image: quay.io/tinkerbell/smee:v0.15.0
image: quay.io/tinkerbell/smee:v0.15.1
imagePullPolicy: IfNotPresent

# The number of pods to run.
Expand Down
6 changes: 3 additions & 3 deletions tinkerbell/stack/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dependencies:
version: 0.3.0
- name: smee
repository: file://../smee
version: 0.6.0
version: 0.6.1
- name: rufio
repository: file://../rufio
version: 0.4.0
- name: hegel
repository: file://../hegel
version: 0.4.1
digest: sha256:7c73b32c9c5072746f633f28d75b86802c6db5c0b2d6331c49c90c07ff2ca54e
generated: "2024-11-23T15:15:04.175441288-07:00"
digest: sha256:9b0f3f4ca5702645d6fed436ada76fe1af7940facdd9365d5cbef8a3cbd8de49
generated: "2024-11-27T10:37:21.996702604-07:00"
6 changes: 3 additions & 3 deletions tinkerbell/stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.0
version: 0.6.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.6.0"
appVersion: "0.6.1"

dependencies:
- name: tink
version: "0.3.0"
repository: "file://../tink"
- name: smee
version: "0.6.0"
version: "0.6.1"
repository: "file://../smee"
- name: rufio
version: "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion tinkerbell/stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ stack:
# See individual chart documentation for additional detail.

smee:
image: quay.io/tinkerbell/smee:v0.15.0
image: quay.io/tinkerbell/smee:v0.15.1
tinkWorkerImage: quay.io/tinkerbell/tink-worker:v0.12.1

hegel:
Expand Down

0 comments on commit 2395b41

Please sign in to comment.