Package
Create Release
Create a new PackageRelease
A Package may have one or more <em>PackageReleases</em>. A PackageRelease is
the coordinated publication of one or more Packages for the Package having the
same Version string.
A PackageRelease is uniquely identified by the combination of the Package UUID
or Package Alias and a version string separated by an <b>@<b> character.
Example PackageRelease identifiers:
* <b>helm-chkk-operator@0.0.13</b>: the Chkk Operator Helm Chart Package Alias of
<b>helm-chkk-operator</b> with a version string of <b>0.0.13</b>
* <b>pkg_aae8471b-cf66-41d0-b72b-b44d3278d35a@1.24.12</b>: the Package UUID of the
Cilium Helm Chart and the version string <b>1.24.12</b>
* <b>helm-kube-prometheus-stack@65.4.0</b>: the Kube Prometheus Helm Chart Package
Alias of <b>helm-kube-prometheus-stack</b> with a version string of <b>65.4.0</b>
A PackageRelease can have zero or more Changes associated with it that describe
the bug fixes and new features that were included in the PackageRelease.
POST
Response
201
application/json
Created
The response is of type object
.
Previous
Get ReleaseGets a single PackageRelease
A Package may have one or more <em>PackageReleases</em>. A PackageRelease is
the coordinated publication of one or more Packages for the Package having the
same Version string.
A PackageRelease is uniquely identified by the combination of the Package UUID
or Package Alias and a version string separated by an <b>@<b> character.
Example PackageRelease identifiers:
* <b>helm-chkk-operator@0.0.13</b>: the Chkk Operator Helm Chart Package Alias of
<b>helm-chkk-operator</b> with a version string of <b>0.0.13</b>
* <b>pkg_aae8471b-cf66-41d0-b72b-b44d3278d35a@1.24.12</b>: the Package UUID of the
Cilium Helm Chart and the version string <b>1.24.12</b>
* <b>helm-kube-prometheus-stack@65.4.0</b>: the Kube Prometheus Helm Chart Package
Alias of <b>helm-kube-prometheus-stack</b> with a version string of <b>65.4.0</b>
A PackageRelease can have zero or more Changes associated with it that describe
the bug fixes and new features that were included in the PackageRelease.
Next