Skip to content

Commit

Permalink
Bump version to v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
polyaxon-team committed Feb 25, 2021
1 parent 3e6504d commit 11deb56
Show file tree
Hide file tree
Showing 1,444 changed files with 1,844 additions and 1,689 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
[![Slack](https://img.shields.io/badge/Slack-1.2k%20members-blue.svg?style=flat&logo=slack&longCache=true)](https://polyaxon.com/slack/)

[![Docs](https://img.shields.io/badge/docs-stable-brightgreen.svg?style=flat&longCache=true)](https://polyaxon.com/docs/)
[![Release](https://img.shields.io/badge/release-v1.6.0-brightgreen.svg?longCache=true)](https://github.com/polyaxon/polyaxon/releases/tag/v1.6.0)
[![Release](https://img.shields.io/badge/release-v1.6.1-brightgreen.svg?longCache=true)](https://github.com/polyaxon/polyaxon/releases/tag/v1.6.1)
[![GitHub](https://img.shields.io/badge/issue_tracker-github-blue?style=flat&logo=github&longCache=true)](https://github.com/polyaxon/polyaxon/issues)
[![GitHub](https://img.shields.io/badge/roadmap-github-blue?style=flat&logo=github&longCache=true)](https://github.com/polyaxon/polyaxon/milestones)

Expand Down
4 changes: 2 additions & 2 deletions charts/agent/Chart.yaml
@@ -1,8 +1,8 @@
apiVersion: v1
description: An enterprise-grade open-source platform for building, training, and monitoring large scale deep learning applications.
name: agent
version: 1.6.0
appVersion: 1.6.0
version: 1.6.1
appVersion: 1.6.1
keywords:
- deep learning
- a.i.
Expand Down
14 changes: 7 additions & 7 deletions charts/agent/values.yaml
Expand Up @@ -68,7 +68,7 @@ agentSecret:
gateway:
enabled: true
image: polyaxon/polyaxon-gateway
imageTag: 1.6.0
imageTag: 1.6.1
imagePullPolicy: IfNotPresent
replicas: 1
resources:
Expand All @@ -90,7 +90,7 @@ gateway:
streams:
enabled: true
image: polyaxon/polyaxon-streams
imageTag: 1.6.0
imageTag: 1.6.1
imagePullPolicy: IfNotPresent
replicas: 1
resources:
Expand All @@ -117,7 +117,7 @@ streams:

init:
image: polyaxon/polyaxon-init
imageTag: 1.6.0
imageTag: 1.6.1
imagePullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -129,7 +129,7 @@ init:

sidecar:
image: polyaxon/polyaxon-sidecar
imageTag: 1.6.0
imageTag: 1.6.1
imagePullPolicy: IfNotPresent
sleepInterval: 10
syncInterval: 10
Expand All @@ -146,7 +146,7 @@ agent:
instance:
enabled: true
image: polyaxon/polyaxon-agent
imageTag: 1.6.0
imageTag: 1.6.1
imagePullPolicy: IfNotPresent
# A flag to simplify configuring a replica agent on a different cluster
isReplica: false
Expand All @@ -162,7 +162,7 @@ operator:
enabled: true
skipCRD: false
image: polyaxon/polyaxon-operator
imageTag: 1.6.0
imageTag: 1.6.1
imagePullPolicy: IfNotPresent
maxConcurrentReconciles: 1
resources:
Expand All @@ -175,7 +175,7 @@ operator:

cleanHooks:
image: polyaxon/polyaxon-cli
imageTag: 1.6.0
imageTag: 1.6.1
imagePullPolicy: IfNotPresent

securityContext:
Expand Down
4 changes: 2 additions & 2 deletions charts/polyaxon/Chart.yaml
@@ -1,8 +1,8 @@
apiVersion: v1
description: An enterprise-grade open-source platform for building, training, and monitoring large scale deep learning applications.
name: polyaxon
version: 1.6.0
appVersion: 1.6.0
version: 1.6.1
appVersion: 1.6.1
keywords:
- deep learning
- a.i.
Expand Down
24 changes: 12 additions & 12 deletions charts/polyaxon/values.yaml
Expand Up @@ -66,7 +66,7 @@ broker: rabbitmq
gateway:
enabled: true
image: polyaxon/polyaxon-gateway
imageTag: 1.6.0
imageTag: 1.6.1
imagePullPolicy: IfNotPresent
replicas: 1
resources:
Expand All @@ -90,7 +90,7 @@ api:
enabled: true
useResolver: true
image: polyaxon/polyaxon-api
imageTag: 1.6.0
imageTag: 1.6.1
imagePullPolicy: IfNotPresent
replicas: 1
resources:
Expand Down Expand Up @@ -118,7 +118,7 @@ api:
streams:
enabled: true
image: polyaxon/polyaxon-streams
imageTag: 1.6.0
imageTag: 1.6.1
imagePullPolicy: IfNotPresent
replicas: 1
resources:
Expand All @@ -145,7 +145,7 @@ streams:

init:
image: polyaxon/polyaxon-init
imageTag: 1.6.0
imageTag: 1.6.1
imagePullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -157,7 +157,7 @@ init:

sidecar:
image: polyaxon/polyaxon-sidecar
imageTag: 1.6.0
imageTag: 1.6.1
imagePullPolicy: IfNotPresent
sleepInterval: 10
syncInterval: 10
Expand All @@ -174,7 +174,7 @@ agent:
instance:
enabled: false
image: polyaxon/polyaxon-agent
imageTag: 1.6.0
imageTag: 1.6.1
imagePullPolicy: IfNotPresent
resources:
limits:
Expand All @@ -188,7 +188,7 @@ operator:
enabled: true
skipCRD: false
image: polyaxon/polyaxon-operator
imageTag: 1.6.0
imageTag: 1.6.1
imagePullPolicy: IfNotPresent
maxConcurrentReconciles: 1
resources:
Expand All @@ -202,7 +202,7 @@ operator:
scheduler:
enabled: false
image: polyaxon/polyaxon-scheduler
imageTag: 1.6.0
imageTag: 1.6.1
imagePullPolicy: IfNotPresent
replicas: 1
concurrency: 2
Expand All @@ -223,7 +223,7 @@ scheduler:
compiler:
enabled: false
image:
imageTag: 1.6.0
imageTag: 1.6.1
imagePullPolicy: IfNotPresent
replicas: 1
concurrency: 2
Expand All @@ -244,7 +244,7 @@ compiler:
worker:
enabled: false
image:
imageTag: 1.6.0
imageTag: 1.6.1
imagePullPolicy: IfNotPresent
replicas: 1
concurrency: 2
Expand All @@ -265,7 +265,7 @@ worker:
beat:
enabled: false
image:
imageTag: 1.6.0
imageTag: 1.6.1
imagePullPolicy: IfNotPresent
replicas: 1
resources:
Expand Down Expand Up @@ -302,7 +302,7 @@ apiHooks: {}

cleanHooks:
image: polyaxon/polyaxon-cli
imageTag: 1.6.0
imageTag: 1.6.1
imagePullPolicy: IfNotPresent

tablesHook:
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements.txt
@@ -1 +1 @@
polyaxon==1.6.0
polyaxon==1.6.1
2 changes: 1 addition & 1 deletion config/setup/default.yaml
@@ -1,3 +1,3 @@
deploymentChart: platform
deploymentVersion: 1.6.0
deploymentVersion: 1.6.1
namespace: test
2 changes: 1 addition & 1 deletion core/polyaxon/pkg.py
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

NAME = "polyaxon"
VERSION = "1.6.0"
VERSION = "1.6.1"
SCHEMA_VERSION = 1.1
DESC = "Command Line Interface (CLI) and client to interact with Polyaxon API."
URL = "https://github.com/polyaxon/polyaxon"
Expand Down
1 change: 1 addition & 0 deletions core/polyaxon/polyboard/logging/schemas.py
Expand Up @@ -142,6 +142,7 @@ def read_csv(cls, data: str, parse_dates: bool = True) -> "V1Logs":
csv,
sep=V1Log.SEPARATOR,
parse_dates=["timestamp"],
error_bad_lines=False,
)
else:
df = pd.read_csv(
Expand Down
7 changes: 3 additions & 4 deletions core/requirements/requirements-dev.txt
@@ -1,7 +1,7 @@
-r ../../requirements/base.txt

docker==4.2.2
GitPython==3.1.7
docker
GitPython<3.2.0

numpy>=1.15.2
scikit-learn==0.23.2
Expand All @@ -12,11 +12,10 @@ boto3==1.16.5
botocore==1.19.5
google-cloud-storage==1.31.0

httpretty==1.0.2
moto==1.3.16
google-compute-engine==2.8.13

kubernetes_asyncio==11.3.0
kubernetes_asyncio==12.0.1
starlette==0.14.1
aiofiles==0.6.0
uvicorn==0.13.3
Expand Down
2 changes: 1 addition & 1 deletion core/setup.cfg
Expand Up @@ -10,7 +10,7 @@ lines_between_types = 1
order_by_type = true
known_future_library = future,pies
extra_standard_library = typing,mock,pytest,factory,faker,flaky,numpy,pandas,requests,websocket,jinja2,yaml,pytz
known_third_party = rest_framework,scipy,sklearn,datadog,docker,corsheaders,httpretty,celery,picklefield,sentry_sdk,ujson,marshmallow
known_third_party = rest_framework,scipy,sklearn,datadog,docker,corsheaders,celery,picklefield,sentry_sdk,ujson,marshmallow
known_first_party = polyaxon
indent = ' '
multi_line_output = 3
Expand Down
4 changes: 2 additions & 2 deletions core/setup.py
Expand Up @@ -74,7 +74,7 @@ def run_tests(self):
"Jinja2>=2.10.3",
"kubernetes>=10.0.1",
"marshmallow<3.11.0",
"polyaxon-sdk==1.6.0",
"polyaxon-sdk==1.6.1",
"python-dateutil>=2.7.3",
"pytz>=2019.2",
"PyYAML>=5.1",
Expand Down Expand Up @@ -104,7 +104,7 @@ def run_tests(self):
"altair",
],
"streams": [
"kubernetes_asyncio==11.3.0",
"kubernetes_asyncio==12.0.1",
"starlette==0.14.1",
"aiofiles==0.6.0",
"uvicorn==0.13.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/tracking/keras/bidirectional_lstm/requirements.txt
@@ -1,3 +1,3 @@
tensorflow==1.15.5
keras==2.2.2
tensorflow
keras
polyaxon
4 changes: 2 additions & 2 deletions examples/tracking/keras/cnn_lstm/requirements.txt
@@ -1,3 +1,3 @@
tensorflow==1.15.5
keras==2.2.2
tensorflow
keras
polyaxon
4 changes: 2 additions & 2 deletions examples/tracking/keras/mnist/requirements.txt
@@ -1,3 +1,3 @@
tensorflow==1.15.5
keras==2.2.2
tensorflow
keras
polyaxon
2 changes: 1 addition & 1 deletion hub/dockerizer/1.5.yaml
Expand Up @@ -25,7 +25,7 @@ run:
kind: job
connections: ["{{ params.destination.connection }}"]
container:
image: polyaxon/polyaxon-dockerizer:1.6.0
image: polyaxon/polyaxon-dockerizer:1.5.4
imagePullPolicy: "IfNotPresent"
args: [
"build-and-push",
Expand Down
40 changes: 40 additions & 0 deletions hub/dockerizer/1.6.yaml
@@ -0,0 +1,40 @@
version: 1.1
kind: component
name: dockerizer
description: "Build container images with Polyaxon dockerizer"
tags: ["build"]

inputs:
- name: context
isOptional: true
type: str
- name: nocache
isOptional: true
type: bool
isFlag: true
value: false

outputs:
- name: destination
type: image

plugins:
docker: true

run:
kind: job
connections: ["{{ params.destination.connection }}"]
container:
image: polyaxon/polyaxon-dockerizer:1.6.1
imagePullPolicy: "IfNotPresent"
args: [
"build-and-push",
"-c",
"{{ context or globals.artifacts_path }}",
"-d",
"{{ (connections[params.destination.connection].url + '/' + destination) if (params.destination.connection in connections and connections[params.destination.connection].url) else destination }}",
"{{ nocache }}"
]
env:
- name: PYTHONUNBUFFERED
value: "true"
2 changes: 1 addition & 1 deletion hub/dockerizer/latest.yaml
Expand Up @@ -25,7 +25,7 @@ run:
kind: job
connections: ["{{ params.destination.connection }}"]
container:
image: polyaxon/polyaxon-dockerizer:1.6.0
image: polyaxon/polyaxon-dockerizer:1.6.1
imagePullPolicy: "Always"
args: [
"build-and-push",
Expand Down
2 changes: 1 addition & 1 deletion operator/Makefile
@@ -1,6 +1,6 @@

# Image URL to use all building/pushing image targets
IMG ?= polyaxon/polyaxon-operator:1.6.0
IMG ?= polyaxon/polyaxon-operator:1.6.1
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
CRD_OPTIONS ?= "crd:trivialVersions=true"

Expand Down
2 changes: 1 addition & 1 deletion platform/core-scheduler/setup.cfg
Expand Up @@ -15,7 +15,7 @@ lines_between_types = 1
order_by_type = true
known_future_library = future,pies
extra_standard_library = typing,mock,pytest,factory,faker,flaky,numpy,pandas,requests,websocket,jinja2,yaml,pytz
known_third_party = rest_framework,scipy,sklearn,datadog,docker,corsheaders,httpretty,celery,picklefield,sentry_sdk,ujson,marshmallow
known_third_party = rest_framework,scipy,sklearn,datadog,docker,corsheaders,celery,picklefield,sentry_sdk,ujson,marshmallow
known_first_party = polyaxon,polycommon,coredb,tests
indent = ' '
multi_line_output = 3
Expand Down
2 changes: 1 addition & 1 deletion platform/coreapi/setup.cfg
Expand Up @@ -22,7 +22,7 @@ lines_between_types = 1
order_by_type = true
known_future_library = future,pies
extra_standard_library = typing,mock,pytest,factory,faker,flaky,numpy,pandas,requests,websocket,jinja2,yaml,pytz
known_third_party = rest_framework,scipy,sklearn,datadog,docker,corsheaders,httpretty,celery,picklefield,sentry_sdk,ujson,marshmallow
known_third_party = rest_framework,scipy,sklearn,datadog,docker,corsheaders,celery,picklefield,sentry_sdk,ujson,marshmallow
known_first_party = polyaxon,polycommon,coredb,tests
indent = ' '
multi_line_output = 3
Expand Down
2 changes: 1 addition & 1 deletion platform/coredb/setup.cfg
Expand Up @@ -19,7 +19,7 @@ lines_between_types = 1
order_by_type = True
known_future_library = future,pies
extra_standard_library = typing,mock,pytest,factory,faker,flaky,numpy,pandas,requests,websocket,jinja2,yaml,pytz
known_third_party = rest_framework,scipy,sklearn,datadog,docker,corsheaders,httpretty,celery,picklefield,sentry_sdk,ujson,marshmallow
known_third_party = rest_framework,scipy,sklearn,datadog,docker,corsheaders,celery,picklefield,sentry_sdk,ujson,marshmallow
known_first_party = polyaxon,coredb,polycommon,tests
indent = ' '
multi_line_output = 3
Expand Down
2 changes: 1 addition & 1 deletion platform/polycommon/polycommon/pkg.py
Expand Up @@ -14,4 +14,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION = "1.6.0"
VERSION = "1.6.1"

0 comments on commit 11deb56

Please sign in to comment.