Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update grafana/promtail Docker tag to v2.8.2 #289

Merged
merged 1 commit into from
May 5, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 4, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
grafana/promtail minor 2.7.5 -> 2.8.2

Release Notes

grafana/loki

v2.8.2

Compare Source

Loki
Security
  • 9370 dannykopping: upgrade to go1.20.4
Promtail
Enhancements
  • 8994 DylanGuedes: Promtail: Add new decompression configuration to customize the decompressor behavior.

v2.8.1

Compare Source

Loki
Fixes
  • 9156 ashwanthgoli: Expiration: do not drop index if period is a zero value.
  • 8971 dannykopping: Stats: fix Cache.Chunk.BytesSent statistic and loki_chunk_fetcher_fetched_size_bytes metric with correct chunk size.
  • 9185 dannykopping: Prevent redis client from incorrectly choosing cluster mode with local address.
Changes
  • 9106 trevorwhitney: Update go to 1.20.3.
Build
  • 9264 trevorwhitney: Update build and other docker image to alpine 3.16.5.
Promtail
Fixes
  • 9095 JordanRushing Fix journald support in amd64 binary build.

v2.8.0

Compare Source

Loki
Enhancements
  • 8824 periklis: Expose optional label matcher for label values handler
  • 8727 cstyan jeschkies: Propagate per-request limit header to querier.
  • 8682 dannykopping: Add fetched chunk size distribution metric loki_chunk_fetcher_fetched_size_bytes.
  • 8532 justcompile: Adds Storage Class option to S3 objects
  • 7951 MichelHollands: Add a count template function to line_format and label_format.
  • 7380 liguozhong: metrics query: range vector support streaming agg when no overlap.
  • 7731 bitkill: Add healthchecks to the docker-compose example.
  • 7759 kavirajk: Improve error message for loading config with ENV variables.
  • 7785 dannykopping: Add query blocker for queries and rules.
  • 7817 kavirajk: fix(memcached): panic on send on closed channel.
  • 7916 ssncferreira: Add doc-generator tool to generate configuration flags documentation.
  • 7964 slim-bean: Add a since query parameter to allow querying based on relative time.
  • 7989 liguozhong: logql support sort and sort_desc.
  • 7997 kavirajk: fix(promtail): Fix cri tags extra new lines when joining partial lines
  • 7975 adityacs: Support drop labels in logql
  • 7946 ashwanthgoli config: Add support for named stores
  • 8027 kavirajk: chore(promtail): Make batchwait and batchsize config explicit with yaml tags
  • 7978 chaudum: Shut down query frontend gracefully to allow inflight requests to complete.
  • 8047 bboreham: Dashboards: add k8s resource requests to CPU and memory panels.
  • 8061 kavirajk: Remove circle from Loki OSS
  • 8092 dannykopping: add rule-based sharding to ruler.
  • 8131 jeschkies: Compile Promtail ARM and ARM64 with journald support.
  • 8212 kavirajk: ingester: Add ingester_memory_streams_labels_bytes metric for more visibility of size of metadata of in-memory streams.
  • 8271 kavirajk: logql: Support urlencode and urldecode template functions
  • 8259 mar4uk: Extract push.proto from the logproto package to the separate module.
  • 7906 kavirajk: Add API endpoint that formats LogQL expressions and support new fmt subcommand in logcli to format LogQL query.
  • 7754 ashwanthgoli index-shipper: add support for multiple stores.
  • 6675 btaani: Add logfmt expression parser for selective extraction of labels from logfmt formatted logs
  • 8474 farodin91: Add support for short-lived S3 session tokens
  • 8662 liguozhong: LogQL: Introduce distinct
  • 8774 slim-bean: Add new logql template functions bytes, duration, unixEpochMillis, unixEpochNanos, toDateInZone, b64Enc, and b64Dec
