Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 2 additions & 0 deletions lib/aptible/api/operation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class Operation < Resource
belongs_to :account
belongs_to :destination_account
belongs_to :service
belongs_to :deploy_image

has_many :ssh_portal_connections
has_many :ephemeral_sessions
Expand Down Expand Up @@ -42,6 +43,7 @@ class Operation < Resource
field :mount_point
field :recovery_target_type
field :recovery_target
field :deploy_image_id

# account:configure_backup_policy attributes
field :daily
Expand Down
2 changes: 1 addition & 1 deletion lib/aptible/api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Aptible
module Api
VERSION = '1.12.3'.freeze
VERSION = '1.12.4'.freeze
end
end
Loading