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

udpate to 2 #295

Merged
merged 1 commit into from
Sep 17, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.2.0 ()
# 2.0.0 ()

FEATURES:
* **provider**: add `aws_lambda` option. ([#262](https://github.com/NetApp/terraform-provider-netapp-ontap/issues/262))
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ terraform {
required_providers {
netapp-ontap = {
source = "NetApp/netapp-ontap"
version = "1.2.0"
version = "2.0.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
var (
// these will be set by the goreleaser configuration
// to appropriate values for the compiled binary
version string = "1.2.0"
version string = "2.0.0"

// goreleaser can also pass the specific commit if you want
// commit string = ""
Expand Down
2 changes: 1 addition & 1 deletion scripts/bd_scan.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ help_and_exit () {

# change these 2 values to reflect your project name and version:
export DETECT_PROJECT_NAME="Terraform NetApp ONTAP Provider"
export DETECT_PROJECT_VERSION_NAME=1.2.0
export DETECT_PROJECT_VERSION_NAME=2.0.0
export DETECT_CODE_LOCATION_NAME="${DETECT_PROJECT_NAME}_${DETECT_PROJECT_VERSION_NAME}_code"
export DETECT_BOM_AGGREGATE_NAME="${DETECT_PROJECT_NAME}_${DETECT_PROJECT_VERSION_NAME}_bom"

Expand Down
Loading