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

chore(deps): update support-deps #898

Merged
merged 2 commits into from
Oct 15, 2024
Merged
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/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
uses: defenseunicorns/lula-action/setup@badad8c4b1570095f57e66ffd62664847698a3b9 # v0.0.1
with:
# renovate: datasource=github-tags depName=defenseunicorns/lula versioning=semver-coerced
version: v0.8.0
version: v0.9.1

- name: Iron Bank Login
if: ${{ inputs.registry1Username != '' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/bundles/eks/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: uds-core-eks-nightly
description: A UDS bundle for deploying EKS and UDS Core
# x-release-please-start-version
version: "0.28.0"
version: "0.29.0"
# x-release-please-end

packages:
Expand All @@ -17,7 +17,7 @@ packages:
- name: core
path: ../../../build
# x-release-please-start-version
ref: 0.28.0
ref: 0.29.0
# x-release-please-end
optionalComponents:
- metrics-server
Expand Down
4 changes: 2 additions & 2 deletions .github/bundles/rke2/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: uds-core-rke2-nightly
description: A UDS bundle for deploying RKE2 and UDS Core
# x-release-please-start-version
version: "0.28.0"
version: "0.29.0"
# x-release-please-end

packages:
Expand Down Expand Up @@ -38,7 +38,7 @@ packages:
- name: core
path: ../../../build
# x-release-please-start-version
ref: 0.28.0
ref: 0.29.0
# x-release-please-end
optionalComponents:
- metrics-server
Expand Down
2 changes: 1 addition & 1 deletion .github/test-infra/aws/rke2/irsa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "aws_secretsmanager_secret_version" "private_key" {
# Public bucket to host OIDC files
module "oidc_bucket" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.2.0"
version = "4.2.1"

bucket = "${var.environment}-oidc-${random_string.ssm.result}"
force_destroy = var.force_destroy
Expand Down
2 changes: 1 addition & 1 deletion .github/test-infra/aws/rke2/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
required_providers {
aws = {
version = "~> 5.70.0"
version = "~> 5.71.0"
}
random = {
version = "~> 3.6.0"
Expand Down
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"bump-minor-pre-major": true,
"versioning": "default",
"extra-files": [
".github/bundles/uds-bundle.yaml",
"README.md",
"packages/base/zarf.yaml",
"packages/identity-authorization/zarf.yaml",
Expand All @@ -25,6 +24,8 @@
"packages/standard/zarf.yaml",
"bundles/k3d-slim-dev/uds-bundle.yaml",
"bundles/k3d-standard/uds-bundle.yaml",
".github/bundles/rke2/uds-bundle.yaml",
".github/bundles/eks/uds-bundle.yaml",
"tasks/deploy.yaml",
"tasks/publish.yaml"
]
Expand Down
2 changes: 1 addition & 1 deletion tasks/create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


includes:
- common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.0.0/tasks/create.yaml
- common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.0/tasks/create.yaml

variables:
- name: FLAVOR
Expand Down