Skip to content

Commit

Permalink
Merge pull request #797 from jordojordo/release-1.6.2
Browse files Browse the repository at this point in the history
Release 1.6.2-rc.1
  • Loading branch information
jordojordo authored Jul 15, 2024
2 parents b515ba7 + e8ccf13 commit 699dfde
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "1.6.1",
"version": "1.6.2-rc.1",
"private": false,
"scripts": {
"build-pkg": "./node_modules/@rancher/shell/scripts/build-pkg.sh",
Expand Down
4 changes: 2 additions & 2 deletions pkg/kubewarden/chart/kubewarden/policy-server/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ export default {
const hash = [];
if ( this.$store.getters['cluster/canList'](CONFIG_MAP) ) {
hash.push(this.$fetchList(CONFIG_MAP));
hash.push(this.$fetchType(CONFIG_MAP));
}
if ( this.$store.getters['cluster/canList'](SERVICE_ACCOUNT) ) {
hash.push(this.$fetchList(SERVICE_ACCOUNT));
hash.push(this.$fetchType(SERVICE_ACCOUNT));
}
await allHash(hash);
Expand Down
2 changes: 1 addition & 1 deletion pkg/kubewarden/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kubewarden",
"description": "Kubewarden extension for Rancher Manager",
"icon": "https://raw.githubusercontent.com/kubewarden/ui/main/pkg/kubewarden/assets/icon-kubewarden.svg",
"version": "1.6.1",
"version": "1.6.2-rc.1",
"private": false,
"rancher": {
"annotations": {
Expand Down

0 comments on commit 699dfde

Please sign in to comment.