Package
List Releases
List multiple PackageReleases
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.
GET
Query Parameters
Continuation token value (used when retrieving the next page of results).
Number of records to show per page of results.
Required range:
0 <= x <= 100
Record filter.
Response
200
application/json
OK
The response is of type object
.
Previous
Create ReleaseCreate 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.
Next