diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82d3b19..c65860e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: echo ${INTEGRATION_PATH} go get -u github.com/alexcesaro/log && \ cd ${INTEGRATION_PATH} && \ - GOOS=linux GOARCH=amd64 go build -o send2opsgenie send2opsgenie.go + GO111MODULE=off GOOS=linux GOARCH=amd64 go build -o send2opsgenie send2opsgenie.go - name: Compressing Linux Package run: | cd .release/oec-linux/ @@ -143,7 +143,7 @@ jobs: echo ${INTEGRATION_PATH} go get -u github.com/alexcesaro/log && \ cd ${INTEGRATION_PATH} && \ - GOOS=linux GOARCH=amd64 go build -o send2opsgenie send2opsgenie.go + GO111MODULE=off GOOS=linux GOARCH=amd64 go build -o send2opsgenie send2opsgenie.go - name: Create RPM Package working-directory: .release/oec-rpm run: | @@ -237,7 +237,7 @@ jobs: echo ${INTEGRATION_PATH} go get -u github.com/alexcesaro/log && \ cd ${INTEGRATION_PATH} && \ - GOOS=linux GOARCH=amd64 go build -o send2opsgenie send2opsgenie.go + GO111MODULE=off GOOS=linux GOARCH=amd64 go build -o send2opsgenie send2opsgenie.go - name: Create Deb Package working-directory: .release/ run: | @@ -246,7 +246,7 @@ jobs: sed -i "s//local/g" oec-deb/home/opsgenie/oec/conf/config.json sed -i "s/%VERSION%/${INTEGRATION_VERSION}/g" oec-deb/DEBIAN/control - sed -i "s/%INTEGRATION%/${INTEGRATION_NAME}/g" oec-deb/DEBIAN/control + sed -i "s/%INTEGRATION%/opsgenie-${INTEGRATION_NAME}/g" oec-deb/DEBIAN/control mkdir deb-package dpkg-deb -b oec-deb deb-package @@ -313,7 +313,7 @@ jobs: echo ${INTEGRATION_PATH} go get -u github.com/alexcesaro/log && \ cd ${INTEGRATION_PATH} && \ - GOOS=windows GOARCH=386 go build -o send2opsgenie32.exe send2opsgenie.go + GO111MODULE=off GOOS=windows GOARCH=386 go build -o send2opsgenie32.exe send2opsgenie.go - name: Compressing Win32 Package run: | cd .release/oec-win32/ @@ -379,7 +379,7 @@ jobs: echo ${INTEGRATION_PATH} go get -u github.com/alexcesaro/log && \ cd ${INTEGRATION_PATH} && \ - GOOS=windows GOARCH=amd64 go build -o send2opsgenie32.exe send2opsgenie.go + GO111MODULE=off GOOS=windows GOARCH=amd64 go build -o send2opsgenie32.exe send2opsgenie.go - name: Compressing Win 64 Package run: | cd .release/oec-win64/ diff --git a/README.md b/README.md index 4640b89..7958bf8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ ## Opsgenie Edge Connector (OEC) custom scripts > For more information about OEC: https://github.com/opsgenie/oec - +> +> Please note that, new deb package releases will have opsgenie prefix in package names. This might cause a problem when you try to upgrade your existing package. To solve that problem, you need to remove the old package and install the new one. | Latest releases | | :-------------: | diff --git a/release/oec-builder/oecScriptsVersion.json b/release/oec-builder/oecScriptsVersion.json index d34f964..bc2ee52 100644 --- a/release/oec-builder/oecScriptsVersion.json +++ b/release/oec-builder/oecScriptsVersion.json @@ -1,28 +1,28 @@ { "oecVersion": "1.0.6", - "BMCFootprintsV11": "1.1.1", - "BMCFootprintsV12": "1.1.1", - "BMCRemedy": "1.1.1", - "Cherwell": "1.1.2", - "DynatraceAppMon": "1.1.1", - "Icinga": "1.1.2", - "Icinga2": "1.1.3", - "Jira": "1.1.1", - "JiraServiceDesk": "1.1.2", - "LibreNMS": "1.1.1", - "Marid": "1.1.1", - "Nagios": "1.1.1", - "NagiosXI": "1.1.1", - "OEC": "1.1.1", - "OP5": "1.1.1", - "PRTG": "1.1.1", - "Solarwinds": "1.1.1", - "SolarwindsMSPNCentral": "1.1.1", - "SolarwindsWebHelpdesk": "1.1.1", - "Splunk": "1.1.2", - "Trackit": "1.1.1", - "Xmpp": "1.1.1", - "Zabbix": "1.1.2", - "Zendesk": "1.1.1", - "Zenoss": "1.1.1" + "BMCFootprintsV11": "1.1.2", + "BMCFootprintsV12": "1.1.2", + "BMCRemedy": "1.1.2", + "Cherwell": "1.1.3", + "DynatraceAppMon": "1.1.2", + "Icinga": "1.1.3", + "Icinga2": "1.1.4", + "Jira": "1.1.2", + "JiraServiceDesk": "1.1.3", + "LibreNMS": "1.1.2", + "Marid": "1.1.2", + "Nagios": "1.1.2", + "NagiosXI": "1.1.2", + "OEC": "1.1.2", + "OP5": "1.1.2", + "PRTG": "1.1.2", + "Solarwinds": "1.1.2", + "SolarwindsMSPNCentral": "1.1.2", + "SolarwindsWebHelpdesk": "1.1.2", + "Splunk": "1.1.3", + "Trackit": "1.1.2", + "Xmpp": "1.1.2", + "Zabbix": "1.1.3", + "Zendesk": "1.1.2", + "Zenoss": "1.1.2" }