Skip to content

Commit 68b1de0

Browse files
committed
Bump SFC version to v2.2.2
1 parent a23cf2d commit 68b1de0

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Each Dockerfile declares `ARG` variables with defaults:
4444

4545
```dockerfile
4646
# s3/Dockerfile
47-
ARG VERSITY_S3GW_VERSION=1.4.0
47+
ARG VERSITY_S3GW_VERSION=1.5.0
4848

4949
# influxdb/Dockerfile
5050
ARG INFLUXDB3_BUILD_VERSION=3.9.0

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Change Log
22

33
- [Change Log](#change-log)
4+
- [Changes in v2.2.2](#changes-in-v222)
45
- [Changes in v2.2.1](#changes-in-v221)
56
- [Changes in v2.2.0](#changes-in-v220)
67
- [Changes in v2.1.1](#changes-in-v211)
@@ -16,6 +17,10 @@
1617
- [Changes in .v2](#changes-in-v2)
1718
- [Changes in .v1](#changes-in-v1)
1819

20+
## Changes in v2.2.2
21+
22+
- Update 3rd party dependency (`aiohttp`) to 3.14.1
23+
1924
## Changes in v2.2.1
2025

2126
- Update 3rd party dependency (`aiohttp`) and adjust sfc.py to not use some soon-to-be-deprecated `aiohttp` options
46.8 KB
Loading

sfc/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ARG PYTHON_VERSION=3.15.0a7-alpine3.22
33
ARG PYTHON_DIGEST=sha256:91f42f75ba6a04f0ae571a1010e0dfca3ac79d7d41ee0e366a7f8ab6dc55faad
44
ARG APSCHEDULER_VERSION=3.11.2
5-
ARG AIOHTTP_VERSION=3.14.0
5+
ARG AIOHTTP_VERSION=3.14.1
66

77
FROM docker.io/python:${PYTHON_VERSION}@${PYTHON_DIGEST} AS builder
88
# https://hub.docker.com/layers/library/python/3.12.11-alpine3.22/images/sha256-c7faa49938b528b23f0d3f900d6c3e11e16ded420852d327f58267547d26f915
@@ -57,4 +57,4 @@ ENTRYPOINT [ "python" , "/home/sfcuser/sfc.py" ]
5757
# RUN cat /usr/local/share/ca-certificates/my-cert.crt >> /etc/ssl/certs/ca-certificates.crt
5858

5959
# How to run SFC from your Docker container:
60-
# docker run --name=sfc sfc:v2.2.1 -h
60+
# docker run --name=sfc sfc:v2.2.2 -h

sfc/sfc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
# =============== default vars ================================================
4949

50-
VERSION = '2.2.1'
50+
VERSION = '2.2.2'
5151

5252
# Create reporting-only admin user with read-only access to the SolidFire API.
5353
# Modify these five variables to match your environment if you want hardcoded

0 commit comments

Comments
 (0)