Skip to content

Commit

Permalink
Bump version to v2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
polyaxon-ci committed Apr 15, 2024
1 parent c94d2ee commit 79c0ce7
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts
2 changes: 1 addition & 1 deletion haupt
15 changes: 15 additions & 0 deletions releases/2-1.md
Expand Up @@ -13,6 +13,21 @@ sidebar: "releases"

> **N.B.**: If you are upgrading from polyaxon v1.x, please check the [v2 release notes](/docs/releases/2-0/) and the [migration guide](/docs/resources/migration/#migration-from-v1x-to-v2y).
## V2.1.7

### CLI

* **Enhancement**: Add `push` command to sync local artifact/component/model versions with a remote server.
* **Fix**: Fix issue with component pull command.

### UI

* **Enhancement**: Move workload metadata information in run's overview to show agent version and agent host if available.

### Commercial

* **Enhancement**: Add support for agent host setting.

## V2.1.6

### Core
Expand Down
2 changes: 1 addition & 1 deletion sdks
Submodule sdks updated 1575 files
6 changes: 3 additions & 3 deletions site/docs/core/cli/cache.md
Expand Up @@ -45,16 +45,16 @@ All commands and sub-command of `project` and `ops` support this caching mechani

Every time you create a project or start a run, Polyaxon will save the response of that entity to the cache. For example:

`polyaxon project create --name test` will create a new project and will automatically cache the value of that project.
`polyaxon project create --name test [--init]` will create a new project and will automatically cache the value of that project.
In all subsequent commands, if the user does not provide a project `--project`, Polyaxon CLI will use this project that was created.

`polyaxon run ...` will create a new run and will automatically cache the value.
In all subsequent commands, if the user does not provide a project `--project/-p` and a run uuid `--uid/-uid`, Polyaxon CLI will use the last cached project and run.

By creating new runs, Polyaxon will keep updating the cache detail to the latest created run.

You can also influence the run cache by getting a specific run, e.g. `polyaxon ops get -uid UUID`
will fetch the information about that specific run and persist the result to the cache so that you can run further commands
You can also influence the run cache by getting a specific run, e.g. `polyaxon ops get -uid UUID`
will fetch the information about that specific run and persist the result to the cache so that you can run further commands
without the need to pass the `-uid UUID`, e.g. `polyaxon ops logs` will use the same `UUID`.

## Caching visibility
Expand Down

0 comments on commit 79c0ce7

Please sign in to comment.