Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.13.0 beta.2 #553

Merged
merged 4 commits into from
Apr 30, 2020
Merged

Release v1.13.0 beta.2 #553

merged 4 commits into from
Apr 30, 2020

Conversation

hardbyte
Copy link
Collaborator

@hardbyte hardbyte commented Apr 30, 2020

Adds changelog for release 1.13.0 beta2 to the develop branch, if accepted I'll also create a PR to merge into master.

Draft release notes:

Adds support for users to supply blocking information along with encodings. Data can now be uploaded to
an object store and pulled by the Anonlink Entity Service instead of uploaded via the REST API.
This release includes substantial internal changes as encodings are now stored in Postgres instead of
the object store.

Misc changes/fixes:

Try it out

You can pull this repository and try with Docker Compose. The Docker images are all hosted on Docker Hub:

Component Docker Hub
Base Image data61/anonlink-base
Backend/Worker data61/anonlink-app
E2E Tests data61/anonlink-test
Nginx Proxy data61/anonlink-nginx
Benchmark data61/anonlink-benchmark
Docs data61/anonlink-docs-builder

Using Kubernetes (follow the detailed docs here:

helm repo add data61 https://data61.github.io/charts
helm repo update
helm install data61/entity-service --version 1.13.1 [--values...]

All the documentation, including tutorials can be found at https://anonlink-entity-service.readthedocs.io/en/latest/index.html

@hardbyte hardbyte requested a review from wilko77 April 30, 2020 02:03
Copy link
Collaborator

@wilko77 wilko77 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ideally, a release PR should only change the version number and the changelog. But since it is your last day, I'll let that pass ;)

@@ -5,8 +5,6 @@ metadata:
labels:
{{- include "es.release_labels" . | indent 4 }}
data:
DEBUG: {{ required "workers.debug is required." .Values.workers.debug | quote }}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what was that for? Why don't we need it anymore?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The debug flag was removed ages ago from the python code and settings. Has just taken a while to remove all traces - now we configure logging in a different config map.

@hardbyte hardbyte merged commit ade1124 into develop Apr 30, 2020
@hardbyte hardbyte deleted the release-v1.13.0-beta.2 branch April 30, 2020 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants