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

Fix yaml encoder #53

Merged
merged 2 commits into from
Mar 2, 2024
Merged

Fix yaml encoder #53

merged 2 commits into from
Mar 2, 2024

Conversation

frauniki
Copy link
Collaborator

@frauniki frauniki commented Mar 1, 2024

  • Fix broken yaml indent output by tentez generate
  • Upgrade go version from 1.21 to 1.22
  • Upgrade dependent packages

before:

steps:
    - type: pause
    - type: switch
      weight:
        old: 70
        new: 30
    - type: sleep
      sleepSeconds: 600
    - type: pause
    - type: switch
      weight:
        old: 30
        new: 70
    - type: sleep
      sleepSeconds: 600
    - type: pause
    - type: switch
      weight:
        old: 0
        new: 100
    - type: sleep
      sleepSeconds: 600
aws_listeners: []
aws_listener_rules:
    - name: hoge
      target: arn
      switch:
        old: arn
        new: arn

after:

steps:
  - type: pause
  - type: switch
    weight:
      old: 70
      new: 30
  - type: sleep
    sleepSeconds: 600
  - type: pause
  - type: switch
    weight:
      old: 30
      new: 70
  - type: sleep
    sleepSeconds: 600
  - type: pause
  - type: switch
    weight:
      old: 0
      new: 100
  - type: sleep
    sleepSeconds: 600
aws_listeners: []
aws_listener_rules:
  - name: hoge
    target: arn
    switch:
      old: arn
      new: arn

@frauniki frauniki requested a review from FeLvi-zzz March 1, 2024 06:36
@frauniki frauniki self-assigned this Mar 1, 2024
@frauniki frauniki added the minor bump minor version label Mar 1, 2024
@frauniki frauniki merged commit b096508 into FeLvi-zzz:main Mar 2, 2024
5 checks passed
@frauniki frauniki deleted the fix-yaml-encoder branch March 2, 2024 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor bump minor version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants