Skip to content

Commit

Permalink
3.14.0 (2023-10-04)
Browse files Browse the repository at this point in the history
* Updated base nodejs image to most current Node 15 / buster (as always)
* Updated Kong to 3.4.1
* Updated Kuma to 2.4.2
* Updated Kong Mesh to 2.4.2
* Updated deck to 1.27.1
* Updated yq to 4.35.2
* Updated helm to 3.13.0
* Updated portal CLI to 3.6.2
* Updated openapi-format to 1.14.1
* Updated AWS cli tools to 2.13.23
* Updated GCloud cli tools to 449.0.0
* Updated Azure cli tools to 2.53.0
* Updated Kong portal template to 50b1951
  • Loading branch information
svenwal committed Oct 4, 2023
1 parent db2483d commit e65a294
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 20 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,32 @@
# Changelog

## 3.14.0 (2023-10-04)

* Updated base nodejs image to most current Node 15 / buster (as always)
* Updated Kong to 3.4.1
* Updated Kuma to 2.4.2
* Updated Kong Mesh to 2.4.2
* Updated deck to 1.27.1
* Updated yq to 4.35.2
* Updated helm to 3.13.0
* Updated portal CLI to 3.6.2
* Updated openapi-format to 1.14.1
* Updated AWS cli tools to 2.13.23
* Updated GCloud cli tools to 449.0.0
* Updated Azure cli tools to 2.53.0
* Updated Kong portal template to 50b1951

## 3.13.0 (2023-09-01)
* Updated base nodejs image to most current Node 15 / buster (as always)
* Updated Kong to 3.4.0
* Updated Kuma to 2.4.0
* Updated Kuma to 2.4.0
* Updated Kong Mesh to 2.4.0
* Updated deck to 1.26.0
* Updated yq to 4.35.1
* Updated helm to 3.12.3
* Updated k6 to 0.46.0
* Updated all cloud tools to most current version
* Updated kubeadm / kubectl to 1.28.2

## 3.12.0 (2023-08-01)

Expand Down
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ ARG INCLUDE_MESH=true
ARG INCLUDE_GATEWAY=true

ARG TARGETPLATFORM
ARG KONG_VERSION=3.4.0
ARG KUMA_VERSION=2.4.0
ARG KONG_MESH_VERSION=2.4.0
ARG DECK_VERSION=1.26.0
ARG YQ_VERSION=4.35.1
ARG HELM_VERSION=3.12.3
ARG KONG_VERSION=3.4.1
ARG KUMA_VERSION=2.4.2
ARG KONG_MESH_VERSION=2.4.2
ARG DECK_VERSION=1.27.1
ARG YQ_VERSION=4.35.2
ARG HELM_VERSION=3.13.0
ARG K6_VERSION=0.46.0

LABEL maintainer="sven@svenwal.de"
Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ Starting with 2.0.0 this image is available for both AMD64 and ARM64.

