Skip to content

Commit 8f3a76b

Browse files
committed
v0.5.9
Signed-off-by: Travis Glenn Hansen <[email protected]>
1 parent 968ea68 commit 8f3a76b

File tree

6 files changed

+400
-273
lines changed

6 files changed

+400
-273
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.env
22

3+
/.php-cs-fixer.cache
4+
35
# eclipse
46
/.project
57
/.settings

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v0.5.9
2+
3+
Released 2023-01-24
4+
5+
- update base container to `php:8.2-cli-alpine`
6+
- new env vars to support self-signed ca certs
7+
- bump composer deps
8+
19
# v0.5.8
210

311
Released 2021-09-05

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.0-cli-alpine
1+
FROM php:8.2-cli-alpine
22

33
ARG TARGETPLATFORM
44
ARG BUILDPLATFORM

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![Image](https://img.shields.io/docker/pulls/travisghansen/kubernetes-pfsense-controller.svg)
2-
![Image](https://img.shields.io/github/workflow/status/travisghansen/kubernetes-pfsense-controller/CI?style=flat-square)
2+
![Image](https://img.shields.io/github/actions/workflow/status/travisghansen/kubernetes-pfsense-controller/main.yml?branch=master&style=flat-square)
33

44
# Intro
55
[kubernetes-pfsense-controller (kpc)](https://github.com/travisghansen/kubernetes-pfsense-controller) works hard to keep

0 commit comments

Comments
 (0)