File tree Expand file tree Collapse file tree 6 files changed +400
-273
lines changed Expand file tree Collapse file tree 6 files changed +400
-273
lines changed Original file line number Diff line number Diff line change 1
1
.env
2
2
3
+ /.php-cs-fixer.cache
4
+
3
5
# eclipse
4
6
/.project
5
7
/.settings
Original file line number Diff line number Diff line change
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
+
1
9
# v0.5.8
2
10
3
11
Released 2021-09-05
Original file line number Diff line number Diff line change 1
- FROM php:8.0 -cli-alpine
1
+ FROM php:8.2 -cli-alpine
2
2
3
3
ARG TARGETPLATFORM
4
4
ARG BUILDPLATFORM
Original file line number Diff line number Diff line change 1
1
![ 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 )
3
3
4
4
# Intro
5
5
[ kubernetes-pfsense-controller (kpc)] ( https://github.com/travisghansen/kubernetes-pfsense-controller ) works hard to keep
You can’t perform that action at this time.
0 commit comments