We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53c4639 + 39a4889 commit 3fc8362Copy full SHA for 3fc8362
2 files changed
CHANGES.adoc
@@ -3,6 +3,13 @@
3
This document describes the relevant changes between releases of the `moactl`
4
command line tool.
5
6
+== 0.0.5 Jul 21 2020
7
+
8
+- README: updates from second moa hackday
9
+- Don't validate AWS Organization List Policies
10
+- Validate permissions in the AWS client region
11
+- Validate only permissions in the OSD SCP policy document
12
13
== 0.0.4 Jul 20 2020
14
15
- README: update adding IDP section
pkg/info/info.go
@@ -18,4 +18,4 @@ limitations under the License.
18
19
package info
20
21
-const Version = "0.0.4"
+const Version = "0.0.5"
0 commit comments