diff --git a/Makefile b/Makefile index 11472a281..3bdc2e25f 100644 --- a/Makefile +++ b/Makefile @@ -12,44 +12,44 @@ IMAGE_NAME := fluent/fluentd-kubernetes X86_IMAGES := \ - v1.16/debian-azureblob:v1.16.5-debian-azureblob-amd64-1.0,v1.16-debian-azureblob-amd64-2 \ - v1.16/debian-elasticsearch8:v1.16.5-debian-elasticsearch8-amd64-1.0,v1.16-debian-elasticsearch8-amd64-2 \ - v1.16/debian-elasticsearch7:v1.16.5-debian-elasticsearch7-amd64-1.0,v1.16-debian-elasticsearch7-amd64-2,v1-debian-elasticsearch-amd64 \ - v1.16/debian-opensearch:v1.16.5-debian-opensearch-amd64-1.0,v1.16-debian-opensearch-amd64-2 \ - v1.16/debian-loggly:v1.16.5-debian-loggly-amd64-1.0,v1.16-debian-loggly-amd64-2 \ - v1.16/debian-logentries:v1.16.5-debian-logentries-amd64-1.0,v1.16-debian-logentries-amd64-2 \ - v1.16/debian-cloudwatch:v1.16.5-debian-cloudwatch-amd64-1.0,v1.16-debian-cloudwatch-amd64-2 \ - v1.16/debian-s3:v1.16.5-debian-s3-amd64-1.0,v1.16-debian-s3-amd64-2 \ - v1.16/debian-syslog:v1.16.5-debian-syslog-amd64-1.0,v1.16-debian-syslog-amd64-2 \ - v1.16/debian-forward:v1.16.5-debian-forward-amd64-1.0,v1.16-debian-forward-amd64-2 \ - v1.16/debian-gcs:v1.16.5-debian-gcs-amd64-1.0,v1.16-debian-gcs-amd64-2 \ - v1.16/debian-graylog:v1.16.5-debian-graylog-amd64-1.0,v1.16-debian-graylog-amd64-2 \ - v1.16/debian-papertrail:v1.16.5-debian-papertrail-amd64-1.0,v1.16-debian-papertrail-amd64-2 \ - v1.16/debian-logzio:v1.16.5-debian-logzio-amd64-1.0,v1.16-debian-logzio-amd64-2 \ - v1.16/debian-kafka:v1.16.5-debian-kafka-amd64-1.0,v1.16-debian-kafka-amd64-2 \ - v1.16/debian-kafka2:v1.16.5-debian-kafka2-amd64-1.0,v1.16-debian-kafka2-amd64-2 \ - v1.16/debian-kinesis:v1.16.5-debian-kinesis-amd64-1.0,v1.16-debian-kinesis-amd64-2 + v1.16/debian-azureblob:v1.16.5-debian-azureblob-amd64-1.1,v1.16-debian-azureblob-amd64-2 \ + v1.16/debian-elasticsearch8:v1.16.5-debian-elasticsearch8-amd64-1.1,v1.16-debian-elasticsearch8-amd64-2 \ + v1.16/debian-elasticsearch7:v1.16.5-debian-elasticsearch7-amd64-1.1,v1.16-debian-elasticsearch7-amd64-2,v1-debian-elasticsearch-amd64 \ + v1.16/debian-opensearch:v1.16.5-debian-opensearch-amd64-1.1,v1.16-debian-opensearch-amd64-2 \ + v1.16/debian-loggly:v1.16.5-debian-loggly-amd64-1.1,v1.16-debian-loggly-amd64-2 \ + v1.16/debian-logentries:v1.16.5-debian-logentries-amd64-1.1,v1.16-debian-logentries-amd64-2 \ + v1.16/debian-cloudwatch:v1.16.5-debian-cloudwatch-amd64-1.1,v1.16-debian-cloudwatch-amd64-2 \ + v1.16/debian-s3:v1.16.5-debian-s3-amd64-1.1,v1.16-debian-s3-amd64-2 \ + v1.16/debian-syslog:v1.16.5-debian-syslog-amd64-1.1,v1.16-debian-syslog-amd64-2 \ + v1.16/debian-forward:v1.16.5-debian-forward-amd64-1.1,v1.16-debian-forward-amd64-2 \ + v1.16/debian-gcs:v1.16.5-debian-gcs-amd64-1.1,v1.16-debian-gcs-amd64-2 \ + v1.16/debian-graylog:v1.16.5-debian-graylog-amd64-1.1,v1.16-debian-graylog-amd64-2 \ + v1.16/debian-papertrail:v1.16.5-debian-papertrail-amd64-1.1,v1.16-debian-papertrail-amd64-2 \ + v1.16/debian-logzio:v1.16.5-debian-logzio-amd64-1.1,v1.16-debian-logzio-amd64-2 \ + v1.16/debian-kafka:v1.16.5-debian-kafka-amd64-1.1,v1.16-debian-kafka-amd64-2 \ + v1.16/debian-kafka2:v1.16.5-debian-kafka2-amd64-1.1,v1.16-debian-kafka2-amd64-2 \ + v1.16/debian-kinesis:v1.16.5-debian-kinesis-amd64-1.1,v1.16-debian-kinesis-amd64-2 # :,,,... ARM64_IMAGES := \ - v1.16/arm64/debian-azureblob:v1.16.5-debian-azureblob-arm64-1.0,v1.16-debian-azureblob-arm64-2 \ - v1.16/arm64/debian-elasticsearch8:v1.16.5-debian-elasticsearch8-arm64-1.0,v1.16-debian-elasticsearch8-arm64-2 \ - v1.16/arm64/debian-elasticsearch7:v1.16.5-debian-elasticsearch7-arm64-1.0,v1.16-debian-elasticsearch7-arm64-2,v1-debian-elasticsearch-arm64 \ - v1.16/arm64/debian-opensearch:v1.16.5-debian-opensearch-arm64-1.0,v1.16-debian-opensearch-arm64-2 \ - v1.16/arm64/debian-loggly:v1.16.5-debian-loggly-arm64-1.0,v1.16-debian-loggly-arm64-2 \ - v1.16/arm64/debian-logentries:v1.16.5-debian-logentries-arm64-1.0,v1.16-debian-logentries-arm64-2 \ - v1.16/arm64/debian-cloudwatch:v1.16.5-debian-cloudwatch-arm64-1.0,v1.16-debian-cloudwatch-arm64-2 \ - v1.16/arm64/debian-s3:v1.16.5-debian-s3-arm64-1.0,v1.16-debian-s3-arm64-2 \ - v1.16/arm64/debian-syslog:v1.16.5-debian-syslog-arm64-1.0,v1.16-debian-syslog-arm64-2 \ - v1.16/arm64/debian-forward:v1.16.5-debian-forward-arm64-1.0,v1.16-debian-forward-arm64-2 \ - v1.16/arm64/debian-gcs:v1.16.5-debian-gcs-arm64-1.0,v1.16-debian-gcs-arm64-2 \ - v1.16/arm64/debian-graylog:v1.16.5-debian-graylog-arm64-1.0,v1.16-debian-graylog-arm64-2 \ - v1.16/arm64/debian-papertrail:v1.16.5-debian-papertrail-arm64-1.0,v1.16-debian-papertrail-arm64-2 \ - v1.16/arm64/debian-logzio:v1.16.5-debian-logzio-arm64-1.0,v1.16-debian-logzio-arm64-2 \ - v1.16/arm64/debian-kafka:v1.16.5-debian-kafka-arm64-1.0,v1.16-debian-kafka-arm64-2 \ - v1.16/arm64/debian-kafka2:v1.16.5-debian-kafka2-arm64-1.0,v1.16-debian-kafka2-arm64-2 \ - v1.16/arm64/debian-kinesis:v1.16.5-debian-kinesis-arm64-1.0,v1.16-debian-kinesis-arm64-2 + v1.16/arm64/debian-azureblob:v1.16.5-debian-azureblob-arm64-1.1,v1.16-debian-azureblob-arm64-2 \ + v1.16/arm64/debian-elasticsearch8:v1.16.5-debian-elasticsearch8-arm64-1.1,v1.16-debian-elasticsearch8-arm64-2 \ + v1.16/arm64/debian-elasticsearch7:v1.16.5-debian-elasticsearch7-arm64-1.1,v1.16-debian-elasticsearch7-arm64-2,v1-debian-elasticsearch-arm64 \ + v1.16/arm64/debian-opensearch:v1.16.5-debian-opensearch-arm64-1.1,v1.16-debian-opensearch-arm64-2 \ + v1.16/arm64/debian-loggly:v1.16.5-debian-loggly-arm64-1.1,v1.16-debian-loggly-arm64-2 \ + v1.16/arm64/debian-logentries:v1.16.5-debian-logentries-arm64-1.1,v1.16-debian-logentries-arm64-2 \ + v1.16/arm64/debian-cloudwatch:v1.16.5-debian-cloudwatch-arm64-1.1,v1.16-debian-cloudwatch-arm64-2 \ + v1.16/arm64/debian-s3:v1.16.5-debian-s3-arm64-1.1,v1.16-debian-s3-arm64-2 \ + v1.16/arm64/debian-syslog:v1.16.5-debian-syslog-arm64-1.1,v1.16-debian-syslog-arm64-2 \ + v1.16/arm64/debian-forward:v1.16.5-debian-forward-arm64-1.1,v1.16-debian-forward-arm64-2 \ + v1.16/arm64/debian-gcs:v1.16.5-debian-gcs-arm64-1.1,v1.16-debian-gcs-arm64-2 \ + v1.16/arm64/debian-graylog:v1.16.5-debian-graylog-arm64-1.1,v1.16-debian-graylog-arm64-2 \ + v1.16/arm64/debian-papertrail:v1.16.5-debian-papertrail-arm64-1.1,v1.16-debian-papertrail-arm64-2 \ + v1.16/arm64/debian-logzio:v1.16.5-debian-logzio-arm64-1.1,v1.16-debian-logzio-arm64-2 \ + v1.16/arm64/debian-kafka:v1.16.5-debian-kafka-arm64-1.1,v1.16-debian-kafka-arm64-2 \ + v1.16/arm64/debian-kafka2:v1.16.5-debian-kafka2-arm64-1.1,v1.16-debian-kafka2-arm64-2 \ + v1.16/arm64/debian-kinesis:v1.16.5-debian-kinesis-arm64-1.1,v1.16-debian-kinesis-arm64-2 ALL_IMAGES := $(X86_IMAGES) $(ARM64_IMAGES) diff --git a/README.md b/README.md index 8d84b5056..77a962a5d 100644 --- a/README.md +++ b/README.md @@ -25,130 +25,130 @@ If you want to use above non published images, build it by yourself. Dockerfile ##### Multi-Arch images - `Azureblob` - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-azureblob-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-azureblob-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-azureblob-2` - `Elasticsearch8` - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-elasticsearch8-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-elasticsearch8-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-elasticsearch8-2` - `Elasticsearch7` - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-elasticsearch7-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-elasticsearch7-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-elasticsearch7-2` - `docker pull fluent/fluentd-kubernetes-daemonset:v1-debian-elasticsearch` - `Opensearch` - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-opensearch-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-opensearch-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-opensearch-2` - `Cloudwatch` - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-cloudwatch-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-cloudwatch-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-cloudwatch-2` - `Forward` - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-forward-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-forward-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-forward-2` - `Gcs` - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-gcs-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-gcs-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-gcs-2` - `Graylog` - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-graylog-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-graylog-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-graylog-2` - `Kafka` - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-kafka-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-kafka-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-kafka-2` - `Kafka2` - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-kafka2-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-kafka2-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-kafka2-2` - `Kinesis` - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-kinesis-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-kinesis-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-kinesis-2` ##### x86_64 images - `Azureblob` [Dockerfile](docker-image/v1.16/debian-azureblob/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-azureblob-amd64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-azureblob-amd64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-azureblob-amd64-2` - `Elasticsearch8` [Dockerfile](docker-image/v1.16/debian-elasticsearch8/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-elasticsearch8-amd64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-elasticsearch8-amd64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-elasticsearch8-amd64-2` - `Elasticsearch7` [Dockerfile](docker-image/v1.16/debian-elasticsearch7/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-elasticsearch7-amd64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-elasticsearch7-amd64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-elasticsearch7-amd64-2` - `docker pull fluent/fluentd-kubernetes-daemonset:v1-debian-elasticsearch-amd64` - `Opensearch` [Dockerfile](docker-image/v1.16/debian-opensearch/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-opensearch-amd64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-opensearch-amd64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-opensearch-amd64-2` - `Loggly` [Dockerfile](docker-image/v1.16/debian-loggly/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-loggly-amd64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-loggly-amd64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-loggly-amd64-2` - `Logentries` [Dockerfile](docker-image/v1.16/debian-logentries/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-logentries-amd64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-logentries-amd64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-logentries-amd64-2` - `Cloudwatch` [Dockerfile](docker-image/v1.16/debian-cloudwatch/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-cloudwatch-amd64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-cloudwatch-amd64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-cloudwatch-amd64-2` - `S3` [Dockerfile](docker-image/v1.16/debian-s3/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-s3-amd64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-s3-amd64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-s3-amd64-2` - `Syslog` [Dockerfile](docker-image/v1.16/debian-syslog/Dockerfile) - `Forward` [Dockerfile](docker-image/v1.16/debian-forward/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-forward-amd64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-forward-amd64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-forward-amd64-2` - `Gcs` [Dockerfile](docker-image/v1.16/debian-gcs/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-gcs-amd64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-gcs-amd64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-gcs-amd64-2` - `Graylog` [Dockerfile](docker-image/v1.16/debian-graylog/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-graylog-amd64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-graylog-amd64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-graylog-amd64-2` - `Papertrail` [Dockerfile](docker-image/v1.16/debian-papertrail/Dockerfile) - `Logzio` [Dockerfile](docker-image/v1.16/debian-logzio/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-logzio-amd64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-logzio-amd64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-logzio-amd64-2` - `Kafka` [Dockerfile](docker-image/v1.16/debian-kafka/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-kafka-amd64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-kafka-amd64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-kafka-amd64-2` - `Kafka2` [Dockerfile](docker-image/v1.16/debian-kafka2/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-kafka2-amd64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-kafka2-amd64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-kafka2-amd64-2` - `Kinesis` [Dockerfile](docker-image/v1.16/debian-kinesis/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-kinesis-amd64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-kinesis-amd64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-kinesis-amd64-2` ##### arm64 images - `Azureblob` [Dockerfile](docker-image/v1.16/arm64/debian-azureblob/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-azureblob-arm64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-azureblob-arm64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-azureblob-arm64-2` - `Elasticsearch8` [Dockerfile](docker-image/v1.16/arm64/debian-elasticsearch8/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-elasticsearch8-arm64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-elasticsearch8-arm64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-elasticsearch8-arm64-2` - `Elasticsearch7` [Dockerfile](docker-image/v1.16/arm64/debian-elasticsearch7/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-elasticsearch7-arm64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-elasticsearch7-arm64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-elasticsearch7-arm64-2` - `docker pull fluent/fluentd-kubernetes-daemonset:v1-debian-elasticsearch-arm64` - `Opensearch` [Dockerfile](docker-image/v1.16/arm64/debian-opensearch/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-opensearch-arm64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-opensearch-arm64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-opensearch-arm64-2` - `Loggly` [Dockerfile](docker-image/v1.16/arm64/debian-loggly/Dockerfile) - `Logentries` [Dockerfile](docker-image/v1.16/arm64/debian-logentries/Dockerfile) - `Cloudwatch` [Dockerfile](docker-image/v1.16/arm64/debian-cloudwatch/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-cloudwatch-arm64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-cloudwatch-arm64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-cloudwatch-arm64-2` - `S3` [Dockerfile](docker-image/v1.16/arm64/debian-s3/Dockerfile) - `Syslog` [Dockerfile](docker-image/v1.16/arm64/debian-syslog/Dockerfile) - `Forward` [Dockerfile](docker-image/v1.16/arm64/debian-forward/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-forward-arm64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-forward-arm64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-forward-arm64-2` - `Gcs` [Dockerfile](docker-image/v1.16/arm64/debian-gcs/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-gcs-arm64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-gcs-arm64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-gcs-arm64-2` - `Graylog` [Dockerfile](docker-image/v1.16/arm64/debian-graylog/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-graylog-arm64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-graylog-arm64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-graylog-arm64-2` - `Papertrail` [Dockerfile](docker-image/v1.16/arm64/debian-papertrail/Dockerfile) - `Logzio` [Dockerfile](docker-image/v1.16/arm64/debian-logzio/Dockerfile) - `Kafka` [Dockerfile](docker-image/v1.16/arm64/debian-kafka/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-kafka-arm64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-kafka-arm64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-kafka-arm64-2` - `Kafka2` [Dockerfile](docker-image/v1.16/arm64/debian-kafka2/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-kafka2-arm64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-kafka2-arm64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-kafka2-arm64-2` - `Kinesis` [Dockerfile](docker-image/v1.16/arm64/debian-kinesis/Dockerfile) - - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-kinesis-arm64-1.0` + - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-kinesis-arm64-1.1` - `docker pull fluent/fluentd-kubernetes-daemonset:v1.16-debian-kinesis-arm64-2` diff --git a/docker-image/v1.16/arm64/debian-azureblob/Gemfile.lock b/docker-image/v1.16/arm64/debian-azureblob/Gemfile.lock index 125269ae9..9b66c4568 100644 --- a/docker-image/v1.16/arm64/debian-azureblob/Gemfile.lock +++ b/docker-image/v1.16/arm64/debian-azureblob/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) azure-storage-blob (2.0.3) azure-storage-common (~> 2.0) nokogiri (~> 1, >= 1.10.8) @@ -12,9 +12,9 @@ GEM net-http-persistent (~> 4.0) nokogiri (~> 1, >= 1.10.8) base64 (0.2.0) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.3) connection_pool (2.4.1) - cool.io (1.8.0) + cool.io (1.8.1) domain_name (0.6.20240107) faraday (1.10.3) faraday-em_http (~> 1.0) @@ -41,7 +41,7 @@ GEM faraday-retry (1.0.3) faraday_middleware (1.2.0) faraday (~> 1.0) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -97,13 +97,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -114,34 +114,37 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) - mini_portile2 (2.8.5) + mime-types-data (3.2024.0702) + mini_portile2 (2.8.7) msgpack (1.7.2) multi_json (1.15.0) - multipart-post (2.4.0) + multipart-post (2.4.1) net-http-persistent (4.0.2) connection_pool (~> 2.2) netrc (0.11.0) - nokogiri (1.16.3) + nokogiri (1.16.6) mini_portile2 (~> 2.8.2) racc (~> 1.4) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - racc (1.7.3) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + racc (1.8.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan ruby2_keywords (0.0.5) serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/arm64/debian-azureblob/hooks/post_push b/docker-image/v1.16/arm64/debian-azureblob/hooks/post_push index 9ab52e4f7..53b935f45 100644 --- a/docker-image/v1.16/arm64/debian-azureblob/hooks/post_push +++ b/docker-image/v1.16/arm64/debian-azureblob/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-azureblob-arm64-1.0,v1.16-debian-azureblob-arm64-2}; do +for tag in {v1.16.5-debian-azureblob-arm64-1.1,v1.16-debian-azureblob-arm64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/arm64/debian-cloudwatch/Gemfile.lock b/docker-image/v1.16/arm64/debian-cloudwatch/Gemfile.lock index 5ceb71d7b..bd5231424 100644 --- a/docker-image/v1.16/arm64/debian-cloudwatch/Gemfile.lock +++ b/docker-image/v1.16/arm64/debian-cloudwatch/Gemfile.lock @@ -1,14 +1,14 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) aws-eventstream (1.3.0) - aws-partitions (1.903.0) - aws-sdk-cloudwatchlogs (1.80.0) - aws-sdk-core (~> 3, >= 3.191.0) - aws-sigv4 (~> 1.1) - aws-sdk-core (3.191.5) + aws-partitions (1.954.0) + aws-sdk-cloudwatchlogs (1.87.0) + aws-sdk-core (~> 3, >= 3.201.0) + aws-sigv4 (~> 1.5) + aws-sdk-core (3.201.1) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.8) @@ -16,10 +16,10 @@ GEM aws-sigv4 (1.8.0) aws-eventstream (~> 1, >= 1.0.2) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -75,14 +75,14 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jmespath (1.6.2) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -93,25 +93,28 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/arm64/debian-cloudwatch/hooks/post_push b/docker-image/v1.16/arm64/debian-cloudwatch/hooks/post_push index 6fc49e01e..54504c40d 100644 --- a/docker-image/v1.16/arm64/debian-cloudwatch/hooks/post_push +++ b/docker-image/v1.16/arm64/debian-cloudwatch/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-cloudwatch-arm64-1.0,v1.16-debian-cloudwatch-arm64-2}; do +for tag in {v1.16.5-debian-cloudwatch-arm64-1.1,v1.16-debian-cloudwatch-arm64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/arm64/debian-elasticsearch7/Gemfile.lock b/docker-image/v1.16/arm64/debian-elasticsearch7/Gemfile.lock index 4453cbb45..45c1cc4eb 100644 --- a/docker-image/v1.16/arm64/debian-elasticsearch7/Gemfile.lock +++ b/docker-image/v1.16/arm64/debian-elasticsearch7/Gemfile.lock @@ -1,23 +1,24 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - elasticsearch (7.17.10) - elasticsearch-api (= 7.17.10) - elasticsearch-transport (= 7.17.10) - elasticsearch-api (7.17.10) + elasticsearch (7.17.11) + elasticsearch-api (= 7.17.11) + elasticsearch-transport (= 7.17.11) + elasticsearch-api (7.17.11) multi_json - elasticsearch-transport (7.17.10) + elasticsearch-transport (7.17.11) + base64 faraday (>= 1, < 3) multi_json - elasticsearch-xpack (7.17.10) + elasticsearch-xpack (7.17.11) elasticsearch-api (>= 6) - excon (0.110.0) + excon (0.111.0) faraday (1.10.3) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) @@ -41,7 +42,7 @@ GEM faraday-patron (1.0.0) faraday-rack (1.0.0) faraday-retry (1.0.3) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -101,13 +102,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -118,27 +119,30 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) - multipart-post (2.4.0) + multipart-post (2.4.1) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan ruby2_keywords (0.0.5) serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/arm64/debian-elasticsearch7/hooks/post_push b/docker-image/v1.16/arm64/debian-elasticsearch7/hooks/post_push index eb71f8474..04205057f 100644 --- a/docker-image/v1.16/arm64/debian-elasticsearch7/hooks/post_push +++ b/docker-image/v1.16/arm64/debian-elasticsearch7/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-elasticsearch7-arm64-1.0,v1.16-debian-elasticsearch7-arm64-2,v1-debian-elasticsearch-arm64}; do +for tag in {v1.16.5-debian-elasticsearch7-arm64-1.1,v1.16-debian-elasticsearch7-arm64-2,v1-debian-elasticsearch-arm64}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/arm64/debian-elasticsearch8/Gemfile.lock b/docker-image/v1.16/arm64/debian-elasticsearch8/Gemfile.lock index b64eb2358..a955551f9 100644 --- a/docker-image/v1.16/arm64/debian-elasticsearch8/Gemfile.lock +++ b/docker-image/v1.16/arm64/debian-elasticsearch8/Gemfile.lock @@ -1,29 +1,30 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) elastic-transport (8.3.2) faraday (< 3) multi_json - elasticsearch (8.12.2) + elasticsearch (8.14.0) elastic-transport (~> 8.3) - elasticsearch-api (= 8.12.2) - elasticsearch-api (8.12.2) + elasticsearch-api (= 8.14.0) + elasticsearch-api (8.14.0) multi_json - excon (0.110.0) - faraday (2.9.0) + excon (0.111.0) + faraday (2.10.0) faraday-net_http (>= 2.0, < 3.2) + logger faraday-excon (2.1.0) excon (>= 0.27.4) faraday (~> 2.0) faraday-net_http (3.1.0) net-http - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -84,13 +85,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -98,30 +99,34 @@ GEM llhttp-ffi (0.5.0) ffi-compiler (~> 1.0) rake (~> 13.0) + logger (1.6.0) lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) net-http (0.4.1) uri netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/arm64/debian-elasticsearch8/hooks/post_push b/docker-image/v1.16/arm64/debian-elasticsearch8/hooks/post_push index a238f2d2d..104956c80 100644 --- a/docker-image/v1.16/arm64/debian-elasticsearch8/hooks/post_push +++ b/docker-image/v1.16/arm64/debian-elasticsearch8/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-elasticsearch8-arm64-1.0,v1.16-debian-elasticsearch8-arm64-2}; do +for tag in {v1.16.5-debian-elasticsearch8-arm64-1.1,v1.16-debian-elasticsearch8-arm64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/arm64/debian-forward/Gemfile.lock b/docker-image/v1.16/arm64/debian-forward/Gemfile.lock index 20bb95fe4..3a057961b 100644 --- a/docker-image/v1.16/arm64/debian-forward/Gemfile.lock +++ b/docker-image/v1.16/arm64/debian-forward/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -60,13 +60,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -77,25 +77,28 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/arm64/debian-forward/hooks/post_push b/docker-image/v1.16/arm64/debian-forward/hooks/post_push index 3e0be7c28..c39fe371e 100644 --- a/docker-image/v1.16/arm64/debian-forward/hooks/post_push +++ b/docker-image/v1.16/arm64/debian-forward/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-forward-arm64-1.0,v1.16-debian-forward-arm64-2}; do +for tag in {v1.16.5-debian-forward-arm64-1.1,v1.16-debian-forward-arm64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/arm64/debian-gcs/Gemfile.lock b/docker-image/v1.16/arm64/debian-gcs/Gemfile.lock index b490bc7d2..0a4aca427 100644 --- a/docker-image/v1.16/arm64/debian-gcs/Gemfile.lock +++ b/docker-image/v1.16/arm64/debian-gcs/Gemfile.lock @@ -1,20 +1,21 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) declarative (0.0.20) digest-crc (0.6.5) rake (>= 12.0.0, < 14.0.0) domain_name (0.6.20240107) - faraday (2.9.0) + faraday (2.10.0) faraday-net_http (>= 2.0, < 3.2) + logger faraday-net_http (3.1.0) net-http - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -63,7 +64,7 @@ GEM tzinfo-data (~> 1.0) webrick (~> 1.4) yajl-ruby (~> 1.0) - google-apis-core (0.14.1) + google-apis-core (0.15.0) addressable (~> 2.5, >= 2.5.1) googleauth (~> 1.9) httpclient (>= 2.8.1, < 3.a) @@ -71,22 +72,22 @@ GEM representable (~> 3.0) retriable (>= 2.0, < 4.a) rexml - google-apis-iamcredentials_v1 (0.20.0) - google-apis-core (>= 0.14.0, < 2.a) - google-apis-storage_v1 (0.37.0) - google-apis-core (>= 0.14.0, < 2.a) + google-apis-iamcredentials_v1 (0.21.0) + google-apis-core (>= 0.15.0, < 2.a) + google-apis-storage_v1 (0.40.0) + google-apis-core (>= 0.15.0, < 2.a) google-cloud-core (1.7.0) google-cloud-env (>= 1.0, < 3.a) google-cloud-errors (~> 1.0) google-cloud-env (2.1.1) faraday (>= 1.0, < 3.a) google-cloud-errors (1.4.0) - google-cloud-storage (1.49.0) + google-cloud-storage (1.52.0) addressable (~> 2.8) digest-crc (~> 0.4) google-apis-core (~> 0.13) google-apis-iamcredentials_v1 (~> 0.18) - google-apis-storage_v1 (~> 0.33) + google-apis-storage_v1 (~> 0.38) google-cloud-core (~> 1.6) googleauth (~> 1.9) mini_mime (~> 1.0) @@ -104,16 +105,16 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) httpclient (2.8.3) jsonpath (1.1.5) multi_json - jwt (2.8.1) + jwt (2.8.2) base64 - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -121,10 +122,11 @@ GEM llhttp-ffi (0.5.0) ffi-compiler (~> 1.0) rake (~> 13.0) + logger (1.6.0) lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) mini_mime (1.1.5) msgpack (1.7.2) multi_json (1.15.0) @@ -133,10 +135,11 @@ GEM netrc (0.11.0) oj (3.15.1) os (1.1.4) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) representable (3.2.0) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) @@ -147,7 +150,8 @@ GEM mime-types (>= 1.16, < 4.0) netrc (~> 0.8) retriable (3.1.2) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) @@ -157,6 +161,7 @@ GEM jwt (>= 1.5, < 3.0) multi_json (~> 1.10) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) trailblazer-option (0.1.2) diff --git a/docker-image/v1.16/arm64/debian-gcs/hooks/post_push b/docker-image/v1.16/arm64/debian-gcs/hooks/post_push index 93feef778..3cec3633f 100644 --- a/docker-image/v1.16/arm64/debian-gcs/hooks/post_push +++ b/docker-image/v1.16/arm64/debian-gcs/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-gcs-arm64-1.0,v1.16-debian-gcs-arm64-2}; do +for tag in {v1.16.5-debian-gcs-arm64-1.1,v1.16-debian-gcs-arm64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/arm64/debian-graylog/Gemfile.lock b/docker-image/v1.16/arm64/debian-graylog/Gemfile.lock index d9216c5c7..b89c8195f 100644 --- a/docker-image/v1.16/arm64/debian-graylog/Gemfile.lock +++ b/docker-image/v1.16/arm64/debian-graylog/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -65,14 +65,14 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) - json (2.7.1) + json (2.7.2) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -83,25 +83,28 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/arm64/debian-graylog/hooks/post_push b/docker-image/v1.16/arm64/debian-graylog/hooks/post_push index 2851f90f1..587aa239a 100644 --- a/docker-image/v1.16/arm64/debian-graylog/hooks/post_push +++ b/docker-image/v1.16/arm64/debian-graylog/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-graylog-arm64-1.0,v1.16-debian-graylog-arm64-2}; do +for tag in {v1.16.5-debian-graylog-arm64-1.1,v1.16-debian-graylog-arm64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/arm64/debian-kafka/Dockerfile b/docker-image/v1.16/arm64/debian-kafka/Dockerfile index 90ba062ca..2b2857e70 100644 --- a/docker-image/v1.16/arm64/debian-kafka/Dockerfile +++ b/docker-image/v1.16/arm64/debian-kafka/Dockerfile @@ -21,8 +21,8 @@ ENV GEM_HOME /fluentd/vendor/bundle/ruby/3.2.0 ENV FLUENTD_DISABLE_BUNDLER_INJECTION 1 COPY Gemfile* /fluentd/ -RUN buildDeps="sudo make gcc g++ libc-dev libffi-dev build-essential autoconf automake libtool pkg-config" \ - runtimeDeps="krb5-kdc libsasl2-modules-gssapi-mit libsasl2-dev" \ +RUN buildDeps="sudo make gcc g++ libc-dev libffi-dev build-essential autoconf automake libtool pkg-config libsasl2-dev" \ + runtimeDeps="krb5-kdc libsasl2-modules-gssapi-mit libsasl2-2" \ && export DEBIAN_FRONTEND=noninteractive && apt-get update \ && apt-get upgrade -y \ && apt-get install \ diff --git a/docker-image/v1.16/arm64/debian-kafka/Gemfile.lock b/docker-image/v1.16/arm64/debian-kafka/Gemfile.lock index 38c357751..f9c4fc4de 100644 --- a/docker-image/v1.16/arm64/debian-kafka/Gemfile.lock +++ b/docker-image/v1.16/arm64/debian-kafka/Gemfile.lock @@ -1,17 +1,17 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) avro (1.11.3) multi_json (~> 1.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) digest-crc (0.6.5) rake (>= 12.0.0, < 14.0.0) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -74,13 +74,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -92,26 +92,28 @@ GEM ltsv (0.1.2) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) - mini_portile2 (2.8.5) + mime-types-data (3.2024.0702) + mini_portile2 (2.8.7) msgpack (1.7.2) multi_json (1.15.0) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) rdkafka (0.11.1) ffi (~> 1.15) mini_portile2 (~> 2.6) rake (> 12) - recursive-open-struct (1.1.3) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan ruby-kafka (1.5.0) digest-crc serverengine (2.3.2) @@ -119,6 +121,7 @@ GEM sigdump (0.2.5) snappy (0.0.17) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/arm64/debian-kafka/hooks/post_push b/docker-image/v1.16/arm64/debian-kafka/hooks/post_push index c4003edbb..185b0ceda 100644 --- a/docker-image/v1.16/arm64/debian-kafka/hooks/post_push +++ b/docker-image/v1.16/arm64/debian-kafka/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-kafka-arm64-1.0,v1.16-debian-kafka-arm64-2}; do +for tag in {v1.16.5-debian-kafka-arm64-1.1,v1.16-debian-kafka-arm64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/arm64/debian-kafka2/Dockerfile b/docker-image/v1.16/arm64/debian-kafka2/Dockerfile index 90ba062ca..2b2857e70 100644 --- a/docker-image/v1.16/arm64/debian-kafka2/Dockerfile +++ b/docker-image/v1.16/arm64/debian-kafka2/Dockerfile @@ -21,8 +21,8 @@ ENV GEM_HOME /fluentd/vendor/bundle/ruby/3.2.0 ENV FLUENTD_DISABLE_BUNDLER_INJECTION 1 COPY Gemfile* /fluentd/ -RUN buildDeps="sudo make gcc g++ libc-dev libffi-dev build-essential autoconf automake libtool pkg-config" \ - runtimeDeps="krb5-kdc libsasl2-modules-gssapi-mit libsasl2-dev" \ +RUN buildDeps="sudo make gcc g++ libc-dev libffi-dev build-essential autoconf automake libtool pkg-config libsasl2-dev" \ + runtimeDeps="krb5-kdc libsasl2-modules-gssapi-mit libsasl2-2" \ && export DEBIAN_FRONTEND=noninteractive && apt-get update \ && apt-get upgrade -y \ && apt-get install \ diff --git a/docker-image/v1.16/arm64/debian-kafka2/Gemfile.lock b/docker-image/v1.16/arm64/debian-kafka2/Gemfile.lock index 38c357751..f9c4fc4de 100644 --- a/docker-image/v1.16/arm64/debian-kafka2/Gemfile.lock +++ b/docker-image/v1.16/arm64/debian-kafka2/Gemfile.lock @@ -1,17 +1,17 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) avro (1.11.3) multi_json (~> 1.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) digest-crc (0.6.5) rake (>= 12.0.0, < 14.0.0) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -74,13 +74,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -92,26 +92,28 @@ GEM ltsv (0.1.2) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) - mini_portile2 (2.8.5) + mime-types-data (3.2024.0702) + mini_portile2 (2.8.7) msgpack (1.7.2) multi_json (1.15.0) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) rdkafka (0.11.1) ffi (~> 1.15) mini_portile2 (~> 2.6) rake (> 12) - recursive-open-struct (1.1.3) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan ruby-kafka (1.5.0) digest-crc serverengine (2.3.2) @@ -119,6 +121,7 @@ GEM sigdump (0.2.5) snappy (0.0.17) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/arm64/debian-kafka2/hooks/post_push b/docker-image/v1.16/arm64/debian-kafka2/hooks/post_push index 50efc63a3..58f6a9424 100644 --- a/docker-image/v1.16/arm64/debian-kafka2/hooks/post_push +++ b/docker-image/v1.16/arm64/debian-kafka2/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-kafka2-arm64-1.0,v1.16-debian-kafka2-arm64-2}; do +for tag in {v1.16.5-debian-kafka2-arm64-1.1,v1.16-debian-kafka2-arm64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/arm64/debian-kinesis/Gemfile.lock b/docker-image/v1.16/arm64/debian-kinesis/Gemfile.lock index 2c50bbd84..de001e417 100644 --- a/docker-image/v1.16/arm64/debian-kinesis/Gemfile.lock +++ b/docker-image/v1.16/arm64/debian-kinesis/Gemfile.lock @@ -1,28 +1,28 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) aws-eventstream (1.3.0) - aws-partitions (1.903.0) - aws-sdk-core (3.191.5) + aws-partitions (1.954.0) + aws-sdk-core (3.201.1) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.8) jmespath (~> 1, >= 1.6.1) - aws-sdk-firehose (1.66.0) - aws-sdk-core (~> 3, >= 3.191.0) - aws-sigv4 (~> 1.1) - aws-sdk-kinesis (1.55.0) - aws-sdk-core (~> 3, >= 3.191.0) - aws-sigv4 (~> 1.1) + aws-sdk-firehose (1.75.0) + aws-sdk-core (~> 3, >= 3.201.0) + aws-sigv4 (~> 1.5) + aws-sdk-kinesis (1.62.0) + aws-sdk-core (~> 3, >= 3.201.0) + aws-sigv4 (~> 1.5) aws-sigv4 (1.8.0) aws-eventstream (~> 1, >= 1.0.2) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -81,14 +81,14 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jmespath (1.6.2) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -99,25 +99,28 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/arm64/debian-kinesis/hooks/post_push b/docker-image/v1.16/arm64/debian-kinesis/hooks/post_push index da73196a2..17f8b652d 100644 --- a/docker-image/v1.16/arm64/debian-kinesis/hooks/post_push +++ b/docker-image/v1.16/arm64/debian-kinesis/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-kinesis-arm64-1.0,v1.16-debian-kinesis-arm64-2}; do +for tag in {v1.16.5-debian-kinesis-arm64-1.1,v1.16-debian-kinesis-arm64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/arm64/debian-logentries/Gemfile.lock b/docker-image/v1.16/arm64/debian-logentries/Gemfile.lock index 20bb95fe4..3a057961b 100644 --- a/docker-image/v1.16/arm64/debian-logentries/Gemfile.lock +++ b/docker-image/v1.16/arm64/debian-logentries/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -60,13 +60,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -77,25 +77,28 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/arm64/debian-logentries/hooks/post_push b/docker-image/v1.16/arm64/debian-logentries/hooks/post_push index c1d60086f..5fb754e1e 100644 --- a/docker-image/v1.16/arm64/debian-logentries/hooks/post_push +++ b/docker-image/v1.16/arm64/debian-logentries/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-logentries-arm64-1.0,v1.16-debian-logentries-arm64-2}; do +for tag in {v1.16.5-debian-logentries-arm64-1.1,v1.16-debian-logentries-arm64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/arm64/debian-loggly/Gemfile.lock b/docker-image/v1.16/arm64/debian-loggly/Gemfile.lock index 476c3c531..6f7c69caf 100644 --- a/docker-image/v1.16/arm64/debian-loggly/Gemfile.lock +++ b/docker-image/v1.16/arm64/debian-loggly/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -63,13 +63,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -80,26 +80,29 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) net-http-persistent (2.9.4) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/arm64/debian-loggly/hooks/post_push b/docker-image/v1.16/arm64/debian-loggly/hooks/post_push index ba442cb65..abfe4a799 100644 --- a/docker-image/v1.16/arm64/debian-loggly/hooks/post_push +++ b/docker-image/v1.16/arm64/debian-loggly/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-loggly-arm64-1.0,v1.16-debian-loggly-arm64-2}; do +for tag in {v1.16.5-debian-loggly-arm64-1.1,v1.16-debian-loggly-arm64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/arm64/debian-logzio/Gemfile.lock b/docker-image/v1.16/arm64/debian-logzio/Gemfile.lock index 99731ced6..8cdb09d27 100644 --- a/docker-image/v1.16/arm64/debian-logzio/Gemfile.lock +++ b/docker-image/v1.16/arm64/debian-logzio/Gemfile.lock @@ -1,14 +1,14 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.3) connection_pool (2.4.1) - cool.io (1.8.0) + cool.io (1.8.1) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -65,13 +65,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -82,27 +82,30 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) net-http-persistent (4.0.2) connection_pool (~> 2.2) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/arm64/debian-logzio/hooks/post_push b/docker-image/v1.16/arm64/debian-logzio/hooks/post_push index 6eceba785..b5c86cddf 100644 --- a/docker-image/v1.16/arm64/debian-logzio/hooks/post_push +++ b/docker-image/v1.16/arm64/debian-logzio/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-logzio-arm64-1.0,v1.16-debian-logzio-arm64-2}; do +for tag in {v1.16.5-debian-logzio-arm64-1.1,v1.16-debian-logzio-arm64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/arm64/debian-opensearch/Gemfile.lock b/docker-image/v1.16/arm64/debian-opensearch/Gemfile.lock index 1d47ec335..6ae71d2ab 100644 --- a/docker-image/v1.16/arm64/debian-opensearch/Gemfile.lock +++ b/docker-image/v1.16/arm64/debian-opensearch/Gemfile.lock @@ -1,11 +1,11 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) aws-eventstream (1.3.0) - aws-partitions (1.903.0) - aws-sdk-core (3.191.5) + aws-partitions (1.954.0) + aws-sdk-core (3.201.1) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.8) @@ -13,12 +13,13 @@ GEM aws-sigv4 (1.8.0) aws-eventstream (~> 1, >= 1.0.2) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - excon (0.110.0) - faraday (2.9.0) + excon (0.111.0) + faraday (2.10.0) faraday-net_http (>= 2.0, < 3.2) + logger faraday-excon (2.1.0) excon (>= 0.27.4) faraday (~> 2.0) @@ -27,7 +28,7 @@ GEM faraday_middleware-aws-sigv4 (1.0.1) aws-sigv4 (~> 1.0) faraday (>= 2.0, < 3) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -88,14 +89,14 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jmespath (1.6.2) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -103,33 +104,37 @@ GEM llhttp-ffi (0.5.0) ffi-compiler (~> 1.0) rake (~> 13.0) + logger (1.6.0) lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) net-http (0.4.1) uri netrc (0.11.0) oj (3.15.1) - opensearch-ruby (3.1.0) + opensearch-ruby (3.3.0) faraday (>= 1.0, < 3) multi_json (>= 1.0) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/arm64/debian-opensearch/hooks/post_push b/docker-image/v1.16/arm64/debian-opensearch/hooks/post_push index 13c596fc1..1fa000d67 100644 --- a/docker-image/v1.16/arm64/debian-opensearch/hooks/post_push +++ b/docker-image/v1.16/arm64/debian-opensearch/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-opensearch-arm64-1.0,v1.16-debian-opensearch-arm64-2}; do +for tag in {v1.16.5-debian-opensearch-arm64-1.1,v1.16-debian-opensearch-arm64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/arm64/debian-papertrail/Gemfile.lock b/docker-image/v1.16/arm64/debian-papertrail/Gemfile.lock index 351e8017a..8c0a4d2f6 100644 --- a/docker-image/v1.16/arm64/debian-papertrail/Gemfile.lock +++ b/docker-image/v1.16/arm64/debian-papertrail/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -66,13 +66,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -83,25 +83,28 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/arm64/debian-papertrail/hooks/post_push b/docker-image/v1.16/arm64/debian-papertrail/hooks/post_push index 9d524cb5e..11cd13ecf 100644 --- a/docker-image/v1.16/arm64/debian-papertrail/hooks/post_push +++ b/docker-image/v1.16/arm64/debian-papertrail/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-papertrail-arm64-1.0,v1.16-debian-papertrail-arm64-2}; do +for tag in {v1.16.5-debian-papertrail-arm64-1.1,v1.16-debian-papertrail-arm64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/arm64/debian-s3/Gemfile.lock b/docker-image/v1.16/arm64/debian-s3/Gemfile.lock index c199ea4b1..3b8857551 100644 --- a/docker-image/v1.16/arm64/debian-s3/Gemfile.lock +++ b/docker-image/v1.16/arm64/debian-s3/Gemfile.lock @@ -1,32 +1,32 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) aws-eventstream (1.3.0) - aws-partitions (1.903.0) - aws-sdk-core (3.191.5) + aws-partitions (1.954.0) + aws-sdk-core (3.201.1) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.8) jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.78.0) - aws-sdk-core (~> 3, >= 3.191.0) - aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.146.1) - aws-sdk-core (~> 3, >= 3.191.0) + aws-sdk-kms (1.88.0) + aws-sdk-core (~> 3, >= 3.201.0) + aws-sigv4 (~> 1.5) + aws-sdk-s3 (1.156.0) + aws-sdk-core (~> 3, >= 3.201.0) aws-sdk-kms (~> 1) - aws-sigv4 (~> 1.8) - aws-sdk-sqs (1.70.0) - aws-sdk-core (~> 3, >= 3.191.0) - aws-sigv4 (~> 1.1) + aws-sigv4 (~> 1.5) + aws-sdk-sqs (1.80.0) + aws-sdk-core (~> 3, >= 3.201.0) + aws-sigv4 (~> 1.5) aws-sigv4 (1.8.0) aws-eventstream (~> 1, >= 1.0.2) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -83,14 +83,14 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jmespath (1.6.2) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -101,25 +101,28 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/arm64/debian-s3/hooks/post_push b/docker-image/v1.16/arm64/debian-s3/hooks/post_push index 52117c5d8..0308eaab0 100644 --- a/docker-image/v1.16/arm64/debian-s3/hooks/post_push +++ b/docker-image/v1.16/arm64/debian-s3/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-s3-arm64-1.0,v1.16-debian-s3-arm64-2}; do +for tag in {v1.16.5-debian-s3-arm64-1.1,v1.16-debian-s3-arm64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/arm64/debian-syslog/Gemfile.lock b/docker-image/v1.16/arm64/debian-syslog/Gemfile.lock index 8fcc1f664..de091e8f9 100644 --- a/docker-image/v1.16/arm64/debian-syslog/Gemfile.lock +++ b/docker-image/v1.16/arm64/debian-syslog/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -63,13 +63,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -80,15 +80,16 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) remote_syslog_sender (1.2.2) syslog_protocol rest-client (2.1.0) @@ -96,11 +97,13 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) syslog_protocol (0.9.2) systemd-journal (1.4.2) ffi (~> 1.9) diff --git a/docker-image/v1.16/arm64/debian-syslog/hooks/post_push b/docker-image/v1.16/arm64/debian-syslog/hooks/post_push index 89c20b65e..b3e72cf78 100644 --- a/docker-image/v1.16/arm64/debian-syslog/hooks/post_push +++ b/docker-image/v1.16/arm64/debian-syslog/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-syslog-arm64-1.0,v1.16-debian-syslog-arm64-2}; do +for tag in {v1.16.5-debian-syslog-arm64-1.1,v1.16-debian-syslog-arm64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/debian-azureblob/Gemfile.lock b/docker-image/v1.16/debian-azureblob/Gemfile.lock index 125269ae9..9b66c4568 100644 --- a/docker-image/v1.16/debian-azureblob/Gemfile.lock +++ b/docker-image/v1.16/debian-azureblob/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) azure-storage-blob (2.0.3) azure-storage-common (~> 2.0) nokogiri (~> 1, >= 1.10.8) @@ -12,9 +12,9 @@ GEM net-http-persistent (~> 4.0) nokogiri (~> 1, >= 1.10.8) base64 (0.2.0) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.3) connection_pool (2.4.1) - cool.io (1.8.0) + cool.io (1.8.1) domain_name (0.6.20240107) faraday (1.10.3) faraday-em_http (~> 1.0) @@ -41,7 +41,7 @@ GEM faraday-retry (1.0.3) faraday_middleware (1.2.0) faraday (~> 1.0) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -97,13 +97,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -114,34 +114,37 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) - mini_portile2 (2.8.5) + mime-types-data (3.2024.0702) + mini_portile2 (2.8.7) msgpack (1.7.2) multi_json (1.15.0) - multipart-post (2.4.0) + multipart-post (2.4.1) net-http-persistent (4.0.2) connection_pool (~> 2.2) netrc (0.11.0) - nokogiri (1.16.3) + nokogiri (1.16.6) mini_portile2 (~> 2.8.2) racc (~> 1.4) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - racc (1.7.3) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + racc (1.8.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan ruby2_keywords (0.0.5) serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/debian-azureblob/hooks/post_push b/docker-image/v1.16/debian-azureblob/hooks/post_push index 8c1101d86..dd7cb6d61 100644 --- a/docker-image/v1.16/debian-azureblob/hooks/post_push +++ b/docker-image/v1.16/debian-azureblob/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-azureblob-amd64-1.0,v1.16-debian-azureblob-amd64-2}; do +for tag in {v1.16.5-debian-azureblob-amd64-1.1,v1.16-debian-azureblob-amd64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/debian-cloudwatch/Gemfile.lock b/docker-image/v1.16/debian-cloudwatch/Gemfile.lock index 5ceb71d7b..bd5231424 100644 --- a/docker-image/v1.16/debian-cloudwatch/Gemfile.lock +++ b/docker-image/v1.16/debian-cloudwatch/Gemfile.lock @@ -1,14 +1,14 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) aws-eventstream (1.3.0) - aws-partitions (1.903.0) - aws-sdk-cloudwatchlogs (1.80.0) - aws-sdk-core (~> 3, >= 3.191.0) - aws-sigv4 (~> 1.1) - aws-sdk-core (3.191.5) + aws-partitions (1.954.0) + aws-sdk-cloudwatchlogs (1.87.0) + aws-sdk-core (~> 3, >= 3.201.0) + aws-sigv4 (~> 1.5) + aws-sdk-core (3.201.1) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.8) @@ -16,10 +16,10 @@ GEM aws-sigv4 (1.8.0) aws-eventstream (~> 1, >= 1.0.2) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -75,14 +75,14 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jmespath (1.6.2) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -93,25 +93,28 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/debian-cloudwatch/hooks/post_push b/docker-image/v1.16/debian-cloudwatch/hooks/post_push index baa9358e0..2a4b685e7 100644 --- a/docker-image/v1.16/debian-cloudwatch/hooks/post_push +++ b/docker-image/v1.16/debian-cloudwatch/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-cloudwatch-amd64-1.0,v1.16-debian-cloudwatch-amd64-2}; do +for tag in {v1.16.5-debian-cloudwatch-amd64-1.1,v1.16-debian-cloudwatch-amd64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/debian-elasticsearch7/Gemfile.lock b/docker-image/v1.16/debian-elasticsearch7/Gemfile.lock index 4453cbb45..45c1cc4eb 100644 --- a/docker-image/v1.16/debian-elasticsearch7/Gemfile.lock +++ b/docker-image/v1.16/debian-elasticsearch7/Gemfile.lock @@ -1,23 +1,24 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - elasticsearch (7.17.10) - elasticsearch-api (= 7.17.10) - elasticsearch-transport (= 7.17.10) - elasticsearch-api (7.17.10) + elasticsearch (7.17.11) + elasticsearch-api (= 7.17.11) + elasticsearch-transport (= 7.17.11) + elasticsearch-api (7.17.11) multi_json - elasticsearch-transport (7.17.10) + elasticsearch-transport (7.17.11) + base64 faraday (>= 1, < 3) multi_json - elasticsearch-xpack (7.17.10) + elasticsearch-xpack (7.17.11) elasticsearch-api (>= 6) - excon (0.110.0) + excon (0.111.0) faraday (1.10.3) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) @@ -41,7 +42,7 @@ GEM faraday-patron (1.0.0) faraday-rack (1.0.0) faraday-retry (1.0.3) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -101,13 +102,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -118,27 +119,30 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) - multipart-post (2.4.0) + multipart-post (2.4.1) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan ruby2_keywords (0.0.5) serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/debian-elasticsearch7/hooks/post_push b/docker-image/v1.16/debian-elasticsearch7/hooks/post_push index d7926a322..14f60baef 100644 --- a/docker-image/v1.16/debian-elasticsearch7/hooks/post_push +++ b/docker-image/v1.16/debian-elasticsearch7/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-elasticsearch7-amd64-1.0,v1.16-debian-elasticsearch7-amd64-2,v1-debian-elasticsearch-amd64}; do +for tag in {v1.16.5-debian-elasticsearch7-amd64-1.1,v1.16-debian-elasticsearch7-amd64-2,v1-debian-elasticsearch-amd64}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/debian-elasticsearch8/Gemfile.lock b/docker-image/v1.16/debian-elasticsearch8/Gemfile.lock index b64eb2358..a955551f9 100644 --- a/docker-image/v1.16/debian-elasticsearch8/Gemfile.lock +++ b/docker-image/v1.16/debian-elasticsearch8/Gemfile.lock @@ -1,29 +1,30 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) elastic-transport (8.3.2) faraday (< 3) multi_json - elasticsearch (8.12.2) + elasticsearch (8.14.0) elastic-transport (~> 8.3) - elasticsearch-api (= 8.12.2) - elasticsearch-api (8.12.2) + elasticsearch-api (= 8.14.0) + elasticsearch-api (8.14.0) multi_json - excon (0.110.0) - faraday (2.9.0) + excon (0.111.0) + faraday (2.10.0) faraday-net_http (>= 2.0, < 3.2) + logger faraday-excon (2.1.0) excon (>= 0.27.4) faraday (~> 2.0) faraday-net_http (3.1.0) net-http - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -84,13 +85,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -98,30 +99,34 @@ GEM llhttp-ffi (0.5.0) ffi-compiler (~> 1.0) rake (~> 13.0) + logger (1.6.0) lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) net-http (0.4.1) uri netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/debian-elasticsearch8/hooks/post_push b/docker-image/v1.16/debian-elasticsearch8/hooks/post_push index c0c5720b5..844756527 100644 --- a/docker-image/v1.16/debian-elasticsearch8/hooks/post_push +++ b/docker-image/v1.16/debian-elasticsearch8/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-elasticsearch8-amd64-1.0,v1.16-debian-elasticsearch8-amd64-2}; do +for tag in {v1.16.5-debian-elasticsearch8-amd64-1.1,v1.16-debian-elasticsearch8-amd64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/debian-forward/Gemfile.lock b/docker-image/v1.16/debian-forward/Gemfile.lock index 20bb95fe4..3a057961b 100644 --- a/docker-image/v1.16/debian-forward/Gemfile.lock +++ b/docker-image/v1.16/debian-forward/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -60,13 +60,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -77,25 +77,28 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/debian-forward/hooks/post_push b/docker-image/v1.16/debian-forward/hooks/post_push index bb926da1f..67fd5ae48 100644 --- a/docker-image/v1.16/debian-forward/hooks/post_push +++ b/docker-image/v1.16/debian-forward/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-forward-amd64-1.0,v1.16-debian-forward-amd64-2}; do +for tag in {v1.16.5-debian-forward-amd64-1.1,v1.16-debian-forward-amd64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/debian-gcs/Gemfile.lock b/docker-image/v1.16/debian-gcs/Gemfile.lock index b490bc7d2..0a4aca427 100644 --- a/docker-image/v1.16/debian-gcs/Gemfile.lock +++ b/docker-image/v1.16/debian-gcs/Gemfile.lock @@ -1,20 +1,21 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) declarative (0.0.20) digest-crc (0.6.5) rake (>= 12.0.0, < 14.0.0) domain_name (0.6.20240107) - faraday (2.9.0) + faraday (2.10.0) faraday-net_http (>= 2.0, < 3.2) + logger faraday-net_http (3.1.0) net-http - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -63,7 +64,7 @@ GEM tzinfo-data (~> 1.0) webrick (~> 1.4) yajl-ruby (~> 1.0) - google-apis-core (0.14.1) + google-apis-core (0.15.0) addressable (~> 2.5, >= 2.5.1) googleauth (~> 1.9) httpclient (>= 2.8.1, < 3.a) @@ -71,22 +72,22 @@ GEM representable (~> 3.0) retriable (>= 2.0, < 4.a) rexml - google-apis-iamcredentials_v1 (0.20.0) - google-apis-core (>= 0.14.0, < 2.a) - google-apis-storage_v1 (0.37.0) - google-apis-core (>= 0.14.0, < 2.a) + google-apis-iamcredentials_v1 (0.21.0) + google-apis-core (>= 0.15.0, < 2.a) + google-apis-storage_v1 (0.40.0) + google-apis-core (>= 0.15.0, < 2.a) google-cloud-core (1.7.0) google-cloud-env (>= 1.0, < 3.a) google-cloud-errors (~> 1.0) google-cloud-env (2.1.1) faraday (>= 1.0, < 3.a) google-cloud-errors (1.4.0) - google-cloud-storage (1.49.0) + google-cloud-storage (1.52.0) addressable (~> 2.8) digest-crc (~> 0.4) google-apis-core (~> 0.13) google-apis-iamcredentials_v1 (~> 0.18) - google-apis-storage_v1 (~> 0.33) + google-apis-storage_v1 (~> 0.38) google-cloud-core (~> 1.6) googleauth (~> 1.9) mini_mime (~> 1.0) @@ -104,16 +105,16 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) httpclient (2.8.3) jsonpath (1.1.5) multi_json - jwt (2.8.1) + jwt (2.8.2) base64 - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -121,10 +122,11 @@ GEM llhttp-ffi (0.5.0) ffi-compiler (~> 1.0) rake (~> 13.0) + logger (1.6.0) lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) mini_mime (1.1.5) msgpack (1.7.2) multi_json (1.15.0) @@ -133,10 +135,11 @@ GEM netrc (0.11.0) oj (3.15.1) os (1.1.4) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) representable (3.2.0) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) @@ -147,7 +150,8 @@ GEM mime-types (>= 1.16, < 4.0) netrc (~> 0.8) retriable (3.1.2) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) @@ -157,6 +161,7 @@ GEM jwt (>= 1.5, < 3.0) multi_json (~> 1.10) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) trailblazer-option (0.1.2) diff --git a/docker-image/v1.16/debian-gcs/hooks/post_push b/docker-image/v1.16/debian-gcs/hooks/post_push index b479116c1..04e174e7a 100644 --- a/docker-image/v1.16/debian-gcs/hooks/post_push +++ b/docker-image/v1.16/debian-gcs/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-gcs-amd64-1.0,v1.16-debian-gcs-amd64-2}; do +for tag in {v1.16.5-debian-gcs-amd64-1.1,v1.16-debian-gcs-amd64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/debian-graylog/Gemfile.lock b/docker-image/v1.16/debian-graylog/Gemfile.lock index d9216c5c7..b89c8195f 100644 --- a/docker-image/v1.16/debian-graylog/Gemfile.lock +++ b/docker-image/v1.16/debian-graylog/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -65,14 +65,14 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) - json (2.7.1) + json (2.7.2) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -83,25 +83,28 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/debian-graylog/hooks/post_push b/docker-image/v1.16/debian-graylog/hooks/post_push index a70bb2fb0..2c7e1f953 100644 --- a/docker-image/v1.16/debian-graylog/hooks/post_push +++ b/docker-image/v1.16/debian-graylog/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-graylog-amd64-1.0,v1.16-debian-graylog-amd64-2}; do +for tag in {v1.16.5-debian-graylog-amd64-1.1,v1.16-debian-graylog-amd64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/debian-kafka/Dockerfile b/docker-image/v1.16/debian-kafka/Dockerfile index b0fa6ba16..5101a0a62 100644 --- a/docker-image/v1.16/debian-kafka/Dockerfile +++ b/docker-image/v1.16/debian-kafka/Dockerfile @@ -13,8 +13,8 @@ ENV GEM_HOME /fluentd/vendor/bundle/ruby/3.2.0 ENV FLUENTD_DISABLE_BUNDLER_INJECTION 1 COPY Gemfile* /fluentd/ -RUN buildDeps="sudo make gcc g++ libc-dev libffi-dev build-essential autoconf automake libtool pkg-config" \ - runtimeDeps="krb5-kdc libsasl2-modules-gssapi-mit libsasl2-dev" \ +RUN buildDeps="sudo make gcc g++ libc-dev libffi-dev build-essential autoconf automake libtool pkg-config libsasl2-dev" \ + runtimeDeps="krb5-kdc libsasl2-modules-gssapi-mit libsasl2-2" \ && export DEBIAN_FRONTEND=noninteractive && apt-get update \ && apt-get upgrade -y \ && apt-get install \ diff --git a/docker-image/v1.16/debian-kafka/Gemfile.lock b/docker-image/v1.16/debian-kafka/Gemfile.lock index 38c357751..f9c4fc4de 100644 --- a/docker-image/v1.16/debian-kafka/Gemfile.lock +++ b/docker-image/v1.16/debian-kafka/Gemfile.lock @@ -1,17 +1,17 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) avro (1.11.3) multi_json (~> 1.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) digest-crc (0.6.5) rake (>= 12.0.0, < 14.0.0) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -74,13 +74,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -92,26 +92,28 @@ GEM ltsv (0.1.2) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) - mini_portile2 (2.8.5) + mime-types-data (3.2024.0702) + mini_portile2 (2.8.7) msgpack (1.7.2) multi_json (1.15.0) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) rdkafka (0.11.1) ffi (~> 1.15) mini_portile2 (~> 2.6) rake (> 12) - recursive-open-struct (1.1.3) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan ruby-kafka (1.5.0) digest-crc serverengine (2.3.2) @@ -119,6 +121,7 @@ GEM sigdump (0.2.5) snappy (0.0.17) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/debian-kafka/hooks/post_push b/docker-image/v1.16/debian-kafka/hooks/post_push index b32a2be06..2889a7fd8 100644 --- a/docker-image/v1.16/debian-kafka/hooks/post_push +++ b/docker-image/v1.16/debian-kafka/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-kafka-amd64-1.0,v1.16-debian-kafka-amd64-2}; do +for tag in {v1.16.5-debian-kafka-amd64-1.1,v1.16-debian-kafka-amd64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/debian-kafka2/Dockerfile b/docker-image/v1.16/debian-kafka2/Dockerfile index b0fa6ba16..5101a0a62 100644 --- a/docker-image/v1.16/debian-kafka2/Dockerfile +++ b/docker-image/v1.16/debian-kafka2/Dockerfile @@ -13,8 +13,8 @@ ENV GEM_HOME /fluentd/vendor/bundle/ruby/3.2.0 ENV FLUENTD_DISABLE_BUNDLER_INJECTION 1 COPY Gemfile* /fluentd/ -RUN buildDeps="sudo make gcc g++ libc-dev libffi-dev build-essential autoconf automake libtool pkg-config" \ - runtimeDeps="krb5-kdc libsasl2-modules-gssapi-mit libsasl2-dev" \ +RUN buildDeps="sudo make gcc g++ libc-dev libffi-dev build-essential autoconf automake libtool pkg-config libsasl2-dev" \ + runtimeDeps="krb5-kdc libsasl2-modules-gssapi-mit libsasl2-2" \ && export DEBIAN_FRONTEND=noninteractive && apt-get update \ && apt-get upgrade -y \ && apt-get install \ diff --git a/docker-image/v1.16/debian-kafka2/Gemfile.lock b/docker-image/v1.16/debian-kafka2/Gemfile.lock index 38c357751..f9c4fc4de 100644 --- a/docker-image/v1.16/debian-kafka2/Gemfile.lock +++ b/docker-image/v1.16/debian-kafka2/Gemfile.lock @@ -1,17 +1,17 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) avro (1.11.3) multi_json (~> 1.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) digest-crc (0.6.5) rake (>= 12.0.0, < 14.0.0) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -74,13 +74,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -92,26 +92,28 @@ GEM ltsv (0.1.2) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) - mini_portile2 (2.8.5) + mime-types-data (3.2024.0702) + mini_portile2 (2.8.7) msgpack (1.7.2) multi_json (1.15.0) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) rdkafka (0.11.1) ffi (~> 1.15) mini_portile2 (~> 2.6) rake (> 12) - recursive-open-struct (1.1.3) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan ruby-kafka (1.5.0) digest-crc serverengine (2.3.2) @@ -119,6 +121,7 @@ GEM sigdump (0.2.5) snappy (0.0.17) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/debian-kafka2/hooks/post_push b/docker-image/v1.16/debian-kafka2/hooks/post_push index f22417259..0588e13ed 100644 --- a/docker-image/v1.16/debian-kafka2/hooks/post_push +++ b/docker-image/v1.16/debian-kafka2/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-kafka2-amd64-1.0,v1.16-debian-kafka2-amd64-2}; do +for tag in {v1.16.5-debian-kafka2-amd64-1.1,v1.16-debian-kafka2-amd64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/debian-kinesis/Gemfile.lock b/docker-image/v1.16/debian-kinesis/Gemfile.lock index 2c50bbd84..de001e417 100644 --- a/docker-image/v1.16/debian-kinesis/Gemfile.lock +++ b/docker-image/v1.16/debian-kinesis/Gemfile.lock @@ -1,28 +1,28 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) aws-eventstream (1.3.0) - aws-partitions (1.903.0) - aws-sdk-core (3.191.5) + aws-partitions (1.954.0) + aws-sdk-core (3.201.1) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.8) jmespath (~> 1, >= 1.6.1) - aws-sdk-firehose (1.66.0) - aws-sdk-core (~> 3, >= 3.191.0) - aws-sigv4 (~> 1.1) - aws-sdk-kinesis (1.55.0) - aws-sdk-core (~> 3, >= 3.191.0) - aws-sigv4 (~> 1.1) + aws-sdk-firehose (1.75.0) + aws-sdk-core (~> 3, >= 3.201.0) + aws-sigv4 (~> 1.5) + aws-sdk-kinesis (1.62.0) + aws-sdk-core (~> 3, >= 3.201.0) + aws-sigv4 (~> 1.5) aws-sigv4 (1.8.0) aws-eventstream (~> 1, >= 1.0.2) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -81,14 +81,14 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jmespath (1.6.2) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -99,25 +99,28 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/debian-kinesis/hooks/post_push b/docker-image/v1.16/debian-kinesis/hooks/post_push index 73676c10c..af80086cf 100644 --- a/docker-image/v1.16/debian-kinesis/hooks/post_push +++ b/docker-image/v1.16/debian-kinesis/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-kinesis-amd64-1.0,v1.16-debian-kinesis-amd64-2}; do +for tag in {v1.16.5-debian-kinesis-amd64-1.1,v1.16-debian-kinesis-amd64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/debian-logentries/Gemfile.lock b/docker-image/v1.16/debian-logentries/Gemfile.lock index 20bb95fe4..3a057961b 100644 --- a/docker-image/v1.16/debian-logentries/Gemfile.lock +++ b/docker-image/v1.16/debian-logentries/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -60,13 +60,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -77,25 +77,28 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/debian-logentries/hooks/post_push b/docker-image/v1.16/debian-logentries/hooks/post_push index 8906ccdf3..aa011cedb 100644 --- a/docker-image/v1.16/debian-logentries/hooks/post_push +++ b/docker-image/v1.16/debian-logentries/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-logentries-amd64-1.0,v1.16-debian-logentries-amd64-2}; do +for tag in {v1.16.5-debian-logentries-amd64-1.1,v1.16-debian-logentries-amd64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/debian-loggly/Gemfile.lock b/docker-image/v1.16/debian-loggly/Gemfile.lock index 476c3c531..6f7c69caf 100644 --- a/docker-image/v1.16/debian-loggly/Gemfile.lock +++ b/docker-image/v1.16/debian-loggly/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -63,13 +63,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -80,26 +80,29 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) net-http-persistent (2.9.4) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/debian-loggly/hooks/post_push b/docker-image/v1.16/debian-loggly/hooks/post_push index 0a3c98472..c3a23d016 100644 --- a/docker-image/v1.16/debian-loggly/hooks/post_push +++ b/docker-image/v1.16/debian-loggly/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-loggly-amd64-1.0,v1.16-debian-loggly-amd64-2}; do +for tag in {v1.16.5-debian-loggly-amd64-1.1,v1.16-debian-loggly-amd64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/debian-logzio/Gemfile.lock b/docker-image/v1.16/debian-logzio/Gemfile.lock index 99731ced6..8cdb09d27 100644 --- a/docker-image/v1.16/debian-logzio/Gemfile.lock +++ b/docker-image/v1.16/debian-logzio/Gemfile.lock @@ -1,14 +1,14 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.3) connection_pool (2.4.1) - cool.io (1.8.0) + cool.io (1.8.1) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -65,13 +65,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -82,27 +82,30 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) net-http-persistent (4.0.2) connection_pool (~> 2.2) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/debian-logzio/hooks/post_push b/docker-image/v1.16/debian-logzio/hooks/post_push index 9ef0efeef..6e9eeb439 100644 --- a/docker-image/v1.16/debian-logzio/hooks/post_push +++ b/docker-image/v1.16/debian-logzio/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-logzio-amd64-1.0,v1.16-debian-logzio-amd64-2}; do +for tag in {v1.16.5-debian-logzio-amd64-1.1,v1.16-debian-logzio-amd64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/debian-opensearch/Gemfile.lock b/docker-image/v1.16/debian-opensearch/Gemfile.lock index 1d47ec335..6ae71d2ab 100644 --- a/docker-image/v1.16/debian-opensearch/Gemfile.lock +++ b/docker-image/v1.16/debian-opensearch/Gemfile.lock @@ -1,11 +1,11 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) aws-eventstream (1.3.0) - aws-partitions (1.903.0) - aws-sdk-core (3.191.5) + aws-partitions (1.954.0) + aws-sdk-core (3.201.1) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.8) @@ -13,12 +13,13 @@ GEM aws-sigv4 (1.8.0) aws-eventstream (~> 1, >= 1.0.2) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - excon (0.110.0) - faraday (2.9.0) + excon (0.111.0) + faraday (2.10.0) faraday-net_http (>= 2.0, < 3.2) + logger faraday-excon (2.1.0) excon (>= 0.27.4) faraday (~> 2.0) @@ -27,7 +28,7 @@ GEM faraday_middleware-aws-sigv4 (1.0.1) aws-sigv4 (~> 1.0) faraday (>= 2.0, < 3) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -88,14 +89,14 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jmespath (1.6.2) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -103,33 +104,37 @@ GEM llhttp-ffi (0.5.0) ffi-compiler (~> 1.0) rake (~> 13.0) + logger (1.6.0) lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) net-http (0.4.1) uri netrc (0.11.0) oj (3.15.1) - opensearch-ruby (3.1.0) + opensearch-ruby (3.3.0) faraday (>= 1.0, < 3) multi_json (>= 1.0) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/debian-opensearch/hooks/post_push b/docker-image/v1.16/debian-opensearch/hooks/post_push index 272160235..d640ca7fc 100644 --- a/docker-image/v1.16/debian-opensearch/hooks/post_push +++ b/docker-image/v1.16/debian-opensearch/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-opensearch-amd64-1.0,v1.16-debian-opensearch-amd64-2}; do +for tag in {v1.16.5-debian-opensearch-amd64-1.1,v1.16-debian-opensearch-amd64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/debian-papertrail/Gemfile.lock b/docker-image/v1.16/debian-papertrail/Gemfile.lock index 351e8017a..8c0a4d2f6 100644 --- a/docker-image/v1.16/debian-papertrail/Gemfile.lock +++ b/docker-image/v1.16/debian-papertrail/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -66,13 +66,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -83,25 +83,28 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/debian-papertrail/hooks/post_push b/docker-image/v1.16/debian-papertrail/hooks/post_push index 46f62555d..69cf558f7 100644 --- a/docker-image/v1.16/debian-papertrail/hooks/post_push +++ b/docker-image/v1.16/debian-papertrail/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-papertrail-amd64-1.0,v1.16-debian-papertrail-amd64-2}; do +for tag in {v1.16.5-debian-papertrail-amd64-1.1,v1.16-debian-papertrail-amd64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/debian-s3/Gemfile.lock b/docker-image/v1.16/debian-s3/Gemfile.lock index c199ea4b1..3b8857551 100644 --- a/docker-image/v1.16/debian-s3/Gemfile.lock +++ b/docker-image/v1.16/debian-s3/Gemfile.lock @@ -1,32 +1,32 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) aws-eventstream (1.3.0) - aws-partitions (1.903.0) - aws-sdk-core (3.191.5) + aws-partitions (1.954.0) + aws-sdk-core (3.201.1) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.651.0) aws-sigv4 (~> 1.8) jmespath (~> 1, >= 1.6.1) - aws-sdk-kms (1.78.0) - aws-sdk-core (~> 3, >= 3.191.0) - aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.146.1) - aws-sdk-core (~> 3, >= 3.191.0) + aws-sdk-kms (1.88.0) + aws-sdk-core (~> 3, >= 3.201.0) + aws-sigv4 (~> 1.5) + aws-sdk-s3 (1.156.0) + aws-sdk-core (~> 3, >= 3.201.0) aws-sdk-kms (~> 1) - aws-sigv4 (~> 1.8) - aws-sdk-sqs (1.70.0) - aws-sdk-core (~> 3, >= 3.191.0) - aws-sigv4 (~> 1.1) + aws-sigv4 (~> 1.5) + aws-sdk-sqs (1.80.0) + aws-sdk-core (~> 3, >= 3.201.0) + aws-sigv4 (~> 1.5) aws-sigv4 (1.8.0) aws-eventstream (~> 1, >= 1.0.2) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -83,14 +83,14 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jmespath (1.6.2) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -101,25 +101,28 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) systemd-journal (1.4.2) ffi (~> 1.9) tzinfo (2.0.6) diff --git a/docker-image/v1.16/debian-s3/hooks/post_push b/docker-image/v1.16/debian-s3/hooks/post_push index 3ff058007..55e728baa 100644 --- a/docker-image/v1.16/debian-s3/hooks/post_push +++ b/docker-image/v1.16/debian-s3/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-s3-amd64-1.0,v1.16-debian-s3-amd64-2}; do +for tag in {v1.16.5-debian-s3-amd64-1.1,v1.16-debian-s3-amd64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/docker-image/v1.16/debian-syslog/Gemfile.lock b/docker-image/v1.16/debian-syslog/Gemfile.lock index 8fcc1f664..de091e8f9 100644 --- a/docker-image/v1.16/debian-syslog/Gemfile.lock +++ b/docker-image/v1.16/debian-syslog/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - concurrent-ruby (1.2.3) - cool.io (1.8.0) + concurrent-ruby (1.3.3) + cool.io (1.8.1) domain_name (0.6.20240107) - ffi (1.16.3) + ffi (1.17.0) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -63,13 +63,13 @@ GEM http-form_data (~> 2.2) llhttp-ffi (~> 0.5.0) http-accept (1.7.0) - http-cookie (1.0.5) + http-cookie (1.0.6) domain_name (~> 0.5) http-form_data (2.3.0) http_parser.rb (0.8.0) jsonpath (1.1.5) multi_json - kubeclient (4.11.0) + kubeclient (4.12.0) http (>= 3.0, < 6.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -80,15 +80,16 @@ GEM lru_redux (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) - mime-types-data (3.2024.0305) + mime-types-data (3.2024.0702) msgpack (1.7.2) multi_json (1.15.0) netrc (0.11.0) oj (3.15.1) - prometheus-client (4.2.2) - public_suffix (5.0.4) - rake (13.1.0) - recursive-open-struct (1.1.3) + prometheus-client (4.2.3) + base64 + public_suffix (6.0.0) + rake (13.2.1) + recursive-open-struct (1.2.2) remote_syslog_sender (1.2.2) syslog_protocol rest-client (2.1.0) @@ -96,11 +97,13 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.9) + strscan serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) strptime (0.2.5) + strscan (3.1.0) syslog_protocol (0.9.2) systemd-journal (1.4.2) ffi (~> 1.9) diff --git a/docker-image/v1.16/debian-syslog/hooks/post_push b/docker-image/v1.16/debian-syslog/hooks/post_push index a4ebb187c..b64d69885 100644 --- a/docker-image/v1.16/debian-syslog/hooks/post_push +++ b/docker-image/v1.16/debian-syslog/hooks/post_push @@ -13,7 +13,7 @@ curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download chmod +x manifest-tool # Tag and push image and manifest list for each additional tag -for tag in {v1.16.5-debian-syslog-amd64-1.0,v1.16-debian-syslog-amd64-2}; do +for tag in {v1.16.5-debian-syslog-amd64-1.1,v1.16-debian-syslog-amd64-2}; do docker tag $IMAGE_NAME ${repoName}:${tag} docker push ${repoName}:${tag} # Note: this will fail until both the amd64 and arm64 images have been pushed diff --git a/templates/Dockerfile.erb b/templates/Dockerfile.erb index 0ebd0bd36..dba01f613 100644 --- a/templates/Dockerfile.erb +++ b/templates/Dockerfile.erb @@ -29,8 +29,8 @@ ENV GEM_HOME /fluentd/vendor/bundle/ruby/<%= ruby_version %>.0 ENV FLUENTD_DISABLE_BUNDLER_INJECTION 1 COPY Gemfile* /fluentd/ -RUN buildDeps="sudo make gcc g++ libc-dev libffi-dev<% if target == "graylog" %> build-essential patch zlib1g-dev liblzma-dev<% elsif target == "kafka" || target == "kafka2" %> build-essential autoconf automake libtool pkg-config<% elsif target == "s3" %> curl<% end %><% if requires_git %> git<% end %>" \ - runtimeDeps="<% if target == "kafka" || target == "kafka2" %>krb5-kdc libsasl2-modules-gssapi-mit libsasl2-dev<% elsif target == "azureblob" %>pkg-config libxslt-dev libxml2-dev<% end %>" \ +RUN buildDeps="sudo make gcc g++ libc-dev libffi-dev<% if target == "graylog" %> build-essential patch zlib1g-dev liblzma-dev<% elsif target == "kafka" || target == "kafka2" %> build-essential autoconf automake libtool pkg-config libsasl2-dev<% elsif target == "s3" %> curl<% end %><% if requires_git %> git<% end %>" \ + runtimeDeps="<% if target == "kafka" || target == "kafka2" %>krb5-kdc libsasl2-modules-gssapi-mit libsasl2-2<% elsif target == "azureblob" %>pkg-config libxslt-dev libxml2-dev<% end %>" \ <% if target == "kafka" || target == "kafka2" %> && export DEBIAN_FRONTEND=noninteractive <% end %> && apt-get update \ && apt-get upgrade -y \ && apt-get install \