Skip to content

Releases: vidispine/hull

hull-demo-1.29.8

22 May 23:13
2db45f6
Compare
Choose a tag to compare

Changelog


[1.29.8]

FIXES:

  • fix default RoleBinding between default Role and default ServiceAccount. Since namespace was not set for the default ServiceAccount reference, the default RBAC RoleBinding did not apply to the default ServiceAccount as intended.

CHANGES:

  • add possibility to access array items in _HT* via using the item index for arrays instead of a dictionary key for dictionaries in the dotted path. Accessing into multiple nested arrays is possible like this _HT*hull.config.specific.outer-list.0.inner-list.1.key. Related feature issue is this one
  • improve debugging broken YAML errors by including all available info in the generated error message. The error message now contains the actual YAML error and the reference to the specific object type and instance which could not be rendered.
  • started adding reusable helper functions for use with _HT/ in _util_tools.tpl. Populating the data for a Secret or ConfigMap with external files matching a GLOB pattern can be achieved by using hull.util.tools.virtualdata.data.glob. With hull.util.tools.file.get, the contents of an external file can be loaded conveniently outside of the ConfigMap and Secret data context. Thanks ievgenii-shepeliuk for the ideas in this isue

hull-demo-1.28.15

23 May 21:16
2db45f6
Compare
Choose a tag to compare

Changelog


[1.28.15]

FIXES:

  • fix default RoleBinding between default Role and default ServiceAccount. Since namespace was not set for the default ServiceAccount reference, the default RBAC RoleBinding did not apply to the default ServiceAccount as intended.

CHANGES:

  • add possibility to access array items in _HT* via using the item index for arrays instead of a dictionary key for dictionaries in the dotted path. Accessing into multiple nested arrays is possible like this _HT*hull.config.specific.outer-list.0.inner-list.1.key. Related feature issue is this one
  • improve debugging broken YAML errors by including all available info in the generated error message. The error message now contains the actual YAML error and the reference to the specific object type and instance which could not be rendered.
  • started adding reusable helper functions for use with _HT/ in _util_tools.tpl. Populating the data for a Secret or ConfigMap with external files matching a GLOB pattern can be achieved by using hull.util.tools.virtualdata.data.glob. With hull.util.tools.file.get, the contents of an external file can be loaded conveniently outside of the ConfigMap and Secret data context. Thanks ievgenii-shepeliuk for the ideas in this isue

hull-1.29.8

22 May 23:12
2db45f6
Compare
Choose a tag to compare

Changelog


[1.29.8]

FIXES:

  • fix default RoleBinding between default Role and default ServiceAccount. Since namespace was not set for the default ServiceAccount reference, the default RBAC RoleBinding did not apply to the default ServiceAccount as intended.

CHANGES:

  • add possibility to access array items in _HT* via using the item index for arrays instead of a dictionary key for dictionaries in the dotted path. Accessing into multiple nested arrays is possible like this _HT*hull.config.specific.outer-list.0.inner-list.1.key. Related feature issue is this one
  • improve debugging broken YAML errors by including all available info in the generated error message. The error message now contains the actual YAML error and the reference to the specific object type and instance which could not be rendered.
  • started adding reusable helper functions for use with _HT/ in _util_tools.tpl. Populating the data for a Secret or ConfigMap with external files matching a GLOB pattern can be achieved by using hull.util.tools.virtualdata.data.glob. With hull.util.tools.file.get, the contents of an external file can be loaded conveniently outside of the ConfigMap and Secret data context. Thanks ievgenii-shepeliuk for the ideas in this isue

hull-1.28.15

23 May 17:19
2db45f6
Compare
Choose a tag to compare

Changelog


[1.28.15]

FIXES:

  • fix default RoleBinding between default Role and default ServiceAccount. Since namespace was not set for the default ServiceAccount reference, the default RBAC RoleBinding did not apply to the default ServiceAccount as intended.

