Skip to content

Commit

Permalink
bumps version number to 0.3.6 (#1409)
Browse files Browse the repository at this point in the history
Co-authored-by: Vikram Sreekanti <vsreekanti@gmail.com>
Co-authored-by: hsubbaraj <hsubbaraj@aqueducthq.com>
Co-authored-by: Wei Chen <wei@aqueducthq.com>
  • Loading branch information
4 people committed Jun 7, 2023
1 parent 1c55306 commit 840f917
Show file tree
Hide file tree
Showing 31 changed files with 54 additions and 32 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,27 @@
# Changelog

## 0.3.6
Released on June 6, 2023.

### Key Features
* Enables users to selectively or completely disable Aqueduct's artifact
snapshotting functionality. When defining a workflow, users can now decide
to disable snapshotting for an individual artifact or for all artifacts in
a workflow; if selected, these artifacts will only be generated during
computation time and then garbage collected. No data will be persisted
beyond any data that is explicilty `save`d. See our [documentation](https://docs.aqueducthq.com/workflows/creating-a-workflow#publishing-a-workflow)
for more details.

### Enhancements
* Enables on-demand Kubernetes clusters on Google Cloud to use GPU nodes in an
autoscaling capacity.

### Bugfixes
* Fixes bug where resources could not be deleted even when unused.
* Fixes bug where workflows that succeeded with a warning check were shown in a
regular success state instead of a warning state.
* Fixes page load jitter when a large number of workflows are present.

## 0.3.5
Released on May 31, 2023.

Expand Down
2 changes: 1 addition & 1 deletion sdk/version
@@ -1 +1 @@
0.3.5
0.3.6
2 changes: 1 addition & 1 deletion src/dockerfiles/Makefile
@@ -1,5 +1,5 @@
.DEFAULT_GOAL = all
VERSION = 0.3.5
VERSION = 0.3.6

# By default, turn off the Makefile practice of printing each command before
# you run it.
Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/connectors/athena.dockerfile
@@ -1,4 +1,4 @@
FROM aqueducthq/base_connector:0.3.5
FROM aqueducthq/base_connector:0.3.6

MAINTAINER Aqueduct <hello@aqueducthq.com> version: 0.1

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/connectors/bigquery.dockerfile
@@ -1,4 +1,4 @@
FROM aqueducthq/base_connector:0.3.5
FROM aqueducthq/base_connector:0.3.6

MAINTAINER Aqueduct <hello@aqueducthq.com> version: 0.1

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/connectors/mysql.dockerfile
@@ -1,4 +1,4 @@
FROM aqueducthq/base_connector:0.3.5
FROM aqueducthq/base_connector:0.3.6

MAINTAINER Aqueduct <hello@spiralai.co> version: 0.1

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/connectors/postgres.dockerfile
@@ -1,4 +1,4 @@
FROM aqueducthq/base_connector:0.3.5
FROM aqueducthq/base_connector:0.3.6

MAINTAINER Aqueduct <hello@aqueducthq.com> version: 0.1

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/connectors/s3.dockerfile
@@ -1,4 +1,4 @@
FROM aqueducthq/base_connector:0.3.5
FROM aqueducthq/base_connector:0.3.6

MAINTAINER Aqueduct <hello@aqueducthq.com> version: 0.1

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/connectors/snowflake.dockerfile
@@ -1,4 +1,4 @@
FROM aqueducthq/base_connector:0.3.5
FROM aqueducthq/base_connector:0.3.6

MAINTAINER Aqueduct <hello@aqueducthq.com> version: 0.1

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/connectors/sqlserver.dockerfile
@@ -1,4 +1,4 @@
FROM aqueducthq/base_connector:0.3.5
FROM aqueducthq/base_connector:0.3.6

MAINTAINER Aqueduct <hello@aqueducthq.com> version: 0.1

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/function/function310.dockerfile
Expand Up @@ -16,7 +16,7 @@ pyarrow==7.0.0 \
boto3==1.18.0 \
pydantic==1.9.0 \
scikit_learn==1.0.2 \
aqueduct-ml==0.3.5
aqueduct-ml==0.3.6

ENV PYTHONUNBUFFERED 1

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/function/function37.dockerfile
Expand Up @@ -16,7 +16,7 @@ boto3==1.18.0 \
pydantic==1.9.0 \
scikit_learn==1.0.2 \
typing_extensions==4.3.0 \
aqueduct-ml==0.3.5
aqueduct-ml==0.3.6


ENV PYTHONUNBUFFERED 1
Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/function/function38.dockerfile
Expand Up @@ -16,7 +16,7 @@ pyarrow==7.0.0 \
boto3==1.18.0 \
pydantic==1.9.0 \
scikit_learn==1.0.2 \
aqueduct-ml==0.3.5
aqueduct-ml==0.3.6

ENV PYTHONUNBUFFERED 1

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/function/function39.dockerfile
Expand Up @@ -16,7 +16,7 @@ pyarrow==7.0.0 \
boto3==1.18.0 \
pydantic==1.9.0 \
scikit_learn==1.0.2 \
aqueduct-ml==0.3.5
aqueduct-ml==0.3.6

ENV PYTHONUNBUFFERED 1

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/gpu/py310_env.yml
Expand Up @@ -14,4 +14,4 @@ dependencies:
- pip:
- scikit_learn==1.0.2
- typing_extensions==4.3.0
- aqueduct-ml==0.3.5
- aqueduct-ml==0.3.6
2 changes: 1 addition & 1 deletion src/dockerfiles/gpu/py37_env.yml
Expand Up @@ -14,4 +14,4 @@ dependencies:
- pip:
- scikit_learn==1.0.2
- typing_extensions==4.3.0
- aqueduct-ml==0.3.5
- aqueduct-ml==0.3.6
2 changes: 1 addition & 1 deletion src/dockerfiles/gpu/py38_env.yml
Expand Up @@ -14,4 +14,4 @@ dependencies:
- pip:
- scikit_learn==1.0.2
- typing_extensions==4.3.0
- aqueduct-ml==0.3.5
- aqueduct-ml==0.3.6
2 changes: 1 addition & 1 deletion src/dockerfiles/gpu/py39_env.yml
Expand Up @@ -14,4 +14,4 @@ dependencies:
- pip:
- scikit_learn==1.0.2
- typing_extensions==4.3.0
- aqueduct-ml==0.3.5
- aqueduct-ml==0.3.6
2 changes: 1 addition & 1 deletion src/dockerfiles/lambda/function/requirements-37.txt
Expand Up @@ -7,4 +7,4 @@ boto3==1.18.0
pydantic==1.9.0
scikit_learn==1.0.2
typing_extensions==4.3.0
aqueduct-ml==0.3.5
aqueduct-ml==0.3.6
2 changes: 1 addition & 1 deletion src/dockerfiles/lambda/function/requirements.txt
Expand Up @@ -6,4 +6,4 @@ pyarrow==7.0.0
boto3==1.18.0
pydantic==1.9.0
scikit_learn==1.0.2
aqueduct-ml==0.3.5
aqueduct-ml==0.3.6
2 changes: 1 addition & 1 deletion src/dockerfiles/lambda/requirements.txt
Expand Up @@ -6,4 +6,4 @@ pydantic==1.9.0
pyyaml
SQLAlchemy==1.4.30
typing_extensions==4.3.0
aqueduct-ml==0.3.5
aqueduct-ml==0.3.6
2 changes: 1 addition & 1 deletion src/dockerfiles/spark/spark-py310-env.dockerfile
Expand Up @@ -25,7 +25,7 @@ RUN wget --quiet https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -O aws
unzip awscliv2.zip && ./aws/install

RUN conda activate py310_env
RUN pip install conda-pack aqueduct-ml==0.3.5
RUN pip install conda-pack aqueduct-ml==0.3.6

COPY ./spark/create-conda-env.sh /

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/spark/spark-py37-env.dockerfile
Expand Up @@ -25,7 +25,7 @@ RUN wget --quiet https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -O aws
unzip awscliv2.zip && ./aws/install

RUN conda activate py37_env
RUN pip install conda-pack aqueduct-ml==0.3.5
RUN pip install conda-pack aqueduct-ml==0.3.6

COPY ./spark/create-conda-env.sh /

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/spark/spark-py38-env.dockerfile
Expand Up @@ -25,7 +25,7 @@ RUN wget --quiet https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -O aws
unzip awscliv2.zip && ./aws/install

RUN conda activate py38_env
RUN pip install conda-pack aqueduct-ml==0.3.5
RUN pip install conda-pack aqueduct-ml==0.3.6

COPY ./spark/create-conda-env.sh /

Expand Down
2 changes: 1 addition & 1 deletion src/dockerfiles/spark/spark-py39-env.dockerfile
Expand Up @@ -25,7 +25,7 @@ RUN wget --quiet https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -O aws
unzip awscliv2.zip && ./aws/install

RUN conda activate py39_env
RUN pip install conda-pack aqueduct-ml==0.3.5
RUN pip install conda-pack aqueduct-ml==0.3.6

COPY ./spark/create-conda-env.sh /

Expand Down
2 changes: 1 addition & 1 deletion src/golang/lib/constants.go
@@ -1,3 +1,3 @@
package lib

const ServerVersionNumber = "0.3.5"
const ServerVersionNumber = "0.3.6"
2 changes: 1 addition & 1 deletion src/python/bin/aqueduct
Expand Up @@ -38,7 +38,7 @@ base_directory = os.path.join(os.environ["HOME"], ".aqueduct")
server_directory = os.path.join(os.environ["HOME"], ".aqueduct", "server")
ui_directory = os.path.join(os.environ["HOME"], ".aqueduct", "ui")

package_version = "0.3.5"
package_version = "0.3.6"
aws_credentials_path = os.path.join(os.environ["HOME"], ".aws", "credentials")

default_server_port = 8080
Expand Down
2 changes: 1 addition & 1 deletion src/python/version
@@ -1 +1 @@
0.3.5
0.3.6
4 changes: 2 additions & 2 deletions src/ui/app/package.json
@@ -1,15 +1,15 @@
{
"name": "@aqueducthq/ui",
"author": "Aqueduct, Inc. <hello@aqueducthq.com>",
"version": "0.3.5",
"version": "0.3.6",
"scripts": {
"start": "parcel --no-cache index.html",
"build": "parcel build --public-url /dist --dist-dir dist/default index.html",
"lint": "npx eslint . --format table",
"lint:fix": "eslint . --format table --fix"
},
"dependencies": {
"@aqueducthq/common": "0.3.5",
"@aqueducthq/common": "0.3.6",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@fortawesome/fontawesome-svg-core": "6.2.1",
Expand Down
4 changes: 2 additions & 2 deletions src/ui/common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/ui/common/package.json
@@ -1,7 +1,7 @@
{
"name": "@aqueducthq/common",
"author": "Aqueduct <hello@aqueducthq.com>",
"version": "0.3.5",
"version": "0.3.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"alias": {
Expand Down

0 comments on commit 840f917

Please sign in to comment.