Aditya Manthramurthy
4685b76e08
Update dperf v0.3.6 ( #14773 )
2022-04-19 02:40:36 -07:00
Minio Trusted
78c9109f6c
update console to v0.15.14
2022-04-18 17:29:56 -07:00
Harshavardhana
53ca589c11
update deps for minio-go/v7 and jwt/v4
2022-04-15 00:50:22 -07:00
Daniel Valdivia
ca8ff8718e
Update Console v0.15.13 ( #14751 )
...
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
2022-04-14 18:35:00 -07:00
Aditya Manthramurthy
e8e48e4c4a
S3 select switch to new parquet library and reduce locking ( #14731 )
...
- This change switches to a new parquet library
- SelectObjectContent now takes a single lock at the beginning and holds it
during the operation. Previously the operation took a lock every time the
parquet library performed a Seek on the underlying object stream.
- Add basic support for LogicalType annotations for timestamps.
2022-04-14 06:54:47 -07:00
Shireesh Anjal
5c53620a72
Include speedtest as part of healthinfo api ( #14696 )
...
Execute the object, drive and net speedtests as part of the healthinfo
(if requested by the client), and include their result in the response.
The options for the speedtests have been picked from the default values
used by `mc support perf` command.
2022-04-12 13:17:44 -07:00
Aditya Manthramurthy
e162a055cc
Bump up console to v0.15.11 ( #14734 )
2022-04-11 23:55:35 -07:00
Aditya Manthramurthy
8be6d887e2
Bump up dperf to 0.3.5 ( #14730 )
2022-04-11 15:50:15 -07:00
Krishnan Parthasarathi
1a1b55e133
Add support for minio tier type ( #14468 )
2022-04-11 13:24:40 -07:00
Daniel Valdivia
e290c010e6
Console v0.15.10 ( #14723 )
...
Signed-off-by: Daniel Valdivia <hola@danielvaldivia.com>
2022-04-09 20:55:36 -07:00
Harshavardhana
91bfefcf8c
move back go.mod to 1.17
2022-04-08 16:25:20 -07:00
Daniel Valdivia
255116fde7
Update Console Dependency to v0.15.9 ( #14699 )
...
Signed-off-by: Daniel Valdivia <hola@danielvaldivia.com>
2022-04-05 20:46:17 -07:00
Aditya Manthramurthy
892a204013
Update console to v0.15.8 ( #14671 )
2022-03-31 20:41:39 -07:00
Andreas Auernhammer
4d2fc530d0
add support for SSE-S3 bulk ETag decryption ( #14627 )
...
This commit adds support for bulk ETag
decryption for SSE-S3 encrypted objects.
If KES supports a bulk decryption API, then
MinIO will check whether its policy grants
access to this API. If so, MinIO will use
a bulk API call instead of sending encrypted
ETags serially to KES.
Note that MinIO will not use the KES bulk API
if its client certificate is an admin identity.
MinIO will process object listings in batches.
A batch has a configurable size that can be set
via `MINIO_KMS_KES_BULK_API_BATCH_SIZE=N`.
It defaults to `500`.
This env. variable is experimental and may be
renamed / removed in the future.
Signed-off-by: Andreas Auernhammer <hi@aead.dev>
2022-03-25 15:01:41 -07:00
Minio Trusted
028bc2f9be
update console release to v0.15.6
2022-03-24 19:59:15 -07:00
Harshavardhana
c433572585
update go mod to go1.16 deps ( #14614 )
2022-03-23 17:43:44 -07:00
Minio Trusted
7f8b8a0e43
update console to v0.15.4
2022-03-20 15:35:20 -07:00
Harshavardhana
0bf80b3c89
update console v0.15.3
2022-03-16 01:19:00 -07:00
Harshavardhana
dda18c28c5
Bump github.com/nats-io/nats-server/v2 from 2.7.2 to 2.7.4
2022-03-11 15:57:45 -08:00
Harshavardhana
5a5e9b8a89
update console to v0.15.2
2022-03-11 03:08:23 -08:00
Harshavardhana
23345098ea
change dperf to use standard Go io.Copy
2022-03-10 12:53:39 -08:00
Harshavardhana
decfd6108c
update dperf to calculate timing for fdatasync()/close() calls as well
2022-03-09 13:47:44 -08:00
Harshavardhana
21d8298fe1
update console UI to release v0.15.1
2022-03-07 23:40:58 -08:00
Harshavardhana
92a77cc78e
update pkg v1.1.20 to reload certs in k8s always ( #14470 )
2022-03-04 20:34:39 -08:00
Lenin Alevski
289fcbd08c
KES dependency upgrade ( #14454 )
...
- Updating KES dependency to v.0.18.0
- Fixing incompatibility issue when checking for errors during KES key creation
Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com>
2022-03-02 23:03:40 -08:00
Harshavardhana
5b5deee5b3
update minio/pkg to v1.1.18
2022-03-02 19:25:07 -08:00
Krishnan Parthasarathi
7dae4cb685
Update minio/pkg to v1.1.17 ( #14450 )
...
Fix for admin policy validation of KMSCreateKey
2022-03-02 17:06:06 -08:00
Harshavardhana
58f7e3a829
update console v0.15.0, coredns v1.9.0
2022-03-01 17:17:18 -08:00
Harshavardhana
b7c90751b0
allow drive tests to respond only drive paths
2022-02-25 18:54:46 -08:00
Klaus Post
e3f24a29fa
Upgrade simdjson & compress deps ( #14411 )
2022-02-25 10:48:41 -08:00
Harshavardhana
29b7164468
update console update v0.14.8
2022-02-24 14:12:01 -08:00
Harshavardhana
77210513c9
update minio/pkg, minio/madmin-go, minio/minio-go/v7
2022-02-23 14:34:47 -08:00
Harshavardhana
b29224f62f
update console to v0.14.7
2022-02-16 21:32:26 -08:00
Klaus Post
b88c57ba93
Add fgprof profiles ( #14321 )
...
https://github.com/felixge/fgprof#rocket-fgprof---the-full-go-profiler
2022-02-16 12:00:10 -08:00
Harshavardhana
ae1b495262
update minio-go v7.0.22
2022-02-16 10:42:52 -08:00
Harshavardhana
21a0f857d3
update console to v0.14.6
2022-02-15 16:35:27 -08:00
Harshavardhana
2c0f121550
Bump github.com/nats-io/nats-streaming-server v0.21.2 -> v0.24.1
2022-02-11 15:59:58 -08:00
dependabot[bot]
9b39616c1b
Bump github.com/nats-io/nats-server/v2 from 2.3.2 to 2.7.2 ( #14297 )
...
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server ) from 2.3.2 to 2.7.2.
- [Release notes](https://github.com/nats-io/nats-server/releases )
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml )
- [Commits](https://github.com/nats-io/nats-server/compare/v2.3.2...v2.7.2 )
---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 15:55:28 -08:00
Harshavardhana
ff99ef74c8
remove the replace directive for redigo
2022-02-10 21:45:40 -08:00
Harshavardhana
6990e73b11
update console to v0.14.5
2022-02-10 17:43:04 -08:00
Harshavardhana
22b7226581
update console to release v0.14.3
2022-02-04 20:40:59 -08:00
Shireesh Anjal
778cccb15d
Use madmin-go v1.3.1 ( #14250 )
2022-02-04 11:01:04 -08:00
Harshavardhana
88a93838de
update console to latest master to fix terminal hangs
2022-02-03 22:56:49 -08:00
Harshavardhana
0855988427
update console to latest master
2022-02-03 17:36:24 -08:00
Sidhartha Mani
d7df6bc738
add support for speedtest drive ( #14182 )
2022-02-01 22:38:05 -08:00
Harshavardhana
77b780b8ca
update console UI to v0.14.2
2022-02-01 00:06:30 -08:00
Harshavardhana
dbd05d6e82
remove FIFO bucket quota, use ILM expiration instead ( #14206 )
2022-01-31 11:07:04 -08:00
Poorna
38e3c7a8f7
Added filters for SiteReplicationStatus API to support new UI changes ( #14177 )
2022-01-28 15:37:55 -08:00
Harshavardhana
9a6e569412
update console to v0.14.1
2022-01-26 19:53:02 -08:00
Krishnan Parthasarathi
d2e5f01542
feat: maintain in-memory tier stats for the last 24hrs ( #13782 )
2022-01-26 14:33:10 -08:00