Commit Graph

221 Commits

Author SHA1 Message Date
Sebastian Spaink 1f7cd1d4a4
docs: improve documentation around contribution (#10825) 2022-03-28 09:47:02 -06:00
Joshua Powers f75f437d37
chore: update go to 1.17.7 (#10658) 2022-02-15 10:35:36 -07:00
Joshua Powers eb7ce93cd2
chore: allow downgrade of go version in windows script (#10614) 2022-02-09 13:40:46 -07:00
Joshua Powers 6c166591d1
chore: update CI go to 1.17.6 (#10611) 2022-02-09 13:40:34 -07:00
Sebastian Spaink deda716a15
feat: add FileVersion and icon to Win exe (#10487) 2022-01-26 14:08:22 -07:00
Josef Johansson 876d19081e
feat: add systemd notify support (#10340) 2022-01-05 08:21:14 -07:00
Sebastian Spaink 55312accee
chore: run release signing jobs at the same time (#10333) 2021-12-22 16:50:55 -06:00
Sebastian Spaink 72dad89d81
chore: update Go version to 1.17.5 (#10310) 2021-12-21 11:07:12 -06:00
Sebastian Spaink b672de33a8
fix: mac signing issue with arm64 (#10293)
Co-authored-by: Joshua Powers <powersj@influxdata.com>
2021-12-17 11:06:31 -06:00
Mya 082c7a552b
feat: support darwin arm64 (#10239) 2021-12-15 16:26:59 -07:00
Nerijus Baliūnas 5cb99391b1
chore: restart service if it is already running and upgraded via RPM (#9970) 2021-12-13 10:37:25 -07:00
Sebastian Spaink ea7b059549
chore: remove triggering update-config bot in CI (#10195) 2021-12-01 16:38:43 -06:00
Mya d5afd654c6
chore: update go version from 1.17.2 to 1.17.3 (#10073) 2021-11-09 08:28:38 -07:00
Joshua Powers 43017559fa
fix: remove release.sh script (#10030) 2021-10-29 15:46:09 -06:00
reimda 0ebd2f388d
chore: remove unused dockerfiles, add link in docs (#10013) 2021-10-29 13:43:38 -06:00
Sebastian Spaink 0088be7da1
fix: stop triggering share-artifacts on release/tags (#9996) 2021-10-27 10:49:20 -05:00
Alan Pope da11cd708e
fix: Allow for non x86 macs in Go install script (#9982) 2021-10-25 09:35:58 -06:00
Sebastian Spaink 8f35d74c5e
chore: update go to 1.17.2 (#9873) 2021-10-21 08:40:03 -06:00
Sebastian Spaink 47301e6ef4
chore: remove empty build.py (#9958) 2021-10-19 14:21:43 -05:00
Sebastian Spaink b7988d83d7
chore: stop testing with two versions of Go (#9909) 2021-10-13 13:18:33 -05:00
Sebastian Spaink 027647e3ed
chore: automate updating etc/telegraf.conf and etc/telegraf_windows.conf (#9684) 2021-09-21 13:53:18 -06:00
reimda 783945e55d
Update release.sh to include new builds on website (#9765) 2021-09-15 15:35:23 -06:00
Sebastian Spaink 779ed5ec42
chore: run ci tests in parallel and get test insights (#9686) 2021-09-14 16:42:59 -05:00
Sebastian Spaink 3a7d9b6d98
fix: support 1.17 & 1.16.7 Go versions (#9642) 2021-08-23 15:37:44 -05:00
Sebastian Spaink a1dae0d2c1
Update Go to v1.16.6 (#9542) 2021-07-26 20:39:23 -05:00
Sebastian Spaink 62715d158b
Fix Mac script to install go (#9345)
Co-authored-by: reimda <reimda@users.noreply.github.com>
2021-06-10 11:12:14 -05:00
pierwill d6ac4abfb8
fix: Verify checksum of Go download in mac script (#9335)
Adds a SHA256 check, which will we exit the script upon failure (with `set -e`).

Also edit comments.

Co-authored-by: pierwill <pierwill@users.noreply.github.com>
2021-06-08 10:24:21 -05:00
Sebastian Spaink 7a987306e5
Update Go to 1.16.5 (#9331) 2021-06-07 19:19:22 -05:00
Sebastian Spaink 9d163f6a83
Fix CI config to check if branch is master before skipping (#9140)
Related to: https://github.com/influxdata/telegraf/pull/9076

In order to support skipping a job depending on file changes, only works on non-master branches. This pull requests updates the config to check the current branch.
2021-04-16 16:24:50 -05:00
Sebastian Spaink 89f5e8a9d9
Update to Go 1.16.2 (#8989) 2021-03-16 15:23:44 -04:00
Sebastian Spaink f32230259c
Update to 1.16.1 (#8978) 2021-03-11 19:05:50 -06:00
David Bennett 1b7a52d0b6
Mac entry script: Add space before calling path so that zsh doesn't remove first character of path when prompting for update. (#8976)
* Add space before calling path so that zsh doesn't remove first character of path when prompting for update.

* Updated config.yml

* Update config.yml

* Update config.yml
2021-03-11 15:09:22 -05:00
David Bennett c1a6312ce3
Include DMG files when syncing release artifacts to AWS (#8972) 2021-03-11 12:19:35 -05:00
Sebastian Spaink 3af16aa885
Support Go version 1.16 (#8882)
* Support 1.16

* Use 1.16 in mod file

* update go.sum

* update go.mod after updating to 1.16 locally

* Fix go vet

* Remove exit

* Use require.NoError

* Only run tidy explicitly in "dep" job

* install 1.16 for go

* typo

* update xcode

* specific version not working

* Get 1.16 go formula

* Change brew call

* brew update

* typo

* Resolve go.sum conflict

* go mod tidy
2021-03-08 16:29:11 -06:00
David Bennett b6f043c0ee
Mac Packaging / Notarization (#8878)
* initial commit

* Updated config.yml

* Update mac-signing.sh

* Updated config.yml

* Updated config.yml

* Keep the .tar.gz artifact along with the signed and notarized DMG

* change to test temporarily

* for testing

* Updated config.yml

* Update config.yml

* Update config.yml
2021-03-05 10:14:01 -05:00
Sebastian Spaink 0860487321
Update to 1.15.8 (#8868) 2021-02-17 10:21:47 -06:00
David Bennett 2118681958
Code Signing for Windows (#8816)
* Draft config

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Create sign-windows.ps1

* Updated config.yml

* Updated config.yml

* Delete sign-windows.ps1

* Updated config.yml

* Updated config.yml

* updating config

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Create windows-signing.ps1

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml

* Updated config.yml
2021-02-11 16:24:06 -05:00
Sebastian Spaink 3531e9ddc6
Removing .lgtm.yml (#8664)
* Removed LGTM

* Empty build.py to remove false python alerts
2021-01-11 10:53:17 -06:00
Sebastian Spaink c8584a7b3f
Upgrade circle-ci config to v2.1 (#8621)
* Upgrade to 2.1 circle-ci config

* new line
2021-01-06 16:23:29 -06:00
Andrey Klyachkin a748421123
add support for linux/ppc64le (#8432) 2020-11-30 16:58:03 -05:00
Steven Soroka b39c1974a2
update to go 1.15.5 (#8446) 2020-11-20 15:53:44 -07:00
Steven Soroka 954387e325 Revert "fix to start Telegraf from Linux systemd.service"
This reverts commit 3523652e30.
2020-11-12 11:12:45 -05:00
Steven Soroka 3523652e30
fix to start Telegraf from Linux systemd.service 2020-11-12 10:49:03 -05:00
reimda 73b2f988c4
Update jwt-go module to address CVE-2020-26160 (#8337) 2020-11-02 09:07:37 -07:00
reimda 771f65eb85
Skip statically linked program during glibc version check (#8280) 2020-10-16 14:45:15 -06:00
reimda bfc1a87e1d
Add glibc version check for linux builds (#8278) 2020-10-16 15:08:07 -04:00
Steven Soroka b1b776f1e5
update to go 1.15 (#8220) 2020-10-07 14:51:49 -04:00
Steven Soroka 5d999f85f0
fix docker build. update dockerfiles to Go 1.14 (#8051) 2020-08-28 16:39:55 -04:00
Steven Soroka 93a08f8d92
fixes issue with rpm /var/log/telegraf permissions (#7909) 2020-07-28 11:26:09 -04:00
Daniel Nelson 641b1d60cd
Print configuration for downloads page (#7862) 2020-07-20 12:44:44 -07:00