Skip to content

Commit

Permalink
Merge pull request #54 from turbot/release/v0.5
Browse files Browse the repository at this point in the history
Release/v0.5
  • Loading branch information
madhushreeray30 authored Nov 8, 2023
2 parents 129869b + 59893ea commit a47a67c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.5 [2023-11-03]

_Breaking changes_

- Updated the plugin dependency section of the mod to use `min_version` instead of `version`. ([#52](https://github.com/turbot/steampipe-mod-kubernetes-insights/pull/52))

_Bug fixes_

- Fixed dashboard localhost URLs in README and index doc. ([#48](https://github.com/turbot/steampipe-mod-kubernetes-insights/pull/48))

## v0.4 [2023-03-23]

_What's new?_
Expand Down Expand Up @@ -32,8 +42,8 @@ _What's new?_

- Added resource relationship graphs across all the detail dashboards to highlight the relationship the resource shares with other resources. ([#36](https://github.com/turbot/steampipe-mod-kubernetes-insights/pull/36))
- New dashboards added: ([#36](https://github.com/turbot/steampipe-mod-kubernetes-insights/pull/36))
- [Kubernetes Cluster Role Detail](https://hub.steampipe.io/mods/turbot/kubernetes_insights/dashboards/dashboard.cluster_role_detail)
- [Kubernetes Role Detail](https://hub.steampipe.io/mods/turbot/kubernetes_insights/dashboards/dashboard.role_detail)
- [Kubernetes Cluster Role Detail](https://hub.steampipe.io/mods/turbot/kubernetes_insights/dashboards/dashboard.cluster_role_detail)
- [Kubernetes Role Detail](https://hub.steampipe.io/mods/turbot/kubernetes_insights/dashboards/dashboard.role_detail)
- [Kubernetes StatefulSet Detail](https://hub.steampipe.io/mods/turbot/kubernetes_insights/dashboards/dashboard.statefulset_detail)

## v0.1 [2022-05-16]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Start your dashboard server to get started:
steampipe dashboard
```

By default, the dashboard interface will then be launched in a new browser window at https://localhost:9194. From here, you can view dashboards and reports.
By default, the dashboard interface will then be launched in a new browser window at http://localhost:9194. From here, you can view dashboards and reports.

### Credentials

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Start your dashboard server to get started:
steampipe dashboard
```

By default, the dashboard interface will then be launched in a new browser window at https://localhost:9194. From here, you can view dashboards and reports.
By default, the dashboard interface will then be launched in a new browser window at http://localhost:9194. From here, you can view dashboards and reports.

### Credentials

Expand Down
3 changes: 1 addition & 2 deletions mod.sp
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ mod "kubernetes_insights" {
}

require {
steampipe = "0.18.0"
plugin "kubernetes" {
version = "0.15.0"
min_version = "0.15.0"
}
}
}

0 comments on commit a47a67c

Please sign in to comment.