Skip to content
Open
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
22 changes: 11 additions & 11 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages/auth-bundler": "1.13.0",
"packages/auth-core": "1.13.0",
"packages/auth-openapi": "1.13.0",
"packages/token-openapi": "1.13.0",
"packages/test-utils": "1.13.0",
"apps/auth-cron": "1.13.0",
"apps/auth-manager": "1.13.0",
"apps/token-kiosk": "1.13.0",
"apps/auth-ui": "1.13.0",
"apps/kiosk-ui": "1.13.0",
".": "1.13.0"
"packages/auth-bundler": "2.0.0",
"packages/auth-core": "2.0.0",
"packages/auth-openapi": "1.14.0",
"packages/token-openapi": "1.14.0",
"packages/test-utils": "2.0.0",
"apps/auth-cron": "2.0.0",
"apps/auth-manager": "2.0.0",
"apps/token-kiosk": "2.0.0",
"apps/auth-ui": "2.0.0",
"apps/kiosk-ui": "2.0.0",
".": "2.0.0"
}
2 changes: 1 addition & 1 deletion apps/auth-cron/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: auth-cron
description: A Helm chart for auth-cron service
type: application
version: 1.12.0
version: 2.0.0
dependencies:
- name: mclabels
version: 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion apps/auth-cron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-cron",
"version": "1.11.0",
"version": "2.0.0",
"description": "Server for generating and uploading Open Policy Agent bundles",
"dockerfile": "docker/backend.Dockerfile",
"author": "MapColonies",
Expand Down
2 changes: 1 addition & 1 deletion apps/auth-manager/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: auth-manager
description: A Helm chart for auth-manager service
type: application
version: 1.12.0
version: 2.0.0
dependencies:
- name: mclabels
version: 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion apps/auth-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-manager",
"version": "1.12.0",
"version": "2.0.0",
"description": "API server for managing all the authentication data",
"dockerfile": "docker/backend.Dockerfile",
"author": "MapColonies",
Expand Down
2 changes: 1 addition & 1 deletion apps/auth-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "auth-ui",
"private": true,
"version": "1.12.0",
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion apps/kiosk-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kiosk-ui",
"private": true,
"version": "1.9.0",
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion apps/token-kiosk/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: token-kiosk
description: A Helm chart for token-kiosk service
type: application
version: 1.12.0
version: 2.0.0
dependencies:
- name: mclabels
version: 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion apps/token-kiosk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "token-kiosk",
"version": "1.12.0",
"version": "2.0.0",
"description": "UI for requesting temporary access tokens for Map Colonies services",
"dockerfile": "docker/backend.Dockerfile",
"main": "./src/index.ts",
Expand Down
10 changes: 5 additions & 5 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ apiVersion: v2
name: opa-la
description: A Helm chart for opa-la
type: application
version: 1.12.0 # x-release-please-version
version: 2.0.0
dependencies:
- name: opa
repository: file://charts/opa
condition: opa.enabled
version: 1.12.0 # x-release-please-version
version: 1.12.0
- name: auth-cron
repository: file://../apps/auth-cron/helm
condition: auth-cron.enabled
version: 1.12.0 # x-release-please-version
version: 1.12.0
- name: auth-manager
repository: file://../apps/auth-manager/helm
condition: auth-manager.enabled
version: 1.12.0 # x-release-please-version
version: 1.12.0
- name: nginx
repository: oci://acrarolibotnonprod.azurecr.io/helm/common
condition: auth-ui.enabled
Expand All @@ -24,7 +24,7 @@ dependencies:
- name: token-kiosk
repository: file://../apps/token-kiosk/helm
condition: token-kiosk.enabled
version: 1.12.0 # x-release-please-version
version: 1.12.0
- name: nginx
repository: oci://acrarolibotnonprod.azurecr.io/helm/common
condition: kiosk-ui.enabled
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/opa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: opa
description: A Helm chart for opa
type: application
version: 1.12.0
version: 2.0.0
appVersion: 1.17.1
dependencies:
- name: mclabels
Expand Down
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ auth-ui:
logScraping: false
image:
repository: infra/auth-ui
tag: v12.0.0 # x-release-please-version
tag: v2.0.0 # x-release-please-version
extraVolumes:
- name: config
configMap:
Expand Down Expand Up @@ -182,7 +182,7 @@ kiosk-ui:
logScraping: false
image:
repository: infra/kiosk-ui
tag: v12.0.0 # x-release-please-version
tag: v2.0.0 # x-release-please-version
extraVolumes:
- name: config
configMap:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
"yarn": "please-use-pnpm",
"pnpm": ">=9.5.0"
},
"packageManager": "pnpm@10.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316"
"packageManager": "pnpm@10.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316",
"version": "2.0.0"
}
2 changes: 1 addition & 1 deletion packages/auth-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@map-colonies/auth-bundler",
"version": "1.11.0",
"version": "2.0.0",
"description": "Server for creating and uploading Open Policy Agent bundles",
"author": "MapColonies",
"homepage": "https://github.com/MapColonies/opa-la#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@map-colonies/auth-core",
"version": "1.8.0",
"version": "2.0.0",
"description": "package for auth types and functions",
"author": "MapColonies",
"homepage": "https://github.com/MapColonies/opa-la#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-openapi",
"version": "12.0.0",
"version": "1.14.0",
"description": "OpenAPI specification for the authentication services",
"author": "MapColonies",
"homepage": "https://github.com/MapColonies/opa-la#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-utils",
"version": "1.0.0",
"version": "2.0.0",
"description": "Shared test utilities for opa-la packages and apps",
"author": "MapColonies",
"homepage": "https://github.com/MapColonies/opa-la#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/token-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "token-openapi",
"version": "12.0.0",
"version": "1.14.0",
"description": "OpenAPI specification for the token service of OPA LA",
"author": "MapColonies",
"homepage": "https://github.com/MapColonies/opa-la#readme",
Expand Down
Loading