-
-
Notifications
You must be signed in to change notification settings - Fork 52
Releasing devrelease/sambanas2 into prerelease sambanas2_12.5.0-ns2.alpha32 #386
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
Merged
dianlight
merged 81 commits into
prerelease/sambanas2_12.5.0-ns2.alpha32
from
devrelease/sambanas2
Jun 9, 2025
Merged
Releasing devrelease/sambanas2 into prerelease sambanas2_12.5.0-ns2.alpha32 #386
dianlight
merged 81 commits into
prerelease/sambanas2_12.5.0-ns2.alpha32
from
devrelease/sambanas2
Jun 9, 2025
Conversation
This file contains hidden or 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
…2024.12.0, and add timeout and breaking versions in config.yaml
Rebase latest release
…ambanas ⬆️ Update ha-mqtt-discoverable to ^0.18.0 (devrelease/sambanas)
…ons into devrelease/sambanas
…ice configuration
…te options for local development
…configuration for improved flexibility
…t to Dockerfile, and enhance service scripts
…ate logic with error handling for downloads
…aking version entry
…dd-on-base-image
* Removed the crash handling logic for `socat` to prevent halting the add-on. * Retained the log message indicating that `socat` has stopped.
This commit adds a new GitHub Actions workflow (`docker-image-dev.yml`) triggered by pushes to `devrelease/*` branches. This workflow automates several steps to streamline iterative development and prepare addons for a subsequent pre-release: Key functionalities of this workflow: 1. **Configuration Update:** * Uncomments the `image:` line in the addon's `config.yaml` if it's commented out. * Adjusts the addon `name` in `config.yaml`: if the existing `version` has an `.alpha` or `.beta` suffix, ensures the `name` correspondingly ends with `-⍺` or `-β`. * Updates the addon `version` in `config.yaml` by appending a `.dev<run_number>` suffix (e.g., `1.2.3.dev101`). 2. **Docker Build & Publish:** * Builds the addon for the `aarch64` architecture. * Publishes the Docker image to DockerHub if an `image` is specified in the addon's `config.yaml`. 3. **Pull Request for Pre-Release Staging:** * Grants `contents: write` permission to the workflow for creating branches and pull requests. * Creates a new branch named `prerelease/<addon_name>_<original_version>` (e.g., `prerelease/myaddon_1.0.0`) based on the `master` branch. * Pushes this new `prerelease/...` branch to the repository. * Creates a pull request to merge the `devrelease/<addon_name>` branch (which includes the `.dev` versioned config and other development changes) into the newly created `prerelease/...` branch. This workflow serves as a preparatory step. Once the generated PR is merged, the `prerelease/<addon_name>_<original_version>` branch will contain the development changes and the `.dev` suffixed version, ready to potentially trigger the `docker-image-pre.yml` workflow for an actual alpha/beta pre-release build.
…djust Docker image build logic
…ha-mqtt-discoverable-0.x-lockfile ⬆️ Update ha-mqtt-discoverable to v0.19.2 (devrelease/sambanas2)
fix(workflow): comment out image uncommenting step in Docker image CI
…s and workflow dispatch
… final version string
…ss, and selective device access in the configuration.
* Added logging before moving updated files to `/usr/local/bin/`. * Ensured the command to move files is logged for better traceability. * Cleaned up unnecessary command output redirection.
…dons into devrelease/sambanas2
* Bump version to `12.5.0-ns2.alpha28` * Update Home Assistant version to `2025.5.0` * Comment out web UI and image lines for clarity
* Bump version from `12.5.0-ns2.alpha28` to `12.5.0-ns2.alpha29`. * Update log level configuration references from `loglevel` to `log_level` in service scripts.
* Updated `CHANGELOG.md` to reflect new features and options. * Revised `DOCS.md` to remove outdated warnings and clarify installation steps. * Fixed logo URL in `README.md` for proper display. * Updated `build.yaml` to use the latest `SRAT_VERSION`. * Commented out `breaking_versions` in `config.yaml` for clarity.
fix(config): 🐛 adjust formatting for WSDD options and image declaration
* Adjusted the Docker build arguments to include `--no-latest`. * Modified the image reference format for better clarity in the configuration.
Updates the Samba NAS2 add-on to version 12.5.0-ns2.alpha30 and modifies the srat-cli command. * Removes duplicate `-conf` argument from the `srat-cli` command.
Updates the `image` name in the configuration file. * The previous image name included a placeholder that is now removed. * This ensures the correct image is used.
* Clarified output messages for version and beta name in the workflow. * Removed deprecated publish step to streamline the process. * Enhanced rsync command with additional flags for better performance.
* Included `shadow` in the list of packages installed in the Dockerfile. * This change ensures that necessary user management tools are available in the container.
* Incremented the version number for the Samba NAS2 add-on. * This change reflects the latest updates and improvements made.
…ement version to 12.5.0-ns2.alpha32 * Updated the `SRAT_VERSION` in `build.yaml` for compatibility. * Incremented the version in `config.yaml` to reflect the latest changes. * Adjusted the WSDD2 daemon model identifier to `sambanas2`.
388b084
into
prerelease/sambanas2_12.5.0-ns2.alpha32
2 checks passed
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.
SRAT_VERSION
inbuild.yaml
for compatibility.config.yaml
to reflect the latest changes.sambanas2
.