SHA256
1
0
forked from pool/telegraf

Accepting request 1071808 from home:darix:apps

- Add memory constraint with 6G

- Update to version 1.26.0:

OBS-URL: https://build.opensuse.org/request/show/1071808
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/telegraf?expand=0&rev=55
This commit is contained in:
Jeff Kowalczyk 2023-03-15 03:40:47 +00:00 committed by Git OBS Bridge
parent cb13f0e3bd
commit 8896deee6d
8 changed files with 322 additions and 8 deletions

View File

@ -1,5 +1,8 @@
<constraints>
<hardware>
<memory>
<size unit="G">6</size>
</memory>
<disk>
<size unit="G">4</size>
</disk>

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/influxdata/telegraf</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v1.25.2</param>
<param name="revision">v1.26.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/influxdata/telegraf</param>
<param name="changesrevision">67c08c519349c4ec563ce3fce437e4cb93e78482</param></service></servicedata>
<param name="changesrevision">064650c86f741527e1ba5b6eb7e6d4410fa939cb</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21abebfddb0b1015e76ca1854d2eb5d9051f7a3e43060785566967e2007a5442
size 2826812

3
telegraf-1.26.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f45ed2b650c1bcec1301f241c069b485a777ce2feb4eab5440fc23dc629b0de
size 2815532

View File

