You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [STORE] Initial support for Azure backend thanks to go-cloud
42
+
- [GRANTS] Interface and GRPC service
43
+
- [GRANTS] Symmetric AES-GCM-based grants
44
+
- [GRANTS] Asymmetric OpenPGP support
45
+
- [GRANTS] Go-client (hoarctl) tooling
46
+
- [NODEJS] Support for using the grant service + examples
47
+
- [STORE] IPFS integration test`,
48
+
41
49
"1.1.5 - 2018-10-17",
42
50
`Scripted integration tests, better makefile and ci configs, gcs creds read from env var.`,
43
51
@@ -65,29 +73,28 @@ Added:
65
73
"1.0.0",
66
74
`Minor breaking change in that 'hoard init' becomes 'hoard config':
67
75
- 'hoard config' adds some niceties for printing JSON config for --env configuration source
68
-
- Added S3 'remote' credentials provider enabling credentials to be sourced from EC2 instance roles (note since [RemoteCredProvider()](https://github.com/aws/aws-sdk-go/blob/5a2026bfb28e86839f9fcc46523850319399006c/aws/defaults/defaults.go#L108) is used it also support ECS configuration via AWS_CONTAINER_CREDENTIALS_RELATIVE_URI and AWS_CONTAINER_CREDENTIALS_FULL_URI)
69
-
`,
76
+
- Added S3 'remote' credentials provider enabling credentials to be sourced from EC2 instance roles (note since [RemoteCredProvider()](https://github.com/aws/aws-sdk-go/blob/5a2026bfb28e86839f9fcc46523850319399006c/aws/defaults/defaults.go#L108) is used it also support ECS configuration via AWS_CONTAINER_CREDENTIALS_RELATIVE_URI and AWS_CONTAINER_CREDENTIALS_FULL_URI)`,
77
+
70
78
"0.1.1",
71
79
`Include hoarctl in Docker image`,
72
80
73
81
"0.1.0",
74
82
`Release adding environment config and docker image
75
83
- Adds --env flag to read JSON config from HOARD_JSON_CONFIG
76
84
- Add --json and --toml flags to 'hoard init' to generate JSON optionally
77
-
- Added alpine based docker image pushed on releases (that reads config from environment variable)
78
-
`,
85
+
- Added alpine based docker image pushed on releases (that reads config from environment variable)`,
86
+
79
87
"0.0.2",
80
88
`Bug fix release for FileSystemStorage:
81
89
- Switch to URL and filesystem compliant base64 alphabet so some addresses do not target non-existent directories
82
-
- Create root directory for FileSystemStorage if it does not exist
83
-
`,
90
+
- Create root directory for FileSystemStorage if it does not exist`,
91
+
84
92
"0.0.1",
85
93
`This is the first Hoard open source release and includes:
0 commit comments