diff --git a/releasenotes/notes/resource-list-8e913ffa069c02e5.yaml b/releasenotes/notes/resource-list-8e913ffa069c02e5.yaml new file mode 100644 index 0000000..3f0b980 --- /dev/null +++ b/releasenotes/notes/resource-list-8e913ffa069c02e5.yaml @@ -0,0 +1,4 @@ +--- +features: + - A new ``resoure list`` API was added in order to list all the resources + or the resources with specified type. diff --git a/releasenotes/notes/resource-show-d742fe60a7d4a9eb.yaml b/releasenotes/notes/resource-show-d742fe60a7d4a9eb.yaml new file mode 100644 index 0000000..ab79201 --- /dev/null +++ b/releasenotes/notes/resource-show-d742fe60a7d4a9eb.yaml @@ -0,0 +1,4 @@ +--- +features: + - A new ``resoure show`` API was added in order to show the details of + the specified resource.