Skip to content

Commit bd9d614

Browse files
author
thunderid-automation-bot
committed
[Release] Bump version to v0.39.0
1 parent f1a4ab7 commit bd9d614

14 files changed

Lines changed: 22 additions & 22 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Follow these steps to run ThunderID using Docker Compose.
109109
Download the `docker-compose.yml` file using the following command:
110110
111111
```bash
112-
curl -o docker-compose.yml https://raw.githubusercontent.com/asgardeo/thunder/v0.36.0/install/quick-start/docker-compose.yml
112+
curl -o docker-compose.yml https://raw.githubusercontent.com/asgardeo/thunder/v0.39.0/install/quick-start/docker-compose.yml
113113
```
114114
115115
2. **Start ThunderID**

install/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ apiVersion: v2
1818
name: thunderid
1919
description: A Helm chart for ThunderID - Lightweight user and identity management system
2020
type: application
21-
version: 0.36.0
22-
appVersion: "0.36.0"
21+
version: 0.39.0
22+
appVersion: "0.39.0"

install/openchoreo/helm/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ description: |
3434
Install only the Component (assumes ComponentType already exists):
3535
helm install thunderid-app charts/thunderid-component -f my-values.yaml
3636
type: application
37-
version: 0.36.0
38-
appVersion: "0.36.0"
37+
version: 0.39.0
38+
appVersion: "0.39.0"
3939
dependencies:
4040
- name: thunderid-oc-componenttype
41-
version: "0.36.0"
41+
version: "0.39.0"
4242
repository: "file://charts/thunderid-oc-componenttype"
4343
condition: thunderid-oc-componenttype.enabled
4444
- name: thunderid-component
45-
version: "0.36.0"
45+
version: "0.39.0"
4646
repository: "file://charts/thunderid-component"
4747
condition: thunderid-component.enabled

install/openchoreo/helm/charts/thunderid-component/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ description: |
2222
and supporting platform resources. Requires the thunderid-oc-componenttype
2323
chart (or an equivalent ClusterComponentType) to be installed first.
2424
type: application
25-
version: 0.36.0
25+
version: 0.39.0

install/openchoreo/helm/charts/thunderid-oc-componenttype/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ description: |
2121
Install this once per cluster (or namespace) to register the thunderid
2222
component type. The thunderid-component chart depends on this type being present.
2323
type: application
24-
version: 0.36.0
24+
version: 0.39.0

samples/apps/react-api-based-sample/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/apps/react-api-based-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-api-based-sample",
33
"private": true,
4-
"version": "0.36.0",
4+
"version": "0.39.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

samples/apps/react-sdk-sample/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/apps/react-sdk-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-sdk-sample",
33
"private": true,
4-
"version": "0.36.0",
4+
"version": "0.39.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

samples/apps/react-vanilla-sample/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)