Skip to content

Commit 98e1d3d

Browse files
authored
Increment version to 3.2.0.0 (opensearch-project#2281)
* Increment version to 3.2.0.0 Signed-off-by: Craig Perkins <cwperx@amazon.com> * Update maven repo Signed-off-by: Craig Perkins <cwperx@amazon.com> * Update snapshot Signed-off-by: Craig Perkins <cwperx@amazon.com> --------- Signed-off-by: Craig Perkins <cwperx@amazon.com>
1 parent 4e6e71e commit 98e1d3d

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.github/actions/download-plugin/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
steps:
2424
- run: |
2525
mvn dependency:get \
26-
-DremoteRepositories=https://aws.oss.sonatype.org/content/repositories/snapshots/ \
26+
-DremoteRepositories=https://central.sonatype.com/repository/maven-snapshots/ \
2727
-Dartifact=org.opensearch.plugin:${{ inputs.plugin-name }}:${{ inputs.plugin-version }}-SNAPSHOT:zip \
2828
-Dtransitive=false
2929
cp ~/.m2/repository/org/opensearch/plugin/${{ inputs.plugin-name }}/${{ inputs.plugin-version }}-SNAPSHOT/${{ inputs.plugin-name }}-${{ inputs.plugin-version }}-SNAPSHOT.zip ${{ inputs.download-location }}.zip

opensearch_dashboards.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "securityDashboards",
3-
"version": "3.1.0.0",
4-
"opensearchDashboardsVersion": "3.1.0",
3+
"version": "3.2.0.0",
4+
"opensearchDashboardsVersion": "3.2.0",
55
"configPath": [
66
"opensearch_security"
77
],

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "opensearch-security-dashboards",
3-
"version": "3.1.0.0",
3+
"version": "3.2.0.0",
44
"main": "target/plugins/opensearch_security_dashboards",
55
"opensearchDashboards": {
6-
"version": "3.1.0",
7-
"templateVersion": "3.1.0"
6+
"version": "3.2.0",
7+
"templateVersion": "3.2.0"
88
},
99
"license": "Apache-2.0",
1010
"homepage": "https://github.com/opensearch-project/security-dashboards-plugin",

public/apps/configuration/panels/role-view/test/__snapshots__/role-view.test.tsx.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ exports[`Role view basic rendering when permission tab is selected 1`] = `
212212
"name": "Permissions",
213213
}
214214
}
215+
preserveTabContent={false}
215216
size="s"
216217
tabs={
217218
Array [
@@ -716,6 +717,7 @@ exports[`Role view renders when mapped user tab is selected 1`] = `
716717
"name": "Mapped users",
717718
}
718719
}
720+
preserveTabContent={false}
719721
size="s"
720722
tabs={
721723
Array [

0 commit comments

Comments
 (0)