Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cut new branch for CKF 1.8 #16

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
with:
rockcraft-channel: latest/stable
microk8s-channel: 1.26-strict/stable
juju-channel: 3.1/stable
juju-channel: 3.4/stable
python-version: "3.8"
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
with:
rockcraft-channel: latest/stable
microk8s-channel: 1.26-strict/stable
juju-channel: 3.1/stable
juju-channel: 3.4/stable
python-version: "3.8"
12 changes: 6 additions & 6 deletions dex/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Dockerfile: https://github.com/dexidp/dex/blob/v2.36.0/Dockerfile
# Dockerfile: https://github.com/dexidp/dex/blob/v2.39.1/Dockerfile
name: dex
summary: An image for dex
description: An image for dex
version: "2.36.0"
version: "2.39.1"
base: ubuntu@22.04
license: Apache-2.0
platforms:
Expand All @@ -25,9 +25,9 @@ parts:
builder:
plugin: go
source: https://github.com/dexidp/dex.git
source-tag: v2.36.0
source-tag: v2.39.1
build-snaps:
- go/1.21/stable
- go/1.22/stable
build-environment:
- GO111MODULE: "on"
- GOARCH: "amd64"
Expand Down Expand Up @@ -76,7 +76,7 @@ parts:
stager:
plugin: nil
source: https://github.com/dexidp/dex.git
source-tag: v2.36.0
source-tag: v2.39.1
override-build: |-
# Grant ownership to user 584792, which corresponds to the
# _daemon_ user that will be executing in this rock
Expand All @@ -92,7 +92,7 @@ parts:
gomplate:
plugin: nil
build-environment:
- GOMPLATE_VERSION: v3.11.4
- GOMPLATE_VERSION: v3.11.7
- TARGETARCH: "amd64"
- TARGETOS: "linux"
- TARGETVARIANT: ""
Expand Down
Loading