Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
357e99a
Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 (#1615)
dependabot[bot] Mar 7, 2025
fa6b4da
Bump docker/build-push-action from 6.14.0 to 6.15.0 (#1614)
dependabot[bot] Mar 7, 2025
163f8db
Bump docker/metadata-action from 5.6.1 to 5.7.0 (#1613)
dependabot[bot] Mar 7, 2025
63bf8ba
[DEPS] - Update Dependencies (#1619)
gambol99 Mar 13, 2025
7c9bf6d
[IMAGES] - Alpine Images (#1624)
gambol99 Mar 13, 2025
79a6a5f
Bump golang.org/x/oauth2 from 0.26.0 to 0.28.0 (#1616)
dependabot[bot] Mar 13, 2025
25a21d5
Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.0 (#1625)
dependabot[bot] Mar 17, 2025
bd76771
Bump github.com/golangci/golangci-lint from 1.64.7 to 1.64.8 (#1626)
dependabot[bot] Mar 18, 2025
1922f37
Bump github.com/onsi/ginkgo/v2 from 2.23.0 to 2.23.1 (#1627)
dependabot[bot] Mar 20, 2025
48cb68f
Bump github.com/onsi/ginkgo/v2 from 2.23.1 to 2.23.2 (#1628)
dependabot[bot] Mar 21, 2025
f919579
Bump github.com/onsi/gomega from 1.36.2 to 1.36.3 (#1629)
dependabot[bot] Mar 24, 2025
bd74f93
Bump k8s.io/client-go from 0.31.4 to 0.32.3 (#1630)
dependabot[bot] Mar 27, 2025
c2828a9
Bump github.com/go-swagger/go-swagger from 0.30.5 to 0.31.0 (#1633)
dependabot[bot] Mar 27, 2025
caaf72a
Bump sigs.k8s.io/controller-tools from 0.16.5 to 0.17.2 (#1634)
dependabot[bot] Mar 27, 2025
782a7be
Bump k8s.io/cli-runtime from 0.31.3 to 0.32.3 (#1632)
dependabot[bot] Mar 27, 2025
cee357a
Bump sigs.k8s.io/controller-runtime from 0.19.3 to 0.20.4 (#1631)
dependabot[bot] Mar 27, 2025
62a7465
Bump sigs.k8s.io/controller-tools from 0.17.2 to 0.17.3 (#1636)
dependabot[bot] Apr 2, 2025
a00b8cd
Bump github.com/onsi/gomega from 1.36.3 to 1.37.0 (#1637)
dependabot[bot] Apr 3, 2025
aa63bcf
Bump k8s.io/apiextensions-apiserver from 0.32.1 to 0.32.3 (#1635)
dependabot[bot] Apr 3, 2025
e66a31d
Bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 (#1639)
dependabot[bot] Apr 7, 2025
1b73abb
Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#1638)
dependabot[bot] Apr 7, 2025
144740e
Bump golang.org/x/tools from 0.31.0 to 0.32.0 (#1640)
dependabot[bot] Apr 8, 2025
9048e45
Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 (#1641)
dependabot[bot] Apr 9, 2025
4075984
[HELM] - Release v0.5.5
gambol99 Apr 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
- name: Unit Tests
run: make test

Expand All @@ -29,7 +29,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
- name: Check CLI
run: make tnctl

Expand All @@ -41,7 +41,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
- name: Check Binaries
run: |
make preload
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
- name: Linting
run: |
make golangci-lint
Expand All @@ -79,7 +79,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
- name: Format
run: |
make gofmt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v6.14.0
uses: docker/build-push-action@v6.15.0
with:
context: .
file: images/Dockerfile.controller
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v6.14.0
uses: docker/build-push-action@v6.15.0
with:
context: .
file: images/Dockerfile.executor
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fi
- name: Docker Metadata
id: docker_meta
uses: docker/metadata-action@v5.6.1
uses: docker/metadata-action@v5.7.0
with:
images: |
ghcr.io/appvia/terranetes-${{ matrix.image }}
Expand All @@ -51,7 +51,7 @@ jobs:
tags: |
type=raw,value=${{ steps.get_image_tag.outputs.image_tag }}
- name: Build & Push
uses: docker/build-push-action@v6.14.0
uses: docker/build-push-action@v6.15.0
with:
build-args: VERSION=${{ steps.get_image_tag.outputs.image_tag }}
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
go-version: "1.23"
- name: Build CLI
run: |
export VERSION=${GITHUB_REF##*/}
Expand Down
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ linters:
- errcheck
- errname
- errorlint
- exportloopref
- goconst
- gocyclo
- gosec
Expand Down
4 changes: 2 additions & 2 deletions charts/terranetes-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apiVersion: v2
name: terranetes-controller
description: Controller used to provision a terraform workflow within kubernetes
type: application
version: v0.8.3
appVersion: v0.5.4
version: v0.8.4
appVersion: v0.5.5
sources:
- https://github.com/appvia/terranetes-controller
- https://github.com/appvia/terranetes
Expand Down
6 changes: 3 additions & 3 deletions charts/terranetes-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ controller:
# policy is image for policy
policy: bridgecrew/checkov:3.2.298
# preload is the image to use for preload data jobs
preload: ghcr.io/appvia/terranetes-executor:v0.5.4
preload: ghcr.io/appvia/terranetes-executor:v0.5.5
# is the controller image
controller: ghcr.io/appvia/terranetes-controller:v0.5.4
controller: ghcr.io/appvia/terranetes-controller:v0.5.5
# The terranetes image used when running jobs
executor: ghcr.io/appvia/terranetes-executor:v0.5.4
executor: ghcr.io/appvia/terranetes-executor:v0.5.5
# Rate limting on configurations to prevent the controller from being overwhelmed. This
# is the percentage of configurations which are permitted to run a plan at any one time.
# Note, zero means no rate limiting is applied.
Expand Down
Loading
Loading