Fixes
  • 7784 isodude: Fix default values of connect addresses for compactor and querier workers to work with IPv6.
  • 7880 sandeepsukhani: consider range and offset in queries while looking for schema config for query sharding.
  • 7937 ssncferreira: Deprecate CLI flag -ruler.wal-cleaer.period and replace it with -ruler.wal-cleaner.period.
  • 7966 sandeepsukhani: Fix query-frontend request load balancing when using k8s service.
  • 8251 sandeepsukhani index-store: fix indexing of chunks overlapping multiple schemas.
  • 8151 sandeepsukhani fix log deletion with line filters.
  • 8448 chaudum: Fix bug in LogQL parser that caused certain queries that contain a vector expression to fail.
  • 8775 sandeepsukhani: index-gateway: fix failure in initializing index gateway when boltdb-shipper is not being used.
  • 8448 sandeepsukhani: deletion: fix issue in processing delete requests with tsdb index
  • 8753 slim-bean A zero value for retention_period will now disable retention.
  • 8959 periklis: Align common instance_addr with memberlist advertise_addr
Changes
  • 8315 thepalbi Relicense and export pkg/ingester WAL code to be used in Promtail's WAL.
  • 8761 slim-bean Remove "subqueries" from the metrics.go log line and instead provide splits and shards
  • 8887 3deep5me Helm: Removed support for PodDisruptionBudget in policy/v1alpha1 and upgraded it to policy/v1.
Build
Promtail
Enhancements
  • 8231 CCOLLOT: Lambda-promtail: add support for AWS SQS message ingestion.
  • 7619 cadrake: Add ability to pass query params to heroku drain targets for relabelling.
  • 7973 chodges15: Add configuration to drop rate limited batches in Loki client and new metric label for drop reason.
  • 8153 kavirajk: promtail: Add max-line-size limit to drop on client side
  • 8096 kavirajk: doc(promtail): Doc about how log rotate works with promtail
  • 8233 nicoche: promtail: Add max-line-size-truncate limit to truncate too long lines on client side
  • 7462 MarNicGit: Allow excluding event message from Windows Event Log entries.
  • 7597 redbaron: allow ratelimiting by label
  • 3493 adityacs Support geoip stage.
  • 8382 kelnage: Promtail: Add event log message stage
Fixes
  • 8231 CCOLLOT: Lambda-promtail: fix flushing behavior of batches, leading to a significant increase in performance.
Changes
LogCLI
Enhancement
  • 8413 chaudum: Try to load tenant-specific schemaconfig-{orgID}.yaml when using --remote-schema argument and fallback to global schemaconfig.yaml.
  • 8537 jeschkies: Allow fetching all entries with --limit=0.
Fluent Bit
Loki Canary
Enhancements
  • 8024 jijotj: Support passing loki address as environment variable
Jsonnet
  • 7923 manohar-koukuntla: Add zone aware ingesters in jsonnet deployment
Fixes
  • 8247 Whyeasy fix usage of cluster label within Mixin.
Build
  • 7938 ssncferreira: Add DroneCI pipeline step to validate configuration flags documentation generation.
Notes
Dependencies

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from Clivern as a code owner April 4, 2023 02:43
@renovate renovate bot force-pushed the renovate/grafana-promtail-2.x branch from 6586c85 to adeb807 Compare April 24, 2023 23:10
@renovate renovate bot changed the title Update grafana/promtail Docker tag to v2.8.0 Update grafana/promtail Docker tag to v2.8.1 Apr 24, 2023
@renovate renovate bot force-pushed the renovate/grafana-promtail-2.x branch 2 times, most recently from 12c6002 to 6bf9424 Compare April 26, 2023 18:48
@renovate renovate bot changed the title Update grafana/promtail Docker tag to v2.8.1 Update grafana/promtail Docker tag to v2.8.2 May 3, 2023
@renovate renovate bot force-pushed the renovate/grafana-promtail-2.x branch 2 times, most recently from 16e3334 to 821cf43 Compare May 5, 2023 01:24
@renovate renovate bot force-pushed the renovate/grafana-promtail-2.x branch from 821cf43 to c00ab17 Compare May 5, 2023 01:25
@Clivern Clivern merged commit 30f5683 into main May 5, 2023
3 of 4 checks passed
@Clivern Clivern deleted the renovate/grafana-promtail-2.x branch May 5, 2023 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant