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

Prepare for next version #243

Merged
merged 2 commits into from
Jan 22, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL=/bin/bash

# Identifies the current build. Match the same version of Kiali Server and Operator.
VERSION ?= v1.79.0-SNAPSHOT
VERSION ?= v1.80.0-SNAPSHOT
COMMIT_HASH ?= $(shell git rev-parse HEAD)

# Directories based on the root project directory
Expand Down
6 changes: 3 additions & 3 deletions plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ossmconsole",
"version": "1.79.0",
"version": "1.80.0",
"private": true,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
"start": "sh -ac '. ./.env.development; yarn ts-node node_modules/.bin/webpack serve'",
"start-console": "./start-console.sh",
"cypress:open": "cypress open",
"cypress:run": "cypress run -e TAGS=\"@install\" && cypress run -e TAGS=\"not @install and not @uninstall\" && cypress run -e TAGS=\"@uninstall\"",
"cypress:run": "cypress run -e TAGS=\"@install\" && cypress run -e TAGS=\"not @install and not @uninstall\" && cypress run -e TAGS=\"@uninstall\"",
"i18n": "i18next \"src/**/*.{js,jsx,ts,tsx}\" [-oc] -c i18next-parser.config.js",
"ts-node": "ts-node -O '{\"module\":\"commonjs\"}'",
"lint": "eslint --ext js,ts,tsx src",
Expand Down Expand Up @@ -136,7 +136,7 @@
},
"consolePlugin": {
"name": "ossmconsole",
"version": "1.79.0",
"version": "1.80.0",
"displayName": "OpenShift Service Mesh Console",
"description": "Provides Service Mesh/Istio Observability",
"exposedModules": {
Expand Down