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

Feat: update installer to fix spot with launch templates #409

Merged
Show file tree
Hide file tree
Changes from 3 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
36 changes: 18 additions & 18 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,21 +74,21 @@ release:
name: furyctl
name_template: '{{ .Tag }}'
prerelease: auto
brews:
- name: furyctl
tap:
owner: sighupio
name: homebrew-furyctl
skip_upload: auto
folder: Formula
homepage: 'https://gihub.com/sighupio/furyctl'
description: 'Furyctl binary'
conflicts:
- furyctl
test: |
system "#{bin}/furyctl"
install: |
bin.install 'furyctl'
ids:
- furyctl-darwin-tgz
- furyctl-linux-tgz
#brews:
# - name: furyctl
# tap:
# owner: sighupio
# name: homebrew-furyctl
# skip_upload: auto
# folder: Formula
# homepage: 'https://gihub.com/sighupio/furyctl'
# description: 'Furyctl binary'
# conflicts:
# - furyctl
# test: |
# system "#{bin}/furyctl"
# install: |
# bin.install 'furyctl'
# ids:
# - furyctl-darwin-tgz
# - furyctl-linux-tgz
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Check that everything is working correctly with `furyctl version`:

```bash
furyctl version
INFO[0000] Furyctl version 0.10.0
INFO[0000] Furyctl version 0.11.1
```

> 💡 **TIP**
Expand Down
2 changes: 1 addition & 1 deletion data/provisioners/cluster/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
}

module "fury" {
source = "github.com/sighupio/fury-eks-installer//modules/eks?ref=v1.11.0"
source = "github.com/sighupio/fury-eks-installer//modules/eks?ref=v1.12.0"

cluster_name = var.cluster_name
cluster_version = var.cluster_version
Expand Down