CHANGES:

  • add possibility to access array items in _HT* via using the item index for arrays instead of a dictionary key for dictionaries in the dotted path. Accessing into multiple nested arrays is possible like this _HT*hull.config.specific.outer-list.0.inner-list.1.key. Related feature issue is this one
  • improve debugging broken YAML errors by including all available info in the generated error message. The error message now contains the actual YAML error and the reference to the specific object type and instance which could not be rendered.
  • started adding reusable helper functions for use with _HT/ in _util_tools.tpl. Populating the data for a Secret or ConfigMap with external files matching a GLOB pattern can be achieved by using hull.util.tools.virtualdata.data.glob. With hull.util.tools.file.get, the contents of an external file can be loaded conveniently outside of the ConfigMap and Secret data context. Thanks ievgenii-shepeliuk for the ideas in this isue

hull-demo-1.30.1

22 May 06:46
db2b9ee
Compare
Choose a tag to compare

Changelog


[1.30.1]

FIXES:

  • fix default RoleBinding between default Role and default ServiceAccount. Since namespace was not set for the default ServiceAccount reference, the default RBAC RoleBinding did not apply to the default ServiceAccount as intended.

CHANGES:

  • add possibility to access array items in _HT* via using the item index for arrays instead of a dictionary key for dictionaries in the dotted path. Accessing into multiple nested arrays is possible like this _HT*hull.config.specific.outer-list.0.inner-list.1.key. Related feature issue is this one
  • improve debugging broken YAML errors by including all available info in the generated error message. The error message now contains the actual YAML error and the reference to the specific object type and instance which could not be rendered.
  • started adding reusable helper functions for use with _HT/ in _util_tools.tpl. Populating the data for a Secret or ConfigMap with external files matching a GLOB pattern can be achieved by using hull.util.tools.virtualdata.data.glob. With hull.util.tools.file.get, the contents of an external file can be loaded conveniently outside of the ConfigMap and Secret data context. Thanks ievgenii-shepeliuk for the ideas in this isue

hull-demo-1.30.0

13 May 13:49
db2b9ee
Compare
Choose a tag to compare

Changelog


[1.30.0]

CHANGES:

  • initial K8S 1.30 release
  • deprecating 1.27 release

hull-1.30.1

22 May 00:41
db2b9ee
Compare
Choose a tag to compare

Changelog


[1.30.1]

FIXES:

  • fix default RoleBinding between default Role and default ServiceAccount. Since namespace was not set for the default ServiceAccount reference, the default RBAC RoleBinding did not apply to the default ServiceAccount as intended.

CHANGES:

  • add possibility to access array items in _HT* via using the item index for arrays instead of a dictionary key for dictionaries in the dotted path. Accessing into multiple nested arrays is possible like this _HT*hull.config.specific.outer-list.0.inner-list.1.key. Related feature issue is this one
  • improve debugging broken YAML errors by including all available info in the generated error message. The error message now contains the actual YAML error and the reference to the specific object type and instance which could not be rendered.
  • started adding reusable helper functions for use with _HT/ in _util_tools.tpl. Populating the data for a Secret or ConfigMap with external files matching a GLOB pattern can be achieved by using hull.util.tools.virtualdata.data.glob. With hull.util.tools.file.get, the contents of an external file can be loaded conveniently outside of the ConfigMap and Secret data context. Thanks ievgenii-shepeliuk for the ideas in this isue

hull-1.30.0

13 May 13:48
db2b9ee
Compare
Choose a tag to compare

Changelog


[1.30.0]

CHANGES:

  • initial K8S 1.30 release
  • deprecating 1.27 release

hull-demo-1.29.7

15 Mar 23:41
c19ae49
Compare
Choose a tag to compare

Changelog


[1.29.7]

CHANGES:

  • added possibility to get values from the charts root with notation _HT**

hull-demo-1.28.14

18 Mar 10:11
c19ae49
Compare
Choose a tag to compare

Changelog


[1.28.14]

CHANGES:

  • added possibility to get values from the charts root with notation _HT**