Skip to content

Releases: fiaas/k8s

v0.9.0

09 May 07:05
76dbdf4
Compare
Choose a tag to compare

Changes since last version

  • 3bae5d5: Handle Field(dict) similar to other types
  • 32b6e96: Add a few more volume types to Pod
  • de6d28b: Add support for more fields on ObjectMeta, in particular OwnerReference

v0.8.0

08 Mar 14:56
4e0f3d5
Compare
Choose a tag to compare

Changes since last version

  • dfc64d7: Remove duplicated test
  • f6bca1b: Add list_url on all relevant resources
  • fc426d9: Support list and find on Models across namespaces

v0.7.0

02 Mar 09:29
b13a348
Compare
Choose a tag to compare

Changes since last version

  • 664a82e: Extend jobspec with the available api fields
  • 7109ac5: Remove test_replication_controller
  • ae3f6e1: Fix field type
  • b2f3695: Optimize imports
  • 82c67dd: Add support for jobs api
  • 71c5bfe: Add support for specifying a specific command to run for a container
  • 445bd6d: Add support for auto-generated names in metadata

v0.6.1

09 Feb 12:29
4882fa1
Compare
Choose a tag to compare

Changes since last version

  • d1ff545: minAvailable and maxUnavailable are StringOrInt, so set alt_type=int

v0.6.0

08 Feb 11:39
95d6af8
Compare
Choose a tag to compare

Changes since last version

  • 05b3476: Fix the url_template
  • e6e5257: Fix issues with class naming
  • 71f073c: Add support for PodDisruptionBudget
  • 3d84275: Pin pytest to 3.3.2

v0.5.0

24 Jan 12:09
2b1b980
Compare
Choose a tag to compare

Changes since last version

  • 3d18044: Set max line length to 120
  • c5f151c: Revert "Add flake8 config - bump max line length to 120"
  • 812f30d: Add flake8 config - bump max line length to 120
  • bee22e3: Clarify error message when watch_list_url_tempalte is missing
  • e043949: Add namespace parameter to high-level watcher
  • 70d81e5: Add namespace parameter to watch_list
  • 6134c9e: Add missing test_requirements
  • d1ca879: Test all possible sensitive headers
  • f478856: Try to not leak sensitive headers when logging HTTP errors
  • eddf973: Add some documentation
  • ae0c4ff: Support events for object with same name in different namespace
  • aa66e35: Add a Watcher, with some high-level handling of watches
  • 4998f3f: Add auto-generated CRD docs

v0.4.0

04 Jan 14:41
6f8c0de
Compare
Choose a tag to compare

Changes since last version

  • f6da11e: Drop python 3.3 support, since pytest no longer supports it
  • 2286032: Support for lifecycle hooks

v0.3.4

22 Nov 12:40
ff629c8
Compare
Choose a tag to compare

Changes since last version

  • 1c5993a: DOCD-1243 Declare httpHeaders as ListField(HTTPHeader)

v0.3.3

20 Nov 21:27
803ca33
Compare
Choose a tag to compare

Changes since last version

  • f511b98: Custom Resource Definition
  • 072717e: Updated documentation
  • e534465: Make future diffs easier to read
  • 4b048f0: DOCD-1319 - Support Time fields, using datetime.datetime

v0.3.2

16 Oct 13:53
Compare
Choose a tag to compare

Changes since last version

  • c2fab1c: Fix tests
  • 1991a63: Add support for envFrom and optional configmaps and secrets