Skip to content

Commit

Permalink
Release v1.86.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kiali-bot committed Aug 9, 2024
1 parent 317ed7e commit 2c9a7c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.86.1
VERSION ?= v1.86.2
COMMIT_HASH ?= $(shell git rev-parse HEAD)

# Directories based on the root project directory
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ossmconsole",
"version": "1.86.1",
"version": "1.86.2",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugin/plugin-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ConsolePluginBuildMetadata } from '@openshift-console/dynamic-plugin-sd

const metadata: ConsolePluginBuildMetadata = {
name: 'ossmconsole',
version: '1.86.1',
version: '1.86.2',
displayName: 'OpenShift Service Mesh Console',
description: 'Provides Service Mesh/Istio Observability',
exposedModules: {
Expand Down

0 comments on commit 2c9a7c6

Please sign in to comment.