Skip to content

Commit

Permalink
Merge pull request #127 from akamai/release/v2.27.0
Browse files Browse the repository at this point in the history
Release/v2.27.0
  • Loading branch information
Rahulbhatvedekar authored Nov 22, 2024
2 parents b771800 + 00c57bd commit 0bb33a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 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.27.0 (2024-11-22)

* Resolved problem with EdgeWorkers CLI hitting cert issues in akamai/shell Docker image
* Upgraded akamai terraform provider to v6.6.0

## v2.26.0 (2024-10-14)

* DXE-3346 Upgrade alpine to 3.19 for `base`.
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 httpie httpie-edgegrid \
&& pip install pip-system-certs httpie httpie-edgegrid \
# Drop dev dependencies
&& apk del dev \
# Drop created wheels
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.5.0"
version = "6.6.0"
}

null = {
Expand Down

0 comments on commit 0bb33a0

Please sign in to comment.