Skip to content

Commit

Permalink
DXE-4596 Merge pull request #129 from akamai/release/v2.29.0
Browse files Browse the repository at this point in the history
Release/v2.29.0
  • Loading branch information
mgwoj authored Feb 6, 2025
2 parents b404555 + 49736bb commit 9f9e2fa
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v2.29.0 (2025-02-07)

* Upgraded akamai terraform provider to v7.0.0.
* Upgraded Go version to `1.22.9` for `dns`,`cli`,`gtm`,`jsonnet`,`purge`,`terraform-cli`,`test-center` images.

## v2.28.0 (2024-12-20)

* Upgraded akamai terraform provider to v6.6.1
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/cli.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG BASE=akamai/base
# BUILDER
#########

FROM golang:1.21.12-alpine3.19 as builder
FROM golang:1.22.9-alpine3.19 as builder

ARG CLI_REPOSITORY_URL=https://github.com/akamai/cli

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/dns.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG BASE=akamai/base
# BUILDER
#########

FROM golang:1.21.12-alpine3.19 as builder
FROM golang:1.22.9-alpine3.19 as builder

# this will only be used on architectures that upx doesn't use
COPY files/upx-noop /usr/bin/upx
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/gtm.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG BASE=akamai/base
# BUILDER
#########

FROM golang:1.21.12-alpine3.19 as builder
FROM golang:1.22.9-alpine3.19 as builder

# this will only be used on architectures that upx doesn't use
COPY files/upx-noop /usr/bin/upx
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/httpie.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apk add --no-cache python3 py3-pip py3-setuptools \
# Activate the virtual environment
&& . /venv/bin/activate \
&& pip install --upgrade pip setuptools \
&& pip install pip-system-certs httpie httpie-edgegrid \
&& pip install httpie httpie-edgegrid \
# Drop dev dependencies
&& apk del dev \
# Drop created wheels
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/jsonnet.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ARG BASE=akamai/base
# image since it is likely that the user will want to render the
# templates, not just generate them.

FROM golang:1.21.12-alpine3.19 as jsonnet
FROM golang:1.22.9-alpine3.19 as jsonnet

# this will only be used on architectures that upx doesn't use
COPY files/upx-noop /usr/bin/upx
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/purge.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG BASE=akamai/base
# BUILDER
#########

FROM golang:1.21.12-alpine3.19 as builder
FROM golang:1.22.9-alpine3.19 as builder

# this will only be used on architectures that upx doesn't use
COPY files/upx-noop /usr/bin/upx
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/terraform-cli.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG BASE=akamai/base
# BUILDER
#########

FROM golang:1.21.12-alpine3.19 as builder
FROM golang:1.22.9-alpine3.19 as builder

# this will only be used on architectures that upx doesn't use
COPY files/upx-noop /usr/bin/upx
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/test-center.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG BASE=akamai/base
# BUILDER
#########

FROM golang:1.21.12-alpine3.19 as builder
FROM golang:1.22.9-alpine3.19 as builder

# this will only be used on architectures that upx doesn't use
COPY files/upx-noop /usr/bin/upx
Expand Down
2 changes: 1 addition & 1 deletion files/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
akamai = {
source = "akamai/akamai"
version = "6.6.1"
version = "7.0.0"
}

null = {
Expand Down

0 comments on commit 9f9e2fa

Please sign in to comment.