Skip to content

Tags: getamis/vishwakarma

Tags

v1.31.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FEATURE: Upgrade Flatcar OS to 4152.2.0 (#192)

<!--  Thanks for sending a pull request! See below for tips! -->

**Before submitting a pull request**, please make sure the following is
done:

### Checklist

- [ ] Fork [the repository](https://github.com/getamis/vishwakarma) and
create your new branch from `master`.
- [ ] Please mention the name of community in Pull Request title.
- [ ] Git Commit Messages
- [ ] Use the present tense (Also in Pull Request title): "Add feature"
not "Added feature"
- [ ] Use the imperative mood (Also in Pull Request title): "Move cursor
to..." not "Moves cursor to..."
- [ ] Use rebase to squash/fixup dummy/unnecessary commits into only one
commit.

v1.31.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FEATURE: update aws-vpc-cni version to v1.19.2 (#191)

<!--  Thanks for sending a pull request! See below for tips! -->

**Before submitting a pull request**, please make sure the following is
done:

### Checklist

- [ ] Fork [the repository](https://github.com/getamis/vishwakarma) and
create your new branch from `master`.
- [ ] Please mention the name of community in Pull Request title.
- [ ] Git Commit Messages
- [ ] Use the present tense (Also in Pull Request title): "Add feature"
not "Added feature"
- [ ] Use the imperative mood (Also in Pull Request title): "Move cursor
to..." not "Moves cursor to..."
- [ ] Use rebase to squash/fixup dummy/unnecessary commits into only one
commit.

v1.31.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FEATURE: Upgrade k8s version to 1.31.1 (#190)

<!--  Thanks for sending a pull request! See below for tips! -->

**Before submitting a pull request**, please make sure the following is
done:

### Checklist

- [ ] Fork [the repository](https://github.com/getamis/vishwakarma) and
create your new branch from `master`.
- [ ] Please mention the name of community in Pull Request title.
- [ ] Git Commit Messages
- [ ] Use the present tense (Also in Pull Request title): "Add feature"
not "Added feature"
- [ ] Use the imperative mood (Also in Pull Request title): "Move cursor
to..." not "Moves cursor to..."
- [ ] Use rebase to squash/fixup dummy/unnecessary commits into only one
commit.

v1.31.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FEATURE: Upgrade k8s version to 1.31.0 (#188)

<!--  Thanks for sending a pull request! See below for tips! -->

**Before submitting a pull request**, please make sure the following is
done:

### Checklist

- [ ] Fork [the repository](https://github.com/getamis/vishwakarma) and
create your new branch from `master`.
- [ ] Please mention the name of community in Pull Request title.
- [ ] Git Commit Messages
- [ ] Use the present tense (Also in Pull Request title): "Add feature"
not "Added feature"
- [ ] Use the imperative mood (Also in Pull Request title): "Move cursor
to..." not "Moves cursor to..."
- [ ] Use rebase to squash/fixup dummy/unnecessary commits into only one
commit.

v1.27.7.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FEATURE: Enhanced ASG lifecycle hooks during non-graceful node shutdo…

…wns (#186)

getamis/terraform-aws-asg-lifecycle#6

v1.27.7.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FEATURE: exclude terminating node from alb target (#185)

getamis/terraform-aws-asg-lifecycle#5
To prevent 502/504 errors when worker node is terminating, remove the
node from the ALB target group before termination.

v1.27.7.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FIX: apply etcd secutiry group to etcd instance default eni (#184)

The etcd security group should be applied not only to the extra ENI but
also to the EC2's default ENI.

v1.27.7.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
FIX: aws_s3_object limitation of only supporting up to 10 tags (#183)

- remove extra_tags from aws_s3_object to prevent tag override and avoid
exceeding the limitation.

v1.27.7.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
FEATURE: support aws network policy controller and agent (#182)

- feat: support aws network policy controller and agent
- revert: replace docker to nerdctl