dcos-commons icon indicating copy to clipboard operation
dcos-commons copied to clipboard

DC/OS SDK is a collection of tools, libraries, and documentation for easy integration of technologies such as Kafka, Cassandra, HDFS, Spark, and TensorFlow with DC/OS.

Results 61 dcos-commons issues
Sort by recently updated
recently updated
newest added

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [atomicwrites](https://togithub.com/untitaker/python-atomicwrites) | minor | `==1.2.1` -> `==1.4.0` | --- ### Release Notes untitaker/python-atomicwrites...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [aspy.yaml](https://togithub.com/asottile/aspy.yaml) | minor | `==1.2.0` -> `==1.3.0` | --- ### Release Notes asottile/aspy.yaml...

Add `container-path` to the external volume when a pod has multiple external-volumes defined. This is only used when the user does not explicitly set a external-volume name.

## Jira Ticket [COPS-6607](https://jira.d2iq.com/browse/COPS-6607) ## Description This PR adds some useful UDF settings for Cassandra along with their default values as mentioned below: ``` enable_user_defined_functions_threads: true user_defined_function_warn_micros: 500 user_defined_function_fail_micros: 10000...

cassandra
ready for review

Currently all PRs use the `dcos-commons:latest` tag as seen [here](https://github.com/mesosphere/dcos-commons/blob/master/Jenkinsfile.dcos-commons#L54). Having multiple PRs update the test or tooling harnesses becomes difficult in such a scenario where only one image can...

Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9.2 to 3.2. Changelog Sourced from cryptography's changelog. 3.2 - 2020-10-25 * **SECURITY ISSUE:** Attempted to make RSA PKCS#1v1.5 decryption more constant time, to protect against Bleichenbacher...

dependencies
python

Bumps [junit](https://github.com/junit-team/junit4) from 3.8.1 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies
java

Resolves [PyInstaller advisory](https://github.com/pyinstaller/pyinstaller/security/advisories/GHSA-7fcj-pq9j-wh2r) on Windows. SDK is not affected by this advisory as its frameworks don't run on Windows, the patch to fix it is minor and we're applying it.