|Name|Description|Installed version|
|---|---|---|
|[Kong Gateway](https://konghq.com/)|The Kong gateway this image is all about (AMD64 only so far)|3.3.1|
|[Kong Mesh](https://konghq.com/)|The Kong Mesh modern multi-zone service mesh (Enterprise version) - installed in /kong-mesh-latest/ |2.3.1|
|[Kuma](https://kuma.io/)|The Kuma modern multi-zone service mesh - installed in /kuma-latest/|2.3.1|
|[decK](https://docs.konghq.com/deck/)|decK provides declarative configuration and drift detection for Kong.|1.25.0|
|[Kong Gateway](https://konghq.com/)|The Kong gateway this image is all about (AMD64 only so far)|3.4.1|
|[Kong Mesh](https://konghq.com/)|The Kong Mesh modern multi-zone service mesh (Enterprise version) - installed in /kong-mesh-latest/ |2.4.2|
|[Kuma](https://kuma.io/)|The Kuma modern multi-zone service mesh - installed in /kuma-latest/|2.4.2|
|[decK](https://docs.konghq.com/deck/)|decK provides declarative configuration and drift detection for Kong.|1.27.1|
|[inso](https://support.insomnia.rest/collection/105-inso-cli)|Inso is a CLI (command line interface) for Insomnia Core and Insomnia Designer built on Node.js and the Insomnia core libraries. It allows you to use Insomnia application functionality in your terminal, and CI/CD environments. Providing you with powerful automation capabilities.|3.6.0|
|[portal cli](https://github.com/Kong/kong-portal-cli)|The Kong Developer Portal CLI is used to manage your Developer Portals from the command line|3.6.1|
|[portal cli](https://github.com/Kong/kong-portal-cli)|The Kong Developer Portal CLI is used to manage your Developer Portals from the command line|3.6.2|
|[httpie](https://httpie.io/)|HTTPie—aitch-tee-tee-pie—is a user-friendly command-line HTTP client for the API era. It comes with JSON support, syntax highlighting, persistent sessions, wget-like downloads, plugins, and more.|0.9.8|
|[yq](https://github.com/mikefarah/yq)|a lightweight and portable command-line YAML processor. Like jq but for YAML|4.34.2|
|[yq](https://github.com/mikefarah/yq)|a lightweight and portable command-line YAML processor. Like jq but for YAML|4.35.1|
|[jq](https://stedolan.github.io/jq/)|jq is a lightweight and flexible command-line JSON processor.|1.5.1|
|[openapi-format](https://github.com/thim81/openapi-format)|Format an OpenAPI document by ordering, formatting and filtering fields.|1.14.0|
|[AWS cli tools](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html)|An open source tool that enables you to interact with AWS services using commands in your command-line shell.|2.13.5|
|[GCloud cli tools](https://cloud.google.com/sdk/docs)|The Google Cloud CLI is a set of tools that you can use to manage resources and applications hosted on Google Cloud.|440.0.0|
|[Azure cli tools](https://learn.microsoft.com/en-us/cli/azure/)|The Azure command-line interface (Azure CLI) is a set of commands used to create and manage Azure resources|2.51.0|
|[openapi-format](https://github.com/thim81/openapi-format)|Format an OpenAPI document by ordering, formatting and filtering fields.|1.14.1|
|[AWS cli tools](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html)|An open source tool that enables you to interact with AWS services using commands in your command-line shell.|2.13.23|
|[GCloud cli tools](https://cloud.google.com/sdk/docs)|The Google Cloud CLI is a set of tools that you can use to manage resources and applications hosted on Google Cloud.|449.0.0|
|[Azure cli tools](https://learn.microsoft.com/en-us/cli/azure/)|The Azure command-line interface (Azure CLI) is a set of commands used to create and manage Azure resources|2.53.0|
|[redis-tools](https://redis.io/topics/rediscli)|redis-cli is the Redis command line interface, a simple program that allows to send commands to Redis, and read the replies sent by the server, directly from the terminal.|5.0.14|
|[k6](https://k6.io/open-source)|A modern load testing tool built for developer happiness|0.45.0|
|[k6](https://k6.io/open-source)|A modern load testing tool built for developer happiness|0.46.0|
|[Spectral](https://github.com/stoplightio/spectral)|Spectral, an Open Source JSON/YAML Linter|6.5.0|
|[kubeadm / kubectl](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/)|The toolset to configure your Kubernetes|1.27.4|
|[Helm](https://helm.sh/)|The package manager for Kubernetes|3.12.2|
|[kubeadm / kubectl](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/)|The toolset to configure your Kubernetes|1.28.2|
|[Helm](https://helm.sh/)|The package manager for Kubernetes|3.12.3|
|[PostgreSQL clients](https://www.postgresql.org/docs/11/reference-client.html)|PostgreSQL client applications and utilities (including pg_dump)|11.20|
|[Kong portal template](https://github.com/Kong/kong-portal-templates)|Developer Portal Template Files for Kong Enterprise Edition|ac35d20|

Expand Down

0 comments on commit e65a294

Please sign in to comment.