Skip to content

Releases: thoth-station/thoth-application

Release 2021.03.01

01 Mar 17:23
362a22c
Compare
Choose a tag to compare

With these updates, we have completed the release of 2021.03.01

Thanks for all the hard work 🤗
@goern @fridex @KPostOffice @pacospace @sub-mod @xtuchyna

Release 2021.02.15

15 Feb 15:17
d85daef
Compare
Choose a tag to compare

This is the production release for sprint cycle 15.02.2021
With this release, we would be updating thoth-components with the following feature updates and fixes.

[x] Advise-reporter

[x] Adviser

[x] Investigator

[x] Messaging

[x] Graph-refresh

[x] Graph-sync

[x] kebechet

[x] Management-api

[x] Metrics-exporter

[x] Package-extract

[x] Package-update

[x] User-api

Release 2021.02.01

10 Feb 13:55
3cb8a82
Compare
Choose a tag to compare

Release 2021.02.01

With this release, we are happy to announce that our service has moved to a publicly accessible location! We have
invested a lot of work to migrate all our services to an OpenShift platform that is maintained by our friends of
Operate First: Bots and Cyborgs, Pipelines and CI, Prow and all our GitHub applications
have been migrated to run on the MOC! Thanks to all our supporters in these two great
projects!

See Thoth Application Kustomize manifests for a
definitive list of all the versions used in this release.

Build Watcher 0.8.0

We added another tool to aggregate more information and learn from them: a bot that watches for builds done in an
OpenShift cluster and automatically submits container images and build logs to Thoth Service. This bot helps Thoth
to aggregate new knowledge about build failures and possible package issues.

This is something that could even be deployed on you on-premise cluster and help with extending the Thoth
knowledge graph.

Update: Developer Chat

As we can not open up the chat in general, we would like to ask you to open an issue on GitHub, and we will invite you
to our channel. Please include the Google ID you would like us to send the invite to.

Toolbox: Container Images Update

As always, we have released new container images via our OpenShift Pipelines based release toolchain, please find
all the current container images on our organization on quay.io.

Source-to-Image (S2I) Builds

Since version 0.21 the Thoth S2I builder images are label to include security-related knowledge into account while
generating a software stack recommendation (or advise as we call it). As a result of a large knowledge generation
activity during December and January, we are now able to provide security (specifically CVE and bandit based)
information advise! The effect of this large gain in knowledge will be more secure software stacks! You can get
these recommendations by selecting the appropriate recommendation_type (latest or security) via thamos'
configuration, see thamos documentation on recommendation types
for more details.

Investigator 0.9.1