@ -1,3 +1,313 @@
-------------------------------------------------------------------
Tue Mar 14 14:34:56 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
- Add memory constraint with 6G
-------------------------------------------------------------------
Mon Mar 13 22:18:16 UTC 2023 - mrueckert@suse.de
- Update to version 1.26.0:
* Telegraf v1.26.0
* Update changelog for v1.26.0
* chore(deps): Bump github.com/opencontainers/runc from 1.1.3 to 1.1.4 (#12852)
* fix(makefile): Re-add build tags flag to go build (#12847)
* chore(deps): Update OpenTelemetry from 0.3.1 to 0.3.3 (#12840)
* feat(inputs.vsphere): Flag for more lenient behavior when connect fails on startup (#12828)
* feat(inputs.modbus): Allow to convert coil and discrete registers to boolean (#12825)
* feat(common.oauth): Add audience parameter (#12821)
* feat(parsers.xpath): Add timezone handling (#12820)
* chore: add service input stub to Windows event log, not windows (#12837)
* feat(agent): Print loaded configs (#12827)
* chore: Update to go1.20.2 (#12824)
* chore(deps): Bump github.com/shirou/gopsutil from v3.22.12 to v3.23.2 (#12822)
* docs(outputs.postgresql): Improve TimescaleDB config examples (#12829)
* feat(processors.converter): Convert tag or field as metric timestamp (#12767)
* feat(inputs.radius): Add plugin for simple radius auth response time monitoring (#12736)
* docs(inputs.vsphere): Update inventory docs & removed unnecessary if-statement (#12819)
* fix(inputs.amqp_consumer): Avoid deprecations when handling defaults (#12818)
* fix(inputs.amqp_consumer): Fix panic on Stop() if not connected successfully (#12817)
* fix(inputs.ethtool): Close namespace (#12815)
* feat(inputs.ethtool): Add support for link speed, duplex, autoneg and… (#12814)
* feat(agent): Add command-line option to specify password (#12812)
* feat(processors): Add lookup processor (#12809)
* feat(inputs.win_eventlog): Add state-persistence capabilities (#12790)
* chore(deps): Bump github.com/opensearch-project/opensearch-go/v2 from 2.1.0 to 2.2.0 (#12806)
* feat(inputs.modbus): Add RS485 specific config options (#12786)
* chore(deps): Bump cloud.google.com/go/storage from 1.28.1 to 1.29.0 (#12805)
* chore(deps): Bump github.com/Azure/go-autorest/autorest/adal (#12804)
* chore(deps): Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#12807)
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/credentials (#12808)
* docs: Use already existing link to fix markdownlint issue. (#12810)
* feat(inputs.cgroup): Added support for cpu.stat (#12798)
* chore(deps): Downgrade github.com/karrick/godirwalk from v1.17.0 to v1.16.2 (#12801)
* docs: Clean up make docs on windows (#12796)
* chore(secretstores.os): Unify config (#12791)
* chore: Unify sample configs across OSes (#12789)
* feat(inputs.prometheus): Use namespace annotations to filter pods to be scraped (#12777)
* chore: run make docs (#12802)
* feat(inputs.docker_log): Add state-persistence capabilities (#12775)
* chore: Fix linter findings for errorlint (part8) (#12785)
* docs: Add optional tls parameters to the documentation (#12788)
* chore: Specify distro support (part 3) (#12792)
* docs: Update the FAQ (#12793)
* chore: Use type on powershell/command prompt only (#12794)
* chore: Remove usages of github.com/pkg/errors dependency (archived) (#12787)
* fix(inputs.statsd): On close, verify listener is not nil (#12778)
* chore: Fix linter findings for errorlint (part7) (#12772)
* chore: Bump golangci-lint from v1.51.0 to v1.51.2 (#12782)
* chore: only run govulncehck on master
* chore(CI): Add govulncheck Github action (#12783)
* feat(parsers.avro): Add Apache Avro parser (#11816)
* fix(agent): Allow gracefull shutdown on interrupt (e.g. Ctrl-C) (#12781)
* feat: Plugin state-persistence (#12166)
* chore: Generate config at build time (#12766)
* chore: Document linux only plugins (part 2) (#12765)
* chore: Document linux only plugins (part 1) (#12764)
* chore: Fix linter findings for errorlint (part6) (#12733)
* chore: Fix linter findings for errorlint (part5) (#12731)
* fix(agent): Only rotate log on SIGHUP if needed (#12740)
* chore: Remove windows specific config (#12763)
* docs(aggregators.derivative): Add explanation of calculations (#12758)
* chore: Enable printing Windows sample configs on non-Windows (#12741)
* chore: Stop generating the nightly config (#12742)
* feat(outputs.mqtt): Add option to specify topic layouts (#12697)
* chore(deps): Bump github.com/aliyun/alibaba-cloud-sdk-go from 1.62.77 to 1.62.193 (#12757)
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/timestreamwrite from 1.14.5 to 1.16.0 (#12756)
* chore(deps): Bump github.com/rabbitmq/amqp091-go from 1.5.0 to 1.7.0 (#12755)
* chore(deps): Bump github.com/coocood/freecache from 1.2.2 to 1.2.3 (#12754)
* chore(deps): Bump github.com/openzipkin-contrib/zipkin-go-opentracing from 0.4.5 to 0.5.0 (#12753)
* docs: rename playfabtotelegraf external plugin (#12759)
* Update changelog for v1.25.3
* feat(common.tls): add enable flag (#12727)
* feat(inputs.jti_openconfig_telemetry): Set timestamp from data (#12730)
* fix(serializers.json): allow stateful transformations (#12735)
* fix(inputs.lvm): add options to specify path to binaries (#12725)
* feat(inputs.wireguard): Add allowed_peer_cidr field (#12729)
* chore: eliminate unnecessary use of quoted strings in printf (#12722)
* fix(parsers.xpath): Fix panic for JSON name expansion (#12724)
* feat(inputs.internet_speed): Add the best server selection via latency and jitter field (#12707)
* chore: Fix linter findings for errorlint (part4) (#12723)
* feat(inputs.win_wmi): add Windows Management Instrumentation (WMI) input plugin (#11250)
* fix(agent): Reload config on config update (#12721)
* feat(inputs.disk): Add label as tag (#12696)
* test(inputs.x509_cert): fix missing tag (#12720)
* feat(inputs.x509_cert): Add tag for certificate type-classification (#12656)
* chore: Fix linter findings for errorlint (part3) (#12704)
* chore: Fix linter findings for errorlint (part1) (#12701)
* chore(deps): Bump github.com/go-logfmt/logfmt from 0.5.1 to 0.6.0 (#12715)
* chore(deps): Bump cloud.google.com/go/pubsub from 1.27.1 to 1.28.0 (#12714)
* chore(deps): Bump google.golang.org/grpc from 1.52.3 to 1.53.0 (#12713)
* chore(deps): Bump github.com/gophercloud/gophercloud from 1.0.0 to 1.2.0 (#12712)
* chore: Fix linter findings for errorlint (part2) (#12702)
* chore(deps): Bump golang.org/x/net from 0.5.0 to 0.7.0 (#12699)
* chore(inputs.net_response): Use Init to check configuration issues (#12690)
* docs(readme): add PlayFab Insights external plugin (#12708)
* docs(parsers.json_v2): fix spelling typo (#12711)
* feat(inputs.statsd): add pending messages stat and allow to configure number of threads (#12318)
* chore: mention make lint in PR template and contributing doc (#12703)
* chore(mqtt): unify input and output plugin's MQTT client (#12683)
* feat(inputs.haproxy): Add support for tcp endpoints in haproxy plugin (#12680)
* chore(deps): Bump testcontainers from 0.14.0 to 0.18.0 (#12698)
* chore(deps): Bump github.com/containerd/containerd from 1.6.8 to 1.6.18 (#12693)
* feat(inputs.x509_cert): Add OCSP stapling information for leaf certificates (#10550) (#12444)
* docs(outputs.postgresql): Update URL for sql template (#12691)
* feat(config): Accept durations given in days (e.g. "7d") (#12579)
* feat(outputs.mqtt): add support for MQTT 5 publish properties (#12678)
* chore: Update to go1.20.1 (#12679)
* chore(deps): Bump github.com/gofrs/uuid from 4.3.1+incompatible to 5.0.0 (#12668)
* fix(inputs.bond): Reset slave stats for each interface (#12462)
* fix(inputs.cloudwatch): Verify endpoint is not nil (#12677)
* feat(processors.unpivot): Add mode to create new metrics (#12659)
* chore(deps): Bump github.com/pion/dtls/v2 from 2.1.5 to 2.2.4 (#12667)
* chore(deps): Bump k8s.io/apimachinery from 0.25.3 to 0.25.6 (#12669)
* chore(deps): Bump golang.org/x/sys from 0.4.0 to 0.5.0 (#12670)
* Update changelog for v1.25.2
* chore(deps): Bump github.com/antchfx/xmlquery from 1.3.12 to 1.3.15 (#12634)
* docs: Tracking metrics (#12663)
* fix(inputs.x509_cert): Fix Windows path handling (#12629)
* fix(inputs.cloudwatch): enable custom endpoint support (#12657)
* test: Use `t.Setenv` to set env vars (#12621)
* fix: Rename the Prometheus Input Plugin Timeout variable (#12626)
* docs: remove trailing whitespace (#12660)
* docs: fix remaining markdownlinter issues (#12658)
* docs: remove whitespace (#12655)
* chore: Prevent RPM from changing permissions on telegraf.d (#12643)
* chore(deps): Bump github.com/antchfx/xpath from 1.2.2 to 1.2.3 (#12633)
* chore(deps): Bump github.com/moby/ipvs from 1.0.2 to 1.1.0 (#12632)
* chore(deps): Bump google.golang.org/grpc from 1.52.0 to 1.52.3 (#12631)
* chore(deps): Bump cloud.google.com/go/bigquery from 1.44.0 to 1.45.0 (#12630)
* docs: Update all readme to pass linter (#12615)
* feat(inputs.http_listener_v2): Add custom server http headers (#12645)
* fix(inputs.gnmi): Handle both new-style `tag_subscription` and old-style `tag_only` (#12512)
* fix(inputs.cisco_telemetry_mdt): check subfield sizes to avoid panics (#12637)
* fix(inputs.tail): fix typo in the README (#12648)
* docs(inputs.syslog): add BSD syslog to readme intro (#12647)
* fix(secretstores): check store id format and presence (#12644)
* feat(inputs.internet_speed): server ID include and exclude filter (#12617)
* docs(inputs.procstat): add ppid field (#12641)
* docs(inputs.snmp): Explain different snmp backends (#12627)
* chore: Update OpenTelemetry (#12638)
* chore: Fix linter findings for tenv (#12622)
* chore: Fix linter findings for nolintlint (part3) (#12613)
* chore: Show file names and line numbers for found issues in github action logs (#12618)
* feat(agent): Add /etc/telegraf/telegraf.d to default config locations (#12608)
* fix(inputs.conntrack): Resolve segfault when setting collect field (#12603)
* feat(inputs.p4runtime): Implementation of P4Runtime input plugin (#12473)
* docs: Show TOML inline table syntax for tags/tagpass/tagdrop (#12636)
* feat(inputs.processes): Add `use_sudo` option for BSD (#12628)
* docs(inputs.prometheus): fix incorrect headers option (#12625)
* fix(agent): Only read the config once (#12607)
* chore: bump go to 1.20 for golangci-lint-action (#12614)
* chore: Bump golangci-lint from v1.50.1 to v1.51.0 (#12605)
* fix(inputs.mongodb): SIGSEGV when restarting MongoDB node (#12604)
* feat: Always disable cgo support (static builds) (#12600)
* chore: Update to go1.20 (#12593)
* fix(inputs.mongodb): Improve error logging (#12599)
* docs: indicate secret-store support in plugin READMEs (#12592)
* feat(inputs.opensearch_query): add opensearch_query input plugin (#12393)
* chore: Lint whole codebase both in PR and master branch (#12590)
* docs(inputs.postgresql): Provide socket connection details (#12584)
* feat(inputs.example): Add secret-store sample code (#12550)
* feat(inputs.mysql): add secret-store support (#12591)
* chore: clean up import shadowing issues (#12588)
* chore(internal.gzip): cleanup CompressWithGzip (#12587)
* chore(inputs.opentelemetry): Update OpenTelemetry input plugin (#12561)
* fix(docs): fix link to license for Google flatbuffers (#12586)
* chore(deps): google.golang.org/grpc v1.51.0 to v1.52.0 (#12583)
* chore(deps): update golang/x dependencies (#12582)
* chore(deps): update github.com/prometheus/client_golang from 1.13.1 to 1.14.0 (#12581)
* chore(deps): update gopsutil dependency from 3.22.9 to 3.22.12 (#12580)
* chore(inputs.x509_cert): fix linter warning (#12577)
* fix(inputs.mysql): avoid side-effects for TLS between plugin instances (#12576)
* fix(inputs.upsd): Add additional fields (#12543)
* fix(outputs.prometheus_client): Expire with ticker, not add/collect (#12560)
* chore(deps): Bump github.com/multiplay/go-ts3 from 1.0.1 to 1.1.0 (#12572)
* chore(deps): Bump github.com/coreos/go-semver from 0.3.0 to 0.3.1 (#12571)
* chore(deps): Bump go.mongodb.org/mongo-driver from 1.11.0 to 1.11.1 (#12570)
* chore(deps): Bump github.com/99designs/keyring from 1.2.1 to 1.2.2 (#12568)
* Update changelog for v1.25.1
* fix(inputs.opcua): fix opcua and opcua-listener for servers using password-based auth (#12529)
* fix(inputs.prometheus): Set the timeout for slow running API endpoints correctly (#12559)
* feat(inputs.win_perf_counters): add remote system support (#12556)
* feat(inputs.gnmi): Set max gRPC message size (#12495)
* fix(inputs.exec): restore pre-v1.21 behavior for CSV data_format (#12533)
* chore(deps): Bump github.com/kardianos/service from 1.2.1 to 1.2.2 (#12418)
* Revert "chore: update windows signing script (#12524)" (#12555)
* fix(inputs.sqlserver): Suppress error on secondary replicas (#12528)
* chore: Fix linter findings for nolintlint (part2) (#12430)
* feat(inputs.icinga2): Support collecting hosts,services and endpoint metrics (#12506)
* fix(inputs.upsd): Always convert to float (#12516)
* chore: Update package repo GPG key (#12546)
* chore: Update package repo GPG key (#12544)
* chore: fix linter findings for nolintlint part 1 (#12427)
* docs(outputs.elasticsearch): detail overriding timezone (#12551)
* docs(outputs.mqtt): update readme to match sample config (#12552)
* feat(secretstores): convert many output plugins (#12497)
* feat(inputs.cisco_telemetry_mdt): include delete field (#12345)
* docs(outputs.mqtt): fix incorrect use of brackets (#12539)
* fix(agent): catch non-existing commands and error out (#12549)
* chore: update package testing from f35 to f37 (#12548)
* chore(deps): Bump github.com/karrick/godirwalk from 1.16.1 to 1.17.0 (#12417)
* chore(deps): bump github.com/antchfx/jsonquery from 1.3.0 to 1.3.1 (#12511)
* chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/ec2 (#12538)
* fix(inputs.logstash): Collect opensearch specific stats (#12536)
* chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.17.1 to 1.17.3 (#12420)
* fix(inputs.prometheus): correctly track deleted pods (#12522)
* feat(inputs.dns_query): Add IP field(s) (#12519)
* chore: update windows signing script (#12524)
* feat(intel_powerstat): Add CPU base frequency metric and add support for new platforms (#12452)
* chore: Run make docs with various GOOS (#12503)
* fix(common.cookie): Allow any 2xx status code (#12515)
* feat(inputs.redfish): Add power control metric (#12496)
* feat(inputs.openweathermap): Add snow parameter (#12466)
* feat(outputs.mqtt): enhance routing capabilities (#12224)
* test(inputs.snmp): Use random port (#12464)
* feat(tools/readme_linter): Check for global configuration section (#12426)
* fix(inputs.upsd): Ensure firmware is always a string (#12486)
* docs(inputs.influxdb): Collect v2 with prometheus plugin (#12492)
* feat(inputs.influxdb): Collect uptime statistics (#12493)
* fix(inputs.cisco_telemetry_mdt): add operation-metric and class-policy prefix (#12240)
* fix(json_v2): In case of invalid json, log messsage to debug log (#12440)
* chore(deps): update github.com/denisenkom/go-mssqldb from 0.12.0 to 0.12.3 (#12476)
* docs(secretstores): document systemd-nspawn requirement (#12494)
* chore: update to go1.19.5 (#12498)
* fix(secretstores): fix handling of TOML strings (#12490)
* fix(agent): handle float time with fractions of seconds correctly (#12491)
* fix(agent): Only set default snmp after reading all configs (#12457)
* docs(inputs.example): correctly set syntax highlighting and section name (#12471)
* docs(inputs.socketstat): fix wrong TOML option name. (#12482)
* fix(inputs.win_eventlog): Handle remote events more robustly. (#12375)
* fix(inputs.sqlserver): add more precise version check (#12384)
* chore(stackdriver): Fix deprecated monitoringpb (#12424)
* feat(inputs.modbus): add workaround to enforce reads from zero for coil registers (#12408)
* fix(inputs.gnmi): update configuration documentation (#12415)
* feat(secretstores): add support for additional input plugins (#12067)
* feat(inputs.sqlserver): get database pages performance counter (#12400)
* fix(secretstores): Fix handling of 'id' and print failing secret-store (#12468)
* feat(kafka): Add keep-alive period setting for input and output. (#12459)
* fix(agent): Correctly reload configuration files (#12453)
* docs: add tado input (#12411)
* chore: update influxdb-observability to fix statsd bug (#12429)
* docs(inputs.postgresql): update readme and samples to note timeout behavior (#12446)
* chore: Fix linter findings for makezero (part4) (#12410)
* fix(inputs.mysql): Revert slice declarations with non-zero initial length (#12409)
* fix: Added own SPID filter to sqlserverqueries.go (#12387)
* fix(inputs.sqlserver): SqlRequests include sleeping sessions with open transactions (#12386)
* chore(linter): disable linter warning for freeze() in starlark (#12406)
* fix(outputs.loki): return response body on error (#12399)
* chore: Do not start service on deb install (#12405)
* fix(inputs.x509_cert): fix off-by-one when adding intermediate certificates (#12404)
* test: Always create test config for package testing (#12390)
* fix(secretstores): cleanup duplicate printing (#12401)
* docs: add bacnet to external plugins list (#12394)
* test(parsers.json): add fuzz test (#12368)
* chore(deps): Bump cloud.google.com/go/storage from 1.23.0 to 1.28.1 (#12385)
* chore(deps): bump github.com/nats-io/nats-server/v2 from 2.9.4 to 2.9.9 (#12379)
* chore(deps): bump github.com/eclipse/paho.mqtt.golang (#12378)
* feat(inputs.stackdriver): Allow filtering by resource metadata labels (#12377)
* chore(deps): bump github.com/hashicorp/consul/api from 1.15.2 to 1.18.0 (#12381)
* chore(changelog): add missing blank line
* Update changelog for v1.25.0
* Update build version to 1.26.0
-------------------------------------------------------------------
Tue Feb 28 22:53:45 UTC 2023 - mrueckert@suse.de
- Update to version 1.25.3:
* Telegraf v1.25.3
* Update changelog for v1.25.3
* Update build_version.txt for v1.25.3
* Update go.mod
* fix(serializers.json): allow stateful transformations (#12735)
* fix(inputs.lvm): add options to specify path to binaries (#12725)
* chore: eliminate unnecessary use of quoted strings in printf (#12722)
* fix(parsers.xpath): Fix panic for JSON name expansion (#12724)
* chore: Fix linter findings for errorlint (part4) (#12723)
* fix(agent): Reload config on config update (#12721)
* chore: Fix linter findings for errorlint (part3) (#12704)
* chore: Fix linter findings for errorlint (part1) (#12701)
* chore(deps): Bump github.com/go-logfmt/logfmt from 0.5.1 to 0.6.0 (#12715)
* chore(deps): Bump cloud.google.com/go/pubsub from 1.27.1 to 1.28.0 (#12714)
* chore(deps): Bump google.golang.org/grpc from 1.52.3 to 1.53.0 (#12713)
* chore(deps): Bump github.com/gophercloud/gophercloud from 1.0.0 to 1.2.0 (#12712)
* chore: Fix linter findings for errorlint (part2) (#12702)
* chore(deps): Bump golang.org/x/net from 0.5.0 to 0.7.0 (#12699)
* chore(inputs.net_response): Use Init to check configuration issues (#12690)
* docs(readme): add PlayFab Insights external plugin (#12708)
* docs(parsers.json_v2): fix spelling typo (#12711)
* chore: mention make lint in PR template and contributing doc (#12703)
* chore(deps): Bump testcontainers from 0.14.0 to 0.18.0 (#12698)
* chore(deps): Bump github.com/containerd/containerd from 1.6.8 to 1.6.18 (#12693)
* docs(outputs.postgresql): Update URL for sql template (#12691)
* chore: Update to go1.20.1 (#12679)
* chore(deps): Bump github.com/gofrs/uuid from 4.3.1+incompatible to 5.0.0 (#12668)
* fix(inputs.bond): Reset slave stats for each interface (#12462)
* fix(inputs.cloudwatch): Verify endpoint is not nil (#12677)
* chore(deps): Bump github.com/pion/dtls/v2 from 2.1.5 to 2.2.4 (#12667)
* chore(deps): Bump k8s.io/apimachinery from 0.25.3 to 0.25.6 (#12669)
* chore(deps): Bump golang.org/x/sys from 0.4.0 to 0.5.0 (#12670)
* use original signing script
-------------------------------------------------------------------
Wed Feb 15 11:38:14 UTC 2023 - mrueckert@suse.de

View File

@ -18,7 +18,7 @@
%define _config_dir %{_sysconfdir}/%{name}
Name: telegraf
Version: 1.25.2
Version: 1.26.0
Release: 0
Summary: The plugin-driven server agent for collecting & reporting metrics
License: MIT
@ -52,6 +52,7 @@ go build \
-buildmode=pie \
%endif
./cmd/telegraf;
./telegraf config > etc/telegraf.conf
%install
# Install the binary.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea618daa2796aa488f33686655f90b8176eae37941f5be95cc2fce06c2a486d3
size 18914064
oid sha256:0fd2f7932ab000ba4a3475c7153e9c6fc85cd0f0df91052d77878db55692ac5e
size 19113040