Copilot/update openfang version#238
Open
genevera wants to merge 2 commits into
Open
Conversation
Agent-Logs-Url: https://github.com/genevera/harbor/sessions/11790c69-f7bf-442e-a02f-0fe18b726dd7 Co-authored-by: genevera <12733137+genevera@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the OpenFang version reference across the service build, default configuration, and documentation.
Changes:
- Bump OpenFang version from
v0.2.2tov0.6.9in the inline Dockerfile build arg. - Bump the default
HARBOR_OPENFANG_VERSIONinprofiles/default.env. - Update the documented default
HARBOR_OPENFANG_VERSIONin the OpenFang docs.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| services/compose.openfang.yml | Updates the OpenFang build ARG version used during image build. |
| profiles/default.env | Updates the default OpenFang version used by configuration. |
| docs/2.3.73-Satellite-OpenFang.md | Keeps documentation aligned with the new default version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| dockerfile_inline: | | ||
| FROM ghcr.io/av/tools:latest | ||
| ARG OPENFANG_VERSION=v0.2.2 | ||
| ARG OPENFANG_VERSION=v0.6.9 |
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
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.
This pull request updates the OpenFang (Agent Operating System) version used throughout the project from
v0.2.2tov0.6.9. This change ensures that all relevant configuration files and the Docker build process reference the latest version of OpenFang.Version update to OpenFang:
HARBOR_OPENFANG_VERSIONvariable to"v0.6.9"in the documentation (docs/2.3.73-Satellite-OpenFang.md), environment configuration (profiles/default.env), and Docker Compose build arguments (services/compose.openfang.yml) to ensure consistency across the project. [1] [2] [3]