Skip to content

Commit

Permalink
Bump version to v2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mmourafiq committed Apr 20, 2024
1 parent 32e2028 commit ff02036
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 24 deletions.
2 changes: 1 addition & 1 deletion cli
2 changes: 1 addition & 1 deletion haupt
16 changes: 8 additions & 8 deletions releases/1-1.md
Expand Up @@ -94,7 +94,7 @@ sidebar: "releases"

### Hub

* **Fix**: Fix Streamlit component.
* **Fix**: Streamlit component.
* **Deprecation**: The `image` type does not accept a connection anymore, it only accepts the destination value as string, see the enhancement in the core section;
* The `:latest` tag for `Kaniko` and `Dockerizer` will be pointing to the new version, we recommend that users using Polyaxon `<= v1.8` to use the tag `:v1.1`,
`:latest` will be using the new type starting from `v1.2`.
Expand Down Expand Up @@ -233,7 +233,7 @@ sidebar: "releases"
* **New**: Add possibility to restrict organizations for Github auth.
* **New**: Add possibility to restrict domains for Google auth.
* **Enhancement**: Consolidate monitoring configuration `tracing` and `metrics`.
* **Fix**: Fix several issues related to email delivery.
* **Fix**: Several issues related to email delivery.

## v1.1.7.post4

Expand Down Expand Up @@ -525,11 +525,11 @@ sidebar: "releases"

* **Enhancement**: Add support for right click and ctrl/cmd click to all links/buttons.
* **Enhancement**: Move flyout mode to its own button and refactor info column to support order/filter/sort logic on tables.
* **Fix**: Fix some border style issues with leading columns in table comparison.
* **Fix**: Some border style issues with leading columns in table comparison.

### Commercial

* **Fix**: Fix some issues with Agent ssl and host redirection.
* **Fix**: Some issues with Agent ssl and host redirection.

## v1.1.1

Expand All @@ -542,13 +542,13 @@ sidebar: "releases"

* **Enhancement**: Add question mark with link to the query syntax.
* **Enhancement**: Improve performance of some components.
* **Fix**: Fix UI commands, use `--help` instead of `-h`.
* **Fix**: Fix UI typos.
* **Fix**: UI commands, use `--help` instead of `-h`.
* **Fix**: UI typos.

### Core

* **Enhancement**: Add flag for ssl redirect.
* **Fix**: Fix setting of admin enabled view flag.
* **Fix**: Setting of admin enabled view flag.

### Deployment & Setup

Expand Down Expand Up @@ -717,7 +717,7 @@ sidebar: "releases"
### Documentation

* **New**: Add guide for resources scheduling.
* **Fix**: Fix all integration docs.
* **Fix**: All integration docs.
* **Fix**: Add citation link.
* **Enhancement**: Merge CE and EE docs.
* **Enhancement**: Move roadmap to Github:
Expand Down
2 changes: 1 addition & 1 deletion releases/1-10.md
Expand Up @@ -88,7 +88,7 @@ sidebar: "releases"
* **Enhancement**: Remove unused statuses conditions from the statuses dropdown in the search section.
* **Enhancement**: Make first column sticky in the comparison table.
* **Fix**: Logs viewer scrollbar adding an extra horizontal scrolling.
* **Fix**: Fix projects header dropdown in Polyaxon CE.
* **Fix**: Projects header dropdown in Polyaxon CE.

### Deployment & Setup

Expand Down
2 changes: 1 addition & 1 deletion releases/1-15.md
Expand Up @@ -53,7 +53,7 @@ sidebar: "releases"
### Docs

* **Enhancement**: Update ingress documentation for GKE.
* **Fix**: Fix wrong documentation for using the artifacts init section.
* **Fix**: Wrong documentation for using the artifacts init section.

### Commercial

Expand Down
4 changes: 2 additions & 2 deletions releases/1-2.md
Expand Up @@ -15,8 +15,8 @@ sidebar: "releases"

### UI

* **Fix**: Fix nested matrices in runs.
* **Fix**: Fix queue form not updating concurrency correctly.
* **Fix**: Nested matrices in runs.
* **Fix**: Queue form not updating concurrency correctly.

### Commercial

Expand Down
2 changes: 1 addition & 1 deletion releases/1-3.md
Expand Up @@ -156,7 +156,7 @@ sidebar: "releases"

### Docs

* **Fix**: Fix several guides.
* **Fix**: Several guides.

### UI

Expand Down
2 changes: 1 addition & 1 deletion releases/1-4.md
Expand Up @@ -108,7 +108,7 @@ sidebar: "releases"

* **Enhancement**: Strengthen security around iframes and logged HTML elements.
* **Enhancement**: Show spinner for `running` status.
* **Fix**: Fix UI typo `unhealthu` -> `unhealthy`.
* **Fix**: UI typo `unhealthu` -> `unhealthy`.

## v1.4.1

Expand Down
4 changes: 2 additions & 2 deletions releases/1-7.md
Expand Up @@ -70,7 +70,7 @@ sidebar: "releases"
### Commercial

* **Enhancement**: Add select button for dashboard creation to set the view level: `any`, `single`, and `compare`.
* **Fix**: Fix typos in the modal forms for deleting dashboards and searches.
* **Fix**: Typos in the modal forms for deleting dashboards and searches.
* **Fix**: Issues in clones and streams lineage.

## v1.7.2
Expand Down Expand Up @@ -112,7 +112,7 @@ sidebar: "releases"
### Core

* **Enhancement**: Reset the default limit for operations list to 20.
* **Fix**: Fix `patch_strategy` in jsonschema not using camel case.
* **Fix**: `patch_strategy` in jsonschema not using camel case.

### UI

Expand Down
2 changes: 1 addition & 1 deletion releases/2-0.md
Expand Up @@ -137,7 +137,7 @@ sidebar: "releases"
* **Enhancement**: Add auto-collecting of operation specification.
* **Enhancement**: Improve query manager with default filters.
* **Enhancement**: Update projects with stats and last update based on the last runs creation.
* **Fix**: Fix issue with params not updated with resume override config.
* **Fix**: Issue with params not updated with resume override config.
* **Fix**: Issue to avoid nesting folders when updating an uploaded files/directories.
* **Fix**: Issue with `acquisition_function` with new scipy versions.

Expand Down
17 changes: 14 additions & 3 deletions releases/2-1.md
Expand Up @@ -13,12 +13,23 @@ 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.8

### UI

* **Enhancement**: Automatically show/hide sidebar.

### Deployment

* **Enhancement**: Add annotations for agent scheduling's service accounts.
* **Enhancement**: Add missing socat package to the deployment.

## 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.
* **Fix**: Issue with component pull command.

### UI

Expand Down Expand Up @@ -89,7 +100,7 @@ sidebar: "releases"

### Agent

* **Fix**: Fix issues with unclosed session warning logs.
* **Fix**: Issues with unclosed session warning logs.

### Commercial

Expand Down Expand Up @@ -133,7 +144,7 @@ sidebar: "releases"
### Deployment

* **Enhancement**: Improve service accounts and roles for deployments.
* **Fix**: Fix issue with workers and concurrency deployment config for gateway service.
* **Fix**: Issue with workers and concurrency deployment config for gateway service.

### Operator

Expand Down
2 changes: 1 addition & 1 deletion sdks
Submodule sdks updated 1564 files

0 comments on commit ff02036

Please sign in to comment.