Skip to content
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
8 changes: 4 additions & 4 deletions install/charts/oasf/values-test-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ ingress:
image:
repository: ghcr.io/agntcy/oasf-server
versions:
- server: v0.7.8
schema: 0.7.0
api: v0.6.0
- server: v0.8.7
schema: 0.8.0
api: v0.6.0
- server: v1.0.4
schema: 1.0.0
api: v0.6.0
- server: v1.1.0
schema: 1.1.0
api: v0.6.0
Comment thread
ramizpolic marked this conversation as resolved.
- server: latest
schema: 1.1.0-dev
schema: 1.2.0-dev
api: v0.6.0
default: true
pullPolicy: IfNotPresent
Expand Down
3 changes: 2 additions & 1 deletion install/charts/oasf/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ image:
repository: ghcr.io/agntcy/oasf-server
versions:
- server: latest
schema: 1.1.0-dev
schema: 1.2.0-dev
api: v0.6.0
Comment thread
ramizpolic marked this conversation as resolved.
default: true
pullPolicy: IfNotPresent

Expand Down
6 changes: 3 additions & 3 deletions install/charts/oasf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ fullnameOverride: ""
image:
repository: ghcr.io/agntcy/oasf-server
versions: []
# - server: v0.7.8
# schema: 0.7.0
# api: 0.6.0
# - server: v0.8.7
# schema: 0.8.0
# api: 0.6.0
# - server: v1.0.4
# schema: 1.0.0
# api: 0.6.0
# - server: v1.1.0
# schema: 1.1.0
# api: 0.6.0
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down
1 change: 1 addition & 0 deletions proto/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ This repository contains the protocol definitions and language stubs for the
| v0.7.0 | types/v1alpha1 |
| v0.8.0 | types/v1alpha2 |
| v1.0.0 | types/v1 |
| v1.1.0 | types/v1 |
```
2 changes: 1 addition & 1 deletion schema/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.1.0-dev"
"version": "1.2.0-dev"
}
2 changes: 1 addition & 1 deletion server/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
defmodule Schema.MixProject do
use Mix.Project

@version "1.1.0-dev"
@version "1.2.0-dev"

def project do
build = System.get_env("GITHUB_RUN_NUMBER") || "SNAPSHOT"
Expand Down
Loading