Features

  • Remove use-before-declared linter warning (#390)
  • Buildlog analysis trigger (#393)
  • Manual update of dependencies (#405)
  • analsysis->analysis (#410)
  • remove message contents (link instead) (#409)
  • decs are applied inside-out (#424)
  • Add metric schema (#428)
  • Standardize metrics for revision check (#434)

Improvements

  • Do not use mutable arguments in functions (#391)
  • removed bissenbay, thanks for your contributions!
  • Update dependencies to have more recent thoth-common (#418)
  • retry on exceptions and other error handling (#389)

Advirer 0.22.0

Features

  • State python_requires in the compatibility section of docs (#1619)
  • Implement a sieve that filters out TensorFlow==2.4.0 on non-AVX2 CPU (#1617)
  • Add justification to stack info if a package with CVE is avoided (#1611)
  • Recommend TensorFlow 2.4 based on CUDA support (#1605)
  • Relock so that typing extensions have the right environment marker (#1607)
  • Fix testsuite for Python 3.8 (#1603)
  • Introduce THOTH_CONFIG_CHECK environment variable (#1592)
  • Update TensorFlow symbols database (#1587)
  • port to python 38

Meta-Information Indicator 2.3.1

Features

  • Add specific labels to issues (#286)
  • Fix/dependency update author (#290)
  • PullRequestDiscussion entity (#302)
  • add dominik to approvers (#305)
  • Add explicitly thoth-pytest38 (#303)
  • Multiple entities now passed as comma sep. string (#296)
  • Check if readme exists (#319)
  • Check that patch can be None (#320)

Improvements

  • Add title and body attributes for inspection (#298)
  • Add requirements for PyPI, remove unnecessary dependencies (#310)

Build Watcher 0.8.0

Features

  • Adjustments to use new build analysis endpoint (#183)
  • port to python 38 (#176)
  • ⛄ support pre-commit (#174)
  • Remove latest versions limitation (#171)
  • added a 'tekton trigger tag_release pipeline issue'
  • Catch the manifest exception as warning
  • Fixing traceback raise issue with warning
  • Remove redundant if statement
  • Fixing @ issue in image push to quay
  • Flexibility to push images to quay
  • Happy new year!
  • Use RHEL instead of UBI
  • Update Thoth configuration file and Thoth's s2i configuration
  • updated templates with annotations and param thoth-advise-value
  • Propagate deployment name for sentry environment
  • openshift deployment templates changed
  • Distinguish TLS verification flag
  • :bowtie: update few fixes and also prometheus metrics set operation
  • 🎶 build-watcher is updated to send prometheus metrics
  • 🎉 update to watch the entire build(images, base_image & buildlog)
  • Update zuul pipeline to use the new version trigger build job
  • Added a required field for deployment of dc and imagestream in different namespace
  • Use versions of libraries from PyPI
  • Report environment type of images submitted for analysis
  • Propagate environment type on provisioning
  • Create service account in deployment
  • Provide Ansible playbooks
  • State service account configuration in README
  • State presence of s2i container
  • Implement process pool of workers
  • Add skopeo binary
  • Add ability to push containers to an external registry
  • Do not share OpenShift instance across namespaces
  • Introduce event producer following workqueue pattern
  • Do not clash with env var used by thoth-common
  • State Thamos env var to disable TLS warnings
  • Do not propagate credentials if user did not request analysis (#219)
  • Extend README file with links (#218)
  • No submit parameters (#217)
  • Adjust deployment templates and README
  • Provide parameters to avoid submitting specific inputs (#215)
  • Fix typing in the application (#212)
  • Use s2i-thoth-ubi-8-py38 as a base image (#195)
  • Fix logged entries which might be None (#202)
  • Add pull-request template (#196)
  • Tweak environment variables supplied (#203)
  • Fix pre-commit issues and bump black version (#197)
  • Fix API version in sources (#199)

Bug Fixes

  • Relock to fix typing extensions issue caused by Pipenv resolver (#191)
  • 🐛 fixed the webhook url of the build trigger job
  • Push to registry only if the push registry was provided (#204)
  • Improve error message reported to the user (#1588)

Improvements

  • Provide version identifier for Kebechet and expose it in logs (#190)
  • sa and rolebinding creation separated
  • Do not run adviser from bc in debug mode
  • Distinguish between runtime and buildtime images monitored
  • Fixes and improvements during dh-jupyterhub deployment
  • Fixes needed for correct pushing
  • Add missing parameter, make TLS disabling of warnings parametrizable
  • Minor improvements in template

Breaking Changes

None, please file an issue if you hit any, our join our
Thoth Station Developer Chat

Release 2020.10.28

28 Oct 10:24
09782ff
Compare
Choose a tag to compare

With this release we have focused on knowledge generation: a) by better connecting the backend components and b) by
broadening the security related indicators.

All backend features feed directly into the quality of Thoth's services,
more specifically Kebechet and Thamos.

See Thoth Application Kustomize manifests for a
definitive list of all the versions used in this release.

Breaking Changes

None, please file an issue if you hit any!

Notes

All our end-user tools (like thamos or glyph) are available as part of the
Thoth Toolbox container image.

Investigator v0.7

Thoth's investigator is a Kafka based component that consumes all messages produced by Thoth components and reacts to
them by scheduling Argo Workflows.

It has a monitoring system in places that allow Thoth's DevOps team to observe what is happening within Thoth in
terms of Kafka, OpenShift, and Argo for all the different components.

Depending on the type of message received by Investigator, a workflow is scheduled to increase or update the knowledge
stored by Thoth. As always, the readme
is a great source of detailed information.

thoth-glyph for this release:

0   correct link (#345)                                       features
1   confluent rework (#344)* use wip: messaging ch...       perfective
2   add kebechet run url (#342)* added kebechet ru...         features
3   :pushpin: automatic update of dependency hypot...         features
4   :pushpin: automatic update of dependency thoth...         features
5   :pushpin: automatic update of dependency thoth...         features
6   add docs for thoth investigator (#330)* add do...         features
7   :pushpin: automatic update of dependency hypot...         features
8   :pushpin: automatic update of dependency thoth...         features
9   remove producer from investigator (#329)* remo...          unknown
10  :pushpin: automatic update of dependency mypy ...         features
11  :pushpin: automatic update of dependency thoth...         features

Security Indicators v0.1

We have introduced Security Indicators: all package releases
observed by Thoth are augmented with bandit related information. These information
is used during advise generation to add or remove packages from candidate stacks. Security Indicators are taken into
consideration when using the 'security' recommendation type
with thamos advise.

Adviser v0.19

Adviser is Thoth's recommendation system, depending on the
recommendation type, it takes a set of observations into account when resolving a software stack and generating a
recommendation to the user.

This release features the technical requirements to include Security Indicators into a software stack resolution.

If you would like to interact with Thoth from a user's perspective, check Thamos.

Thoth Toolbox v0.5.4

Adding thoth-glyph to our toolbox container image enables a developer to get
a quick view of what changes in which categories. The Glyph readme is a great source of information, please go ahead
and pull the container image from https://quay.io/repository/thoth-station/thoth-toolbox?tab=info

Release 2020.10.01

28 Oct 10:26
1017fa1
Compare
Choose a tag to compare

We have done a lot of 'internal' updates and maintenance, focusing on renewing the way Thoth handles learning
about new releases of packages.

See Thoth Application Kustomize manifests for a
definitive list of all the versions used in this release.

Investigator v0.5

Thoth Investigator is an agent sent out by Thoth to seek new
information on packages, that will yield observations and knowledge to Thoth.

It is called by Thoth components to gather new messages after investigations about possible observations on packages.

Thoth Investigator centre of investigation receives those messages and after further investigation decides what
actions need to be taken depending on the messages received, so that Thoth can increase its knowledge.

This release of investigator is migrating more components of Thoth to a Kafka-based messaging.
In addition to that, we re-schedule adviser's Argo Workflows that have not created results before. The re-scheduled
workflow will create more meaningful advise as Thoth might have learned about packages being used (which might have
been unknown on the first run) and help Thoth keeping its knowledge up to date.

Thoth Service Level Objective (SLO) reporter v0.7

Thoth's Service Level Objectiv (SLO) Reporter purpose is to share
Thoth's achievements and behaviour with the outside world.

We have extended it's README and developers guide, so that understand it's concepts and components get easier. A lot
of Thoth internal observability has been added to a large set of components, all metrics are surfacing via SLO reporter
into Grafana dashboards.

Breaking Changes

None are known, please file issues if you hit any!

Notes

These enhancements have been deployed and are available to Qeb-Hwt immediately.

2020.09.17

17 Sep 20:25
662d133
Compare
Choose a tag to compare

Release 2020.09.17

First of all, why do we use CalVer for the core repository? Because the Thoth Services and
Tools consist of a large set of GitHub-hosted repositories,
Python modules, container images and
even RPMs.
Any of these components might yield to a release at any time. This release note file covers the aggregation of important
releases in the contexts of

  • Thoth Service - our back end services, the knowledge generation
  • the toolbox - command line tools and their packages

Index of Justifications

Starting with this release, we publish a human-readable list of justifications. This list is referenced from any thamos advise output on the terminal, or any pipeline integration. Its purpose is
to show the knowledge contained in Thoth's services and to act as a jump-page to more detailed and background information.
Especially the jump-page character is important to users, as we don't want to clutter the terminal/pipeline output, but
want to reveal to results of our reinforcement learning process in a transparent way.

Breaking Changes

None are known, please file issues if you hit any!

Adviser

Adviser is Thoth's recommendation engine and software stack generator.

Notes

These enhancements have been deployed and are available to Qeb-Hwt immediately.