diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 09687c7b1..26592f3da 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -143,7 +143,7 @@ archives: checksum: name_template: "checksums.txt" snapshot: - name_template: "{{ incpatch .Version }}-next" + version_template: "{{ incpatch .Version }}-next" changelog: sort: asc filters: diff --git a/grid-proxy/CHANGELOG.md b/grid-proxy/CHANGELOG.md index b4f0c34ee..d47a7ab09 100644 --- a/grid-proxy/CHANGELOG.md +++ b/grid-proxy/CHANGELOG.md @@ -8,7 +8,7 @@ Check `/version` on any instance to know the version. ## Releases -### v0.15.12 +### v0.15.13 --- diff --git a/grid-proxy/charts/gridproxy/Chart.yaml b/grid-proxy/charts/gridproxy/Chart.yaml index 07fa8f3bc..402f3957f 100644 --- a/grid-proxy/charts/gridproxy/Chart.yaml +++ b/grid-proxy/charts/gridproxy/Chart.yaml @@ -20,6 +20,6 @@ version: 1.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 0.15.12 +appVersion: 0.15.13 # make sure to update the changelog with the changes in this release diff --git a/grid-proxy/internal/explorer/db/setup.sql b/grid-proxy/internal/explorer/db/setup.sql index 51bb6dc42..602066c87 100644 --- a/grid-proxy/internal/explorer/db/setup.sql +++ b/grid-proxy/internal/explorer/db/setup.sql @@ -442,7 +442,7 @@ BEGIN AND resources_cache.node_id = NEW.node_id; EXCEPTION WHEN OTHERS THEN - RAISE EXCEPTION 'failed reflecting node_contract updates %', SQLERRM; + RAISE NOTICE 'failed reflecting node_contract updates %', SQLERRM; END; ELSIF (TG_OP = 'INSERT') THEN