Skip to content

Commit

Permalink
Merge branch 'master' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Dec 16, 2024
2 parents 8a0f580 + 98caf91 commit e615e73
Show file tree
Hide file tree
Showing 38 changed files with 210 additions and 197 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

[comment]: # (towncrier release notes start)

# Apolo Flow 24.10.0 (2024-10-23)
# Apolo Flow 24.12.1 (2024-12-16)

### Features

- Provide `flow.username` in both *live* and *batch* modes. ([#1175](https://github.com/neuro-inc/neuro-flow/issues/1175))
- Prefer `.apolo` over `.neuro` for config files and logs. ([#1192](https://github.com/neuro-inc/neuro-flow/issues/1192))


# Apolo Flow 24.10.0 (2024-10-23)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/demo-jobs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/neuro-inc/base:v24.11.0-runtime
FROM ghcr.io/neuro-inc/base:v24.12.0-runtime

ENV DEBIAN_FRONTEND noninteractive

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apolo-flow [OPTIONS] COMMAND [ARGS]...

| Name | Description |
| :--- | :--- |
| _--config PATH_ | Path to a directory with .neuro folder inside, automatic lookup is performed if not set \(default\) |
| _--config PATH_ | Path to a directory with .apolo folder inside, automatic lookup is performed if not set \(default\) |
| _-v, --verbose_ | Give more output. Option is additive, and can be used up to 2 times. |
| _-q, --quiet_ | Give less output. Option is additive, and can be used up to 2 times. |
| _--show-traceback_ | Show python traceback on error, useful for debugging the tool. |
Expand Down
Loading

0 comments on commit e615e73

Please sign in